Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update object_store version to 0.5.2 and add CHANGELOG #3253

Merged
merged 7 commits into from
Dec 2, 2022

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Dec 1, 2022

Which issue does this PR close?

re #3229

Rendered changelog: https://github.com/alamb/arrow-rs/blob/alamb/prepare_object_store_0.5.2/object_store/CHANGELOG.md

I double checked the changelog against the list of PRs is https://github.com/apache/arrow-rs/pulls?q=is%3Apr+is%3Aclosed+label%3Aobject-store+ and I think it now correctly reflects everything that was done.

I'll tweak it a bit more immediately prior to the release

@github-actions github-actions bot added the object-store Object Store Interface label Dec 1, 2022
@alamb alamb marked this pull request as draft December 1, 2022 20:21
@@ -49,8 +49,8 @@ docker run -it --rm -e CHANGELOG_GITHUB_TOKEN="$CHANGELOG_GITHUB_TOKEN" -v "$(pw
--cache-file=.githubchangeloggenerator.cache \
--cache-log=.githubchangeloggenerator.cache.log \
--http-cache \
--max-issues=300 \
--exclude-tags-regex "^\d+\.\d+\.\d+$" \
--max-issues=600 \
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to fetch 600 issues to get some of the older ones that have been resolved!

--max-issues=300 \
--exclude-tags-regex "^\d+\.\d+\.\d+$" \
--max-issues=600 \
--exclude-tags-regex "(^\d+\.\d+\.\d+$)|(rc)" \
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also I needed to exclude the 'rc' tags so it didn't make changelog entries for 26.0.0_rc1

@alamb alamb marked this pull request as ready for review December 1, 2022 20:56
Copy link
Contributor

@tustvold tustvold left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be awesome for #3256 to make this release, but otherwise this looks good

@alamb alamb merged commit 74b174c into apache:master Dec 2, 2022
@alamb alamb deleted the alamb/prepare_object_store_0.5.2 branch December 2, 2022 20:19
@alamb
Copy link
Contributor Author

alamb commented Dec 2, 2022

It would be awesome for #3256 to make this release, but otherwise this looks good

It is in!

@ursabot
Copy link

ursabot commented Dec 2, 2022

Benchmark runs are scheduled for baseline = ecbb8c2 and contender = 74b174c. 74b174c is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
Conbench compare runs links:
[Skipped ⚠️ Benchmarking of arrow-rs-commits is not supported on ec2-t3-xlarge-us-east-2] ec2-t3-xlarge-us-east-2
[Skipped ⚠️ Benchmarking of arrow-rs-commits is not supported on test-mac-arm] test-mac-arm
[Skipped ⚠️ Benchmarking of arrow-rs-commits is not supported on ursa-i9-9960x] ursa-i9-9960x
[Skipped ⚠️ Benchmarking of arrow-rs-commits is not supported on ursa-thinkcentre-m75q] ursa-thinkcentre-m75q
Buildkite builds:
Supported benchmarks:
ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
test-mac-arm: Supported benchmark langs: C++, Python, R
ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java

@alamb alamb added the development-process Related to development process of arrow-rs label Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development-process Related to development process of arrow-rs object-store Object Store Interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants