Skip to content

Prepare 38.0.0 release candidate 1 - #10407

Merged
andygrove merged 4 commits into
apache:mainfrom
andygrove:prep-38-release
May 7, 2024
Merged

Prepare 38.0.0 release candidate 1#10407
andygrove merged 4 commits into
apache:mainfrom
andygrove:prep-38-release

Conversation

@andygrove

@andygroveandygrove commented May 7, 2024

Copy link
Copy Markdown
Member

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-actionsgithub-actionsBot added documentation Improvements or additions to documentation development-process Related to development process of DataFusion labels May 7, 2024
@andygrove
andygrove requested review from alamb, comphead and viiryaMay 7, 2024 14:00
Comment threadCargo.toml

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

👍

@compheadcomphead left a comment

Copy link
Copy Markdown
Contributor

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
Copy Markdown
MemberAuthor

Thanks for the review @comphead

@andygrove
andygrove merged commit 80be0b0 into apache:mainMay 7, 2024
@andygrove
andygrove deleted the prep-38-release branch May 7, 2024 14:37

@alambalamb left a comment

Copy link
Copy Markdown
Contributor

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

@alambalamb mentioned this pull request May 7, 2024
@andygroveandygrove mentioned this pull request May 7, 2024
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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

development-processRelated to development process of DataFusiondocumentationImprovements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@andygrove@alamb@comphead