From 4628cad97661c5ee59c7fdf7aee0f49217a862fe Mon Sep 17 00:00:00 2001 From: Denis Mishin Date: Fri, 26 May 2023 22:47:24 -0400 Subject: [PATCH] upgrade to v0.22.2 (#342) --- charts/pomerium/Chart.yaml | 6 +++--- charts/pomerium/README.md | 5 ++++- charts/pomerium/values.yaml | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/charts/pomerium/Chart.yaml b/charts/pomerium/Chart.yaml index 8f78c36..15195c8 100644 --- a/charts/pomerium/Chart.yaml +++ b/charts/pomerium/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: pomerium -version: 33.0.2 -appVersion: v0.20.0 +version: 34.0.0 +appVersion: v0.22.0 home: http://www.pomerium.com/ icon: https://www.pomerium.com/img/icon.svg description: Pomerium is an identity-aware access proxy. @@ -23,7 +23,7 @@ sources: engine: gotpl dependencies: - name: redis - version: "17.0.9" + version: '17.0.9' repository: https://charts.bitnami.com/bitnami condition: redis.enabled diff --git a/charts/pomerium/README.md b/charts/pomerium/README.md index 9eb84d7..f5df1a9 100644 --- a/charts/pomerium/README.md +++ b/charts/pomerium/README.md @@ -462,12 +462,15 @@ A full listing of Pomerium's configuration variables can be found on the [config ## Changelog +### 34.0.0 + +- Upgrade to Pomerium Core v0.22.2, that addresses a critical security vulnerability [GHSA-pvrc-wvj2-f59p](https://github.com/pomerium/pomerium/security/advisories/GHSA-pvrc-wvj2-f59p) + ### 33.0.0 - `idp.serviceAccount` is removed. Please see the [Upgrade Guide](https://www.pomerium.com/docs/overview/upgrading#since-0200) - Update to v0.20.0 of Pomerium - ### 32.0.0 - Update to v0.18 of Pomerium diff --git a/charts/pomerium/values.yaml b/charts/pomerium/values.yaml index 0abd67e..f62eef4 100644 --- a/charts/pomerium/values.yaml +++ b/charts/pomerium/values.yaml @@ -203,7 +203,7 @@ ingressController: nameOverride: '' image: repository: 'pomerium/ingress-controller' - tag: 'sha-5623bd8' + tag: 'sha-54e3ddc' pullPolicy: IfNotPresent deployment: annotations: {}