Skip to content

Commit

Permalink
[release/v1.2] cherry pick release note for v1.2.3 (#4820) (#4824)
Browse files Browse the repository at this point in the history
* [release/v1.2] release note for v1.2.3 (#4820)

* [release/v1.2] release note for v1.2.3 (#4813)

* release note for v1.2.3

Signed-off-by: Huabing Zhao <[email protected]>

---------

Signed-off-by: Huabing Zhao <[email protected]>

* address comment

Signed-off-by: Huabing Zhao <[email protected]>

---------

Signed-off-by: Huabing Zhao <[email protected]>
Co-authored-by: Arko Dasgupta <[email protected]>
(cherry picked from commit 81faf42)
Signed-off-by: Huabing Zhao <[email protected]>

* fix gen check

Signed-off-by: Huabing Zhao <[email protected]>

---------

Signed-off-by: Huabing Zhao <[email protected]>
Co-authored-by: Arko Dasgupta <[email protected]>
  • Loading branch information
zhaohuabing and arkodg authored Dec 2, 2024
1 parent 276fd20 commit 9fe25ce
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.2
v1.2.3
1 change: 0 additions & 1 deletion release-notes/current.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ new features: |
# Fixes for bugs identified in previous versions.
bug fixes: |
Disabled the retry policy for the JWT provider to reduce requests sent to the JWKS endpoint. Failed async fetches will retry every 1s.
# Enhancements that improve performance.
performance improvements: |
Expand Down
9 changes: 9 additions & 0 deletions release-notes/v1.2.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
date: December 2, 2024

bug fixes: |
Disabled the retry policy for the JWT provider to reduce requests sent to the JWKS endpoint. Failed async fetches will retry every 1s.
Used a waitGroup instead of an enabled channel in the status updater.
Other changes: |
EG Listens on IPv4 by default, but if IPFamily is set to IPv6 or DualStack, it listens on :: and enables ipv4_compat for DualStack.
14 changes: 14 additions & 0 deletions site/content/en/news/releases/notes/v1.2.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "v1.2.3"
publishdate: 2024-12-02
---

Date: December 2, 2024

## Bug fixes
- Disabled the retry policy for the JWT provider to reduce requests sent to the JWKS endpoint. Failed async fetches will retry every 1s.
- Used a waitGroup instead of an enabled channel in the status updater.

## Other changes
- EG Listens on IPv4 by default, but if IPFamily is set to IPv6 or DualStack, it listens on :: and enables ipv4_compat for DualStack.

0 comments on commit 9fe25ce

Please sign in to comment.