-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
changelog and version #21105
Merged
Merged
changelog and version #21105
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CHANGELOG.md
Outdated
* Upgrade Go to use 1.21.10. This addresses CVEs | ||
[CVE-2024-24787](https://nvd.nist.gov/vuln/detail/CVE-2024-24787) and | ||
[CVE-2024-24788](https://nvd.nist.gov/vuln/detail/CVE-2024-24788) [[GH-21074](https://github.com/hashicorp/consul/issues/21074)] | ||
* Upgrade to support Envoy `1.26.8, 1.27.4, and 1.28.2`. This resolves CVE |
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 believe we typically collapse this line and the previous line so all the notes about upgrade envoy support are on the same line.
blake
approved these changes
May 15, 2024
CHANGELOG.md
Outdated
Comment on lines
13
to
16
* Upgrade to support Envoy `1.26.8, 1.27.4, and 1.28.2`. This resolves CVE | ||
[CVE-2024-27919](https://nvd.nist.gov/vuln/detail/CVE-2024-27919) (`http2`). [[GH-20956](https://github.com/hashicorp/consul/issues/20956)] | ||
* Upgrade to support Envoy `1.27.5 and 1.28.3`. This resolves CVE | ||
[CVE-2024-32475](https://nvd.nist.gov/vuln/detail/CVE-2024-32475) (`auto_sni`). [[GH-21034](https://github.com/hashicorp/consul/issues/21034)] |
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.
Suggested change
* Upgrade to support Envoy `1.26.8, 1.27.4, and 1.28.2`. This resolves CVE | |
[CVE-2024-27919](https://nvd.nist.gov/vuln/detail/CVE-2024-27919) (`http2`). [[GH-20956](https://github.com/hashicorp/consul/issues/20956)] | |
* Upgrade to support Envoy `1.27.5 and 1.28.3`. This resolves CVE | |
[CVE-2024-32475](https://nvd.nist.gov/vuln/detail/CVE-2024-32475) (`auto_sni`). [[GH-21034](https://github.com/hashicorp/consul/issues/21034)] | |
* Upgrade to support Envoy `1.26.8, 1.27.4, 1.27.5, 1.28.2 and 1.28.3`. This resolves CVEs | |
[CVE-2024-27919](https://nvd.nist.gov/vuln/detail/CVE-2024-27919) (`http2`). [[GH-20956](https://github.com/hashicorp/consul/issues/20956)] and [CVE-2024-32475](https://nvd.nist.gov/vuln/detail/CVE-2024-32475) (`auto_sni`). [[GH-21030](https://github.com/hashicorp/consul/issues/21030)] |
sarahalsmiller
added a commit
that referenced
this pull request
May 16, 2024
* changelog and version (#21105) * update changelog * try with release engineering optional clean flag (#21126) * Release use releng branch (#21127) * try with release engineering optional clean flag * rename to branch name without slash --------- Co-authored-by: wangxinyi7 <xinyi.wang@hashicorp.com>
sarahalsmiller
added a commit
that referenced
this pull request
May 16, 2024
* changelog and version (#21105) * update changelog * try with release engineering optional clean flag (#21126) * Release use releng branch (#21127) * try with release engineering optional clean flag * rename to branch name without slash * Backport of build: update gha to latest approved tsccr into release/1.18.x (#21106) * backport of commit 10baa43 * backport of commit cc7b109 * backport of commit 640ba3a --------- Co-authored-by: DanStough <dan.stough@hashicorp.com> --------- Co-authored-by: wangxinyi7 <xinyi.wang@hashicorp.com> Co-authored-by: hc-github-team-consul-core <github-team-consul-core@hashicorp.com> Co-authored-by: DanStough <dan.stough@hashicorp.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Testing & Reproduction steps
Links
PR Checklist