Skip to content

Commit

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

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

---------

Signed-off-by: Huabing Zhao <[email protected]>
  • Loading branch information
zhaohuabing committed Nov 30, 2024
1 parent d1a8c47 commit 5db9604
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 6 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.
4 changes: 2 additions & 2 deletions site/layouts/shortcodes/helm-version.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
{{- "v1.1.4" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "v1.2") -}}
{{- "v1.2.2" -}}
{{- "v1.2.3" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "doc") -}}
{{- "v1.2.2" -}}
{{- "v1.2.3" -}}
{{- end -}}
4 changes: 2 additions & 2 deletions site/layouts/shortcodes/yaml-version.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
{{- "v1.1.4" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "v1.2") -}}
{{- "v1.2.2" -}}
{{- "v1.2.3" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "doc") -}}
{{- "v1.2.2" -}}
{{- "v1.2.3" -}}
{{- end -}}

0 comments on commit 5db9604

Please sign in to comment.