-
Notifications
You must be signed in to change notification settings - Fork 386
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* [release/v1.2] v1.2.6 release note (#5128) * v1.2.6 release note Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com> * add CVE name Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com> --------- Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com> (cherry picked from commit 6ac0339) Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com> * fix gen Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com> --------- Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
- Loading branch information
1 parent
1f3185d
commit 732a09b
Showing
3 changed files
with
52 additions
and
1 deletion.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v1.2.5 | ||
v1.2.6 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
date: January 23, 2025 | ||
|
||
# Changes that are expected to cause an incompatibility with previous versions, such as deletions or modifications to existing APIs. | ||
breaking changes: | | ||
# Updates addressing vulnerabilities, security flaws, or compliance requirements. | ||
security updates: | | ||
Fixed vulnerability CVE-2025-24030, which exposed the Envoy admin interface via the Prometheus stats endpoint. For more details, refer to https://github.com/envoyproxy/gateway/security/advisories/GHSA-j777-63hf-hx76. | ||
# New features or capabilities added in this release. | ||
new features: | | ||
bug fixes: | | ||
Fixed a panic that occurred following update to the envoy-gateway-config ConfigMap. | ||
# Enhancements that improve performance. | ||
performance improvements: | | ||
# Deprecated features or APIs. | ||
deprecations: | | ||
# Other notable changes not covered by the above sections. | ||
Other changes: | |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: "v1.2.6" | ||
publishdate: 2025-01-23 | ||
--- | ||
|
||
Date: January 23, 2025 | ||
|
||
## Breaking changes | ||
- | ||
|
||
## Security updates | ||
- Fixed vulnerability CVE-2025-24030, which exposed the Envoy admin interface via the Prometheus stats endpoint. For more details, refer to https://github.com/envoyproxy/gateway/security/advisories/GHSA-j777-63hf-hx76. | ||
|
||
## New features | ||
- | ||
|
||
## Bug fixes | ||
- Fixed a panic that occurred following update to the envoy-gateway-config ConfigMap. | ||
|
||
## Performance improvements | ||
- | ||
|
||
## Deprecations | ||
- | ||
|
||
## Other changes | ||
- | ||
|