Skip to content

Commit

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

* release note for v1.2.3

Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>

---------

Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>

* address comment

Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>

---------

Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
Co-authored-by: Arko Dasgupta <arkodg@users.noreply.github.com>
  • Loading branch information
zhaohuabing and arkodg authored Dec 2, 2024
1 parent 56b0cea commit 81faf42
Show file tree
Hide file tree
Showing 4 changed files with 23 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 @@ -17,7 +17,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.
13 changes: 13 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,13 @@
---
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 81faf42

Please sign in to comment.