Skip to content
Merged
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
25 changes: 5 additions & 20 deletions helm/oauth2-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: oauth2-proxy
version: 10.4.0
version: 10.4.1
apiVersion: v2
appVersion: 7.15.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tuunit maybe this was an oversight :

Suggested change
appVersion: 7.15.0
appVersion: 7.15.1

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indeed 😅

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed: 10.4.2 is currently being published

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you ! ☕

home: https://oauth2-proxy.github.io/oauth2-proxy/
Expand Down Expand Up @@ -30,23 +30,8 @@ maintainers:
kubeVersion: ">=1.16.0-0"
annotations:
artifacthub.io/changes: |
- kind: fixed
description: Restructured config.configFile generation to support alphaConfig without conflicts
- kind: changed
description: Bump OAuth2 Proxy image to v7.15.1
links:
- name: GitHub Issue
url: https://github.com/oauth2-proxy/manifests/issues/226
- kind: added
description: Added structured configuration with config.emailDomains and config.upstreams for better flexibility
links:
- name: GitHub Issue
url: https://github.com/oauth2-proxy/manifests/issues/226
- kind: added
description: Added config.forceLegacyConfig flag for users with custom configFile when using alphaConfig
links:
- name: GitHub Issue
url: https://github.com/oauth2-proxy/manifests/issues/226
- kind: added
description: Added comprehensive alphaConfig examples with upstreamConfig configuration
links:
- name: GitHub Issue
url: https://github.com/oauth2-proxy/manifests/issues/311
- name: GitHub PR
url: https://github.com/oauth2-proxy/manifests/pull/403
Loading