From 7977964fe4ab918816a1ed828f0022f6976c347f Mon Sep 17 00:00:00 2001 From: "Langhammer, Jens" Date: Thu, 5 Aug 2021 23:52:23 +0200 Subject: [PATCH 1/2] bump app version --- README.md | 2 +- charts/authentik/Chart.yaml | 4 ++-- charts/authentik/README.md | 2 +- charts/authentik/values.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 162bde7b..7f4b82fc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # authentik -![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![AppVersion: 2021.6.4](https://img.shields.io/badge/AppVersion-2021.6.4-informational?style=flat-square) +![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![AppVersion: 2021.7.3](https://img.shields.io/badge/AppVersion-2021.7.3-informational?style=flat-square) authentik is an open-source Identity Provider focused on flexibility and versatility diff --git a/charts/authentik/Chart.yaml b/charts/authentik/Chart.yaml index 852eb44f..3811f254 100644 --- a/charts/authentik/Chart.yaml +++ b/charts/authentik/Chart.yaml @@ -17,7 +17,7 @@ keywords: - idp - sp version: 2.0.0 -appVersion: 2021.6.4 +appVersion: 2021.7.3 icon: https://raw.githubusercontent.com/BeryJu/authentik/master/web/icons/icon.svg maintainers: - name: BeryJu @@ -43,7 +43,7 @@ annotations: - kind: changed description: Breaking: Image value key is now repository - kind: changed - description: App version update to 2021.6.4 + description: App version update to 2021.7.3 artifacthub.io/license: GPL-3.0-only artifacthub.io/links: | - name: Github diff --git a/charts/authentik/README.md b/charts/authentik/README.md index 162bde7b..7f4b82fc 100644 --- a/charts/authentik/README.md +++ b/charts/authentik/README.md @@ -1,6 +1,6 @@ # authentik -![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![AppVersion: 2021.6.4](https://img.shields.io/badge/AppVersion-2021.6.4-informational?style=flat-square) +![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![AppVersion: 2021.7.3](https://img.shields.io/badge/AppVersion-2021.7.3-informational?style=flat-square) authentik is an open-source Identity Provider focused on flexibility and versatility diff --git a/charts/authentik/values.yaml b/charts/authentik/values.yaml index 900890a2..6fa59208 100644 --- a/charts/authentik/values.yaml +++ b/charts/authentik/values.yaml @@ -7,7 +7,7 @@ worker: image: repository: ghcr.io/goauthentik/server - tag: 2021.6.4 + tag: 2021.7.3 pullPolicy: IfNotPresent ingress: From da7d20c78dfbabf8b6cfc5deaaa9cb0673f70291 Mon Sep 17 00:00:00 2001 From: "Langhammer, Jens" Date: Thu, 5 Aug 2021 23:56:46 +0200 Subject: [PATCH 2/2] bump version, fix mismatched image version --- README.md | 4 ++-- charts/authentik/Chart.yaml | 10 ++++------ charts/authentik/README.md | 4 ++-- charts/authentik/ci/ct-values.yaml | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7f4b82fc..f70368dc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # authentik -![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![AppVersion: 2021.7.3](https://img.shields.io/badge/AppVersion-2021.7.3-informational?style=flat-square) +![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![AppVersion: 2021.7.3](https://img.shields.io/badge/AppVersion-2021.7.3-informational?style=flat-square) authentik is an open-source Identity Provider focused on flexibility and versatility @@ -97,7 +97,7 @@ redis: | geoip.updateInterval | int | `8` | number of hours between update runs | | image.repository | string | `"ghcr.io/goauthentik/server"` | | | image.pullPolicy | string | `"IfNotPresent"` | | -| image.tag | string | `"2021.5.4"` | | +| image.tag | string | `"2021.7.3"` | | | ingress.annotations | object | `{}` | | | ingress.enabled | bool | `false` | | | ingress.hosts[0].host | string | `"authentik.domain.tld"` | | diff --git a/charts/authentik/Chart.yaml b/charts/authentik/Chart.yaml index 3811f254..202d7d46 100644 --- a/charts/authentik/Chart.yaml +++ b/charts/authentik/Chart.yaml @@ -16,7 +16,7 @@ keywords: - ldap - idp - sp -version: 2.0.0 +version: 2.1.0 appVersion: 2021.7.3 icon: https://raw.githubusercontent.com/BeryJu/authentik/master/web/icons/icon.svg maintainers: @@ -40,8 +40,6 @@ dependencies: version: 2.4.0 annotations: artifacthub.io/changes: | - - kind: changed - description: Breaking: Image value key is now repository - kind: changed description: App version update to 2021.7.3 artifacthub.io/license: GPL-3.0-only @@ -59,8 +57,8 @@ annotations: url: https://github.com/dirtycajunrice artifacthub.io/images: | - name: authentik - image: ghcr.io/goauthentik/server:2021.5.4 + image: ghcr.io/goauthentik/server:2021.7.3 - name: authentik-outpost-proxy - image: ghcr.io/goauthentik/proxy:2021.5.4 + image: ghcr.io/goauthentik/proxy:2021.7.3 - name: authentik-outpost-ldap - image: ghcr.io/goauthentik/ldap:2021.5.4 + image: ghcr.io/goauthentik/ldap:2021.7.3 diff --git a/charts/authentik/README.md b/charts/authentik/README.md index 7f4b82fc..f70368dc 100644 --- a/charts/authentik/README.md +++ b/charts/authentik/README.md @@ -1,6 +1,6 @@ # authentik -![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![AppVersion: 2021.7.3](https://img.shields.io/badge/AppVersion-2021.7.3-informational?style=flat-square) +![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![AppVersion: 2021.7.3](https://img.shields.io/badge/AppVersion-2021.7.3-informational?style=flat-square) authentik is an open-source Identity Provider focused on flexibility and versatility @@ -97,7 +97,7 @@ redis: | geoip.updateInterval | int | `8` | number of hours between update runs | | image.repository | string | `"ghcr.io/goauthentik/server"` | | | image.pullPolicy | string | `"IfNotPresent"` | | -| image.tag | string | `"2021.5.4"` | | +| image.tag | string | `"2021.7.3"` | | | ingress.annotations | object | `{}` | | | ingress.enabled | bool | `false` | | | ingress.hosts[0].host | string | `"authentik.domain.tld"` | | diff --git a/charts/authentik/ci/ct-values.yaml b/charts/authentik/ci/ct-values.yaml index e30aac6d..2b6ddd15 100644 --- a/charts/authentik/ci/ct-values.yaml +++ b/charts/authentik/ci/ct-values.yaml @@ -5,7 +5,7 @@ worker: image: repository: ghcr.io/goauthentik/server - tag: 2021.5.4 + tag: 2021.7.3 pullPolicy: IfNotPresent ingress: