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

Prepare 38.0.0 release candidate 1 #10407

Merged
merged 4 commits into from
May 7, 2024
Merged

Conversation

andygrove
Copy link
Member

@andygrove andygrove commented May 7, 2024

Which issue does this PR close?

Part of #10217

Rationale for this change

It is time for a new release. Here is the CHANGELOG.

What changes are included in this PR?

  • Update Cargo.toml files to reflect TLP status
  • Add new crates to update_datafusion_version script, although it looks like this script is not really needed now that most crate versions are in the root Cargo.toml file
  • Run script to update version number in Cargo.toml files
  • Manually update version in workspace root
  • Manually update version number in generated configs.md
  • Ran cargo update in root and in datafusion-cli
  • Ran ./dev/release/generate-changelog.py apache/datafusion 37.1.0 HEAD > dev/changelog/38.0.0.md and did the manual fix up of the generated file and added link to main changelog file

Are these changes tested?

Cargo test passes locally.

Are there any user-facing changes?

@github-actions github-actions bot added documentation Improvements or additions to documentation development-process Related to development process of DataFusion labels May 7, 2024
@@ -44,14 +44,14 @@ members = [
resolver = "2"

[workspace.package]
authors = ["Apache Arrow <dev@arrow.apache.org>"]
authors = ["Apache DataFusion <dev@datafusion.apache.org>"]
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

Copy link
Contributor

@comphead comphead left a comment

Choose a reason for hiding this comment

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

lgtm thanks @andygrove for the release

@andygrove
Copy link
Member Author

Thanks for the review @comphead

@andygrove andygrove merged commit 80be0b0 into apache:main May 7, 2024
29 checks passed
@andygrove andygrove deleted the prep-38-release branch May 7, 2024 14:37
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

I am not sure if it was intended but this PR adds a 40MB binary file docs/docs.tgz into the repo

findepi pushed a commit to findepi/datafusion that referenced this pull request Jul 16, 2024
* add new crates to script

* update version and run cargo update

* changelog

* update cargo meta to reflect TLP status
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 DataFusion documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants