From d8b2b4882b78e361d267252b7b68c079cf9df806 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 21 Sep 2021 13:26:33 +0200 Subject: [PATCH 1/2] bump to 3.0 --- README.md | 2 +- charts/authentik/Chart.yaml | 2 +- charts/authentik/README.md | 2 +- charts/authentik/README.md.gotmpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 87f2a623..6ea013df 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ --- [![](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://discord.gg/jg33eMhnj6) -![Version: 3.0.0-rc1](https://img.shields.io/badge/Version-3.0.0-rc1-informational?style=for-the-badge) +![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=for-the-badge) ![AppVersion: 2021.9.1-rc1](https://img.shields.io/badge/AppVersion-2021.9.1-rc1-informational?style=for-the-badge) 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 d80aada9..0c22cfee 100644 --- a/charts/authentik/Chart.yaml +++ b/charts/authentik/Chart.yaml @@ -16,7 +16,7 @@ keywords: - ldap - idp - sp -version: 3.0.0-rc1 +version: 3.0.0 appVersion: 2021.9.1-rc1 icon: https://raw.githubusercontent.com/BeryJu/authentik/master/web/icons/icon.svg maintainers: diff --git a/charts/authentik/README.md b/charts/authentik/README.md index 87f2a623..6ea013df 100644 --- a/charts/authentik/README.md +++ b/charts/authentik/README.md @@ -5,7 +5,7 @@ --- [![](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://discord.gg/jg33eMhnj6) -![Version: 3.0.0-rc1](https://img.shields.io/badge/Version-3.0.0-rc1-informational?style=for-the-badge) +![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=for-the-badge) ![AppVersion: 2021.9.1-rc1](https://img.shields.io/badge/AppVersion-2021.9.1-rc1-informational?style=for-the-badge) authentik is an open-source Identity Provider focused on flexibility and versatility diff --git a/charts/authentik/README.md.gotmpl b/charts/authentik/README.md.gotmpl index 99666370..e57555d1 100644 --- a/charts/authentik/README.md.gotmpl +++ b/charts/authentik/README.md.gotmpl @@ -5,7 +5,7 @@ --- [![](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://discord.gg/jg33eMhnj6) -![Version: 3.0.0-rc1](https://img.shields.io/badge/Version-3.0.0-rc1-informational?style=for-the-badge) +![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=for-the-badge) ![AppVersion: 2021.9.1-rc1](https://img.shields.io/badge/AppVersion-2021.9.1-rc1-informational?style=for-the-badge) {{ template "chart.deprecationWarning" . }} From 7cae5ab1e952441a8102cc88561c10e3f4c3ab67 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 21 Sep 2021 13:27:16 +0200 Subject: [PATCH 2/2] bump app ver --- README.md | 4 ++-- charts/authentik/Chart.yaml | 8 ++++---- charts/authentik/README.md | 4 ++-- charts/authentik/README.md.gotmpl | 2 +- charts/authentik/ci/ct-values.yaml | 2 +- charts/authentik/values.yaml | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6ea013df..bdd4e60f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://discord.gg/jg33eMhnj6) ![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=for-the-badge) -![AppVersion: 2021.9.1-rc1](https://img.shields.io/badge/AppVersion-2021.9.1-rc1-informational?style=for-the-badge) +![AppVersion: 2021.9.1](https://img.shields.io/badge/AppVersion-2021.9.1-informational?style=for-the-badge) authentik is an open-source Identity Provider focused on flexibility and versatility @@ -105,7 +105,7 @@ redis: | geoip.updateInterval | int | `8` | number of hours between update runs | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/goauthentik/server"` | | -| image.tag | string | `"2021.9.1-rc1"` | | +| image.tag | string | `"2021.9.1"` | | | 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 0c22cfee..174219e6 100644 --- a/charts/authentik/Chart.yaml +++ b/charts/authentik/Chart.yaml @@ -17,7 +17,7 @@ keywords: - idp - sp version: 3.0.0 -appVersion: 2021.9.1-rc1 +appVersion: 2021.9.1 icon: https://raw.githubusercontent.com/BeryJu/authentik/master/web/icons/icon.svg maintainers: - name: BeryJu @@ -61,8 +61,8 @@ annotations: url: https://github.com/dirtycajunrice artifacthub.io/images: | - name: authentik - image: ghcr.io/goauthentik/server:2021.9.1-rc1 + image: ghcr.io/goauthentik/server:2021.9.1 - name: authentik-outpost-proxy - image: ghcr.io/goauthentik/proxy:2021.9.1-rc1 + image: ghcr.io/goauthentik/proxy:2021.9.1 - name: authentik-outpost-ldap - image: ghcr.io/goauthentik/ldap:2021.9.1-rc1 + image: ghcr.io/goauthentik/ldap:2021.9.1 diff --git a/charts/authentik/README.md b/charts/authentik/README.md index 6ea013df..bdd4e60f 100644 --- a/charts/authentik/README.md +++ b/charts/authentik/README.md @@ -6,7 +6,7 @@ [![](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://discord.gg/jg33eMhnj6) ![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=for-the-badge) -![AppVersion: 2021.9.1-rc1](https://img.shields.io/badge/AppVersion-2021.9.1-rc1-informational?style=for-the-badge) +![AppVersion: 2021.9.1](https://img.shields.io/badge/AppVersion-2021.9.1-informational?style=for-the-badge) authentik is an open-source Identity Provider focused on flexibility and versatility @@ -105,7 +105,7 @@ redis: | geoip.updateInterval | int | `8` | number of hours between update runs | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/goauthentik/server"` | | -| image.tag | string | `"2021.9.1-rc1"` | | +| image.tag | string | `"2021.9.1"` | | | ingress.annotations | object | `{}` | | | ingress.enabled | bool | `false` | | | ingress.hosts[0].host | string | `"authentik.domain.tld"` | | diff --git a/charts/authentik/README.md.gotmpl b/charts/authentik/README.md.gotmpl index e57555d1..ceebf56b 100644 --- a/charts/authentik/README.md.gotmpl +++ b/charts/authentik/README.md.gotmpl @@ -6,7 +6,7 @@ [![](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://discord.gg/jg33eMhnj6) ![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=for-the-badge) -![AppVersion: 2021.9.1-rc1](https://img.shields.io/badge/AppVersion-2021.9.1-rc1-informational?style=for-the-badge) +![AppVersion: 2021.9.1](https://img.shields.io/badge/AppVersion-2021.9.1-informational?style=for-the-badge) {{ template "chart.deprecationWarning" . }} diff --git a/charts/authentik/ci/ct-values.yaml b/charts/authentik/ci/ct-values.yaml index ec79859a..d0ac31f9 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.9.1-rc1 + tag: 2021.9.1 pullPolicy: IfNotPresent ingress: diff --git a/charts/authentik/values.yaml b/charts/authentik/values.yaml index 1709d13c..41beeb31 100644 --- a/charts/authentik/values.yaml +++ b/charts/authentik/values.yaml @@ -7,7 +7,7 @@ worker: image: repository: ghcr.io/goauthentik/server - tag: 2021.9.1-rc1 + tag: 2021.9.1 pullPolicy: IfNotPresent ingress: