diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index 558a07ad..d24bd4fe 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -1,5 +1,5 @@ name: oauth2-proxy -version: 10.4.0 +version: 10.4.1 apiVersion: v2 appVersion: 7.15.0 home: https://oauth2-proxy.github.io/oauth2-proxy/ @@ -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