Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump to 2024.2.3 #259

Merged
merged 1 commit into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 12 additions & 9 deletions charts/authentik/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: v2
version: 2024.2.2
appVersion: 2024.2.2
version: 2024.2.3
appVersion: 2024.2.3
name: authentik
description: authentik is an open-source Identity Provider focused on flexibility and versatility
type: application
Expand Down Expand Up @@ -45,7 +45,7 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: upgrade to authentik 2024.2.2
description: upgrade to authentik 2024.2.3
artifacthub.io/license: GPL
artifacthub.io/links: |
- name: GitHub
Expand All @@ -58,19 +58,22 @@ annotations:
url: https://goauthentik.io
artifacthub.io/images: |
- name: authentik
image: ghcr.io/goauthentik/server:2024.2.2
image: ghcr.io/goauthentik/server:2024.2.3
whitelisted: true
- name: authentik-outpost-proxy
image: ghcr.io/goauthentik/proxy:2024.2.2
image: ghcr.io/goauthentik/proxy:2024.2.3
whitelisted: true
- name: authentik-outpost-ldap
image: ghcr.io/goauthentik/ldap:2024.2.2
image: ghcr.io/goauthentik/ldap:2024.2.3
whitelisted: true
- name: authentik-outpost-radius
image: ghcr.io/goauthentik/radius:2024.2.2
image: ghcr.io/goauthentik/radius:2024.2.3
whitelisted: true
- name: authentik-outpost-rac
image: ghcr.io/goauthentik/rac:2024.2.3
whitelisted: true
artifacthub.io/screenshots: |
- title: User interface
url: https://goauthentik.io/img/screen_apps_light.jpg
url: https://docs.goauthentik.io/img/screen_apps_light.jpg
- title: Admin interface
url: https://goauthentik.io/img/screen_admin_light.jpg
url: https://docs.goauthentik.io/img/screen_admin_light.jpg
4 changes: 2 additions & 2 deletions charts/authentik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

[![Join Discord](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://goauthentik.io/discord)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/goauthentik/helm/lint-test.yaml?branch=main&label=ci&style=for-the-badge)](https://github.com/goauthentik/helm/actions/workflows/lint-test.yaml)
![Version: 2024.2.2](https://img.shields.io/badge/Version-2024.2.2-informational?style=for-the-badge)
![AppVersion: 2024.2.2](https://img.shields.io/badge/AppVersion-2024.2.2-informational?style=for-the-badge)
![Version: 2024.2.3](https://img.shields.io/badge/Version-2024.2.3-informational?style=for-the-badge)
![AppVersion: 2024.2.3](https://img.shields.io/badge/AppVersion-2024.2.3-informational?style=for-the-badge)

authentik is an open-source Identity Provider focused on flexibility and versatility

Expand Down
4 changes: 2 additions & 2 deletions charts/authentik/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

[![Join Discord](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://goauthentik.io/discord)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/goauthentik/helm/lint-test.yaml?branch=main&label=ci&style=for-the-badge)](https://github.com/goauthentik/helm/actions/workflows/lint-test.yaml)
![Version: 2024.2.2](https://img.shields.io/badge/Version-2024.2.2-informational?style=for-the-badge)
![AppVersion: 2024.2.2](https://img.shields.io/badge/AppVersion-2024.2.2-informational?style=for-the-badge)
![Version: 2024.2.3](https://img.shields.io/badge/Version-2024.2.3-informational?style=for-the-badge)
![AppVersion: 2024.2.3](https://img.shields.io/badge/AppVersion-2024.2.3-informational?style=for-the-badge)

{{ template "chart.deprecationWarning" . }}

Expand Down