Skip to content

Conversation

@thomasqueirozb
Copy link
Contributor

@thomasqueirozb thomasqueirozb commented Aug 12, 2025

Summary

Release v0.49.0

  • Once Helm chart is released, updated Vector manifests
    • Run cargo vdev build manifests and open a PR with changes
  • Create a new PR with title starting as chore(releasing):
    • Cherry-pick any release commits from the release branch that are not on master, to master
    • Bump the release number in the Cargo.toml on master to the next minor release.
    • Also, update Cargo.lock with: cargo update -p vector
    • If there is a VRL version update, revert it and make it track the git main branch and then run cargo update -p vrl.

Vector configuration

NA

How did you test this PR?

NA

Change Type

  • Bug fix
  • New feature
  • Non-functional (chore, refactoring, docs)
  • Performance

Is this a breaking change?

  • Yes
  • No

Does this PR include user facing changes?

  • Yes. Please add a changelog fragment based on our guidelines.
  • No. A maintainer will apply the no-changelog label to this PR.

References

Related: #23563
Closes: #23525

Notes

  • Please read our Vector contributor resources.
  • Do not hesitate to use @vectordotdev/vector to reach out to us regarding this PR.
  • Some CI checks run only after we manually approve them.
    • We recommend adding a pre-push hook, please see this template.
    • Alternatively, we recommend running the following locally before pushing to the remote branch:
      • cargo fmt --all
      • cargo clippy --workspace --all-targets -- -D warnings
      • cargo nextest run --workspace (alternatively, you can run cargo test --all)
  • After a review is requested, please avoid force pushes to help us review incrementally.
    • Feel free to push as many commits as you want. They will be squashed into one before merging.
    • For example, you can run git merge origin master and git push.
  • If this PR introduces changes Vector dependencies (modifies Cargo.lock), please
    run cargo vdev build licenses to regenerate the license inventory and commit the changes (if any). More details here.

pront and others added 3 commits August 11, 2025 16:30
* chore(releasing): Pinned VRL version to 0.26.0

* chore(releasing): Generated release CUE file

* chore(releasing): Updated website/cue/reference/administration/interfaces/kubectl.cue vector version to 0.49.0

* chore(releasing): Updated distribution/install.sh vector version to 0.49.0

* chore(releasing): Add 0.49.0 to versions.cue

* chore(releasing): Created release md file

* Apply suggestions from code review

* edit

* added description

* authors

* add upgrade guide wip

* upgrade guide changes

* Apply suggestions from code review

Co-authored-by: Pavlos Rontidis <pavlos.rontidis@gmail.com>

* improve breaking guide

---------

Co-authored-by: Thomas <thomas.schneider@datadoghq.com>
@thomasqueirozb thomasqueirozb requested review from a team as code owners August 12, 2025 18:53
@github-actions github-actions bot added domain: releasing Anything related to releasing Vector domain: external docs Anything related to Vector's external, public documentation labels Aug 12, 2025
@thomasqueirozb thomasqueirozb added the no-changelog Changes in this PR do not need user-facing explanations in the release changelog label Aug 12, 2025
@pront
Copy link
Member

pront commented Aug 12, 2025

Please add the release steps this PR addresses in the PR description.

@thomasqueirozb thomasqueirozb added this pull request to the merge queue Aug 12, 2025
Merged via the queue into master with commit a8cbfb7 Aug 12, 2025
106 of 107 checks passed
@thomasqueirozb thomasqueirozb deleted the releasing-0.49.0 branch August 12, 2025 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

domain: external docs Anything related to Vector's external, public documentation domain: releasing Anything related to releasing Vector no-changelog Changes in this PR do not need user-facing explanations in the release changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Vector 0.49.0 release

3 participants