-
Notifications
You must be signed in to change notification settings - Fork 95
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
feat(vector): Bump Vector to v0.43.0 #430
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of notes.
@@ -18,11 +18,11 @@ maintainers: | |||
- name: Datadog | |||
email: [email protected] | |||
icon: https://vector.dev/press/vector-icon.svg | |||
appVersion: "0.42.0-distroless-libc" | |||
appVersion: "0.43.0-distroless-libc" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you'll need to bump the chart version to 0.38.0 here because 0.37.0 has already been released (CI checks that chart versions have been bumped).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Edit: outdated
fc86b05
to
4a547a6
Compare
4a547a6
to
f8852a4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I think you just need to run helm-docs
to regenerate the README. Otherwise 👍
ref: vectordotdev/vector#21893