Skip to content
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

Revert "[release/v1.2] release note for v1.2.3 (#4813)" #4816

Merged
merged 1 commit into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.3
v1.2.2
1 change: 1 addition & 0 deletions release-notes/current.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ 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
5 changes: 0 additions & 5 deletions release-notes/v1.2.3.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions site/content/en/news/releases/notes/v1.2.3.md

This file was deleted.

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.3" -}}
{{- "v1.2.2" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "doc") -}}
{{- "v1.2.3" -}}
{{- "v1.2.2" -}}
{{- 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.3" -}}
{{- "v1.2.2" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "doc") -}}
{{- "v1.2.3" -}}
{{- "v1.2.2" -}}
{{- end -}}