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

chore(deps): update helm release authentik to v2024 #97

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 21, 2024

This PR contains the following updates:

Package Type Update Change
authentik (source) HelmChart major 2023.5.4 -> 2024.12.2

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

goauthentik/helm (authentik)

v2024.12.2

Compare Source

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

What's Changed

New Contributors

Full Changelog: goauthentik/helm@authentik-2024.12.1...authentik-2024.12.2

v2024.12.1

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2024.12.0...authentik-2024.12.1

v2024.12.0

Compare Source

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

See https://docs.goauthentik.io/docs/releases/2024.12

What's Changed

Full Changelog: goauthentik/helm@authentik-2024.10.5-1...authentik-2024.12.0

v2024.10.5

Compare Source

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

What's Changed

New Contributors

Full Changelog: goauthentik/helm@authentik-2024.10.4...authentik-2024.10.5

v2024.10.4

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2024.10.2...authentik-2024.10.4

v2024.10.2

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2024.10.1...authentik-2024.10.2

v2024.10.1

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2024.10.0...authentik-2024.10.1

v2024.10.0

Compare Source

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

What's Changed

New Contributors

Full Changelog: goauthentik/helm@authentik-2024.8.4...authentik-2024.10.0

v2024.8.4

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2024.8.3...authentik-2024.8.4

v2024.8.3

Compare Source

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

What's Changed

New Contributors

Full Changelog: goauthentik/helm@authentik-2024.8.2...authentik-2024.8.3

v2024.8.2

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2024.8.1...authentik-2024.8.2

v2024.8.1

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2024.8.0...authentik-2024.8.1

v2024.8.0

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2024.6.4...authentik-2024.8.0

v2024.6.4

Compare Source

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

What's Changed

New Contributors

Full Changelog: goauthentik/helm@authentik-2024.6.3...authentik-2024.6.4

v2024.6.3

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2024.6.2...authentik-2024.6.3

v2024.6.2

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2024.6.1...authentik-2024.6.2

v2024.6.1

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2024.6.0...authentik-2024.6.1

v2024.6.0

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2024.4.2...authentik-2024.6.0

v2024.4.2

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2024.4.1...authentik-2024.4.2

v2024.4.1

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2024.4.0...authentik-2024.4.1

v2024.4.0

Compare Source

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

What's Changed

New Contributors

Full Changelog: goauthentik/helm@authentik-2024.2.3...authentik-2024.4.0

v2024.2.3

Compare Source

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

What's Changed

New Contributors

Full Changelog: goauthentik/helm@authentik-2024.2.2...authentik-2024.2.3

v2024.2.2

Compare Source

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

What's Changed

New Contributors

Full Changelog: goauthentik/helm@authentik-2024.2.1...authentik-2024.2.2

v2024.2.1

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2024.2.0...authentik-2024.2.1

v2024.2.0

Compare Source

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

Breaking changes

The vendored Bitnami PostgreSQL and Redis Helm charts have been removed and now use upstream versions.

The PostgreSQL Helm chart has been updated from 10.16.2 to 12.12.10. The full diff is here but is quite large. We recommend checking out the upstream release notes for the 11.x.x and 12.x.x upgrades. Among the changes you may be required to do, the postgresql.persistence key has been renamed to postgresql.primary.persistence, postgresql.postgresqlPassword to postgresql.auth.password, postgresql.existingSecret to postgresql.auth.existingSecret. Note that this update does not change the major version of PostgreSQL, so no manual intervention is required on that side.

The Redis Helm chart has been updated from 15.7.6 to 18.6.1. The full diff is here but is quite large. We recommend checking out the upstream release notes for the 16.x.x, 17.x.x and 18.x.x upgrades. If you do not have any custom values, no action is required. Not that this upgrades the major Redis version from 6 to 7, and thus no rollback is possible.

Ingress versions before networking.k8s.io/v1 are not supported anymore.

blueprints has been renamed to blueprints.configMaps and blueprints.secrets has been added to import blueprints from secrets.

image has been renamed to global.image, and can now be overridden for the server and worker with server.image and worker.image.

image.pullSecrets has been renamed to global.imagePullSecrets, and can now be overridden for the server and worker with server.imagePullSecrets and worker.imagePullSecrets.

annotations has been renamed global.deploymentAnnotations, and additional annotations can now be configured for only the server or worker with server.deploymentAnnotations and worker.deploymentAnnotations.

podAnnotations has been renamed global.podAnnotations, and additional annotations can now be configured for only the server or worker with server.podAnnotations and worker.podAnnotations.

nodeSelector has been renamed to global.nodeSelector, and can now be overridden for the server and worker with server.nodeSelector and worker.nodeSelector.

tolerations has been renamed to global.tolerations, and can now be overridden for the server and worker with server.tolerations and worker.tolerations.

affinity has been removed and replaced by the reworked global.affinity which pre-sets affinity rules. It is possible override those rules for the server and worker with server.affinity and worker.affinity.

env, envValueFrom and envFrom have been removed and replaced by global.env and global.envFrom. global.env now puts the configured list directly into the deployment, without modifications as the previous setting used to do. It is now also possible to pass environment variables to only the server or worker with server.env, worker.env, server.envFrom and worker.envFrom.

additionalContainers has been removed and replaced by server.extraContainers and worker.extraContainers. The previous dictionary must now be a list and name is a required property.

initContainers has been removed and replaced by server.initContainers and worker.initContainers. The previous dictionary must now be a list and name is a required property.

volumes and volumeMounts have been renamed to global.volumes and global.volumeMounts. Additionally, server.volumes, worker.volumes, server.volumeMounts and worker.volumeMounts have been added.

replicas has been renamed to server.replicas.

strategy has been renamed to server.deploymentStrategy. worker.strategy has been renamed to worker.deploymentStrategy. global.deploymentStrategy has been added to configure deployment strategy for all authentik deployments.

priorityClassName has been renamed to server.priorityClassName. Also, server.priorityClassName and worker.priorityClassName can be used with global.priorityClassName.

containerSecurityContext has been renamed to server.containerSecurityContext.

livenessProbe, readinessProbe and startupProbe have been renamed to server.livenessProbe, server.readinessProbe and server.startupProbe. Additionally, the enabled option of those has been removed. If you need to disable those, you can do server.readinessProbe: ~ in your values. Also, some defaults have been reworked.

autoscaling.server has been renamed to server.autoscaling and autoscaling.worker has been renamed to worker.autoscaling.

pdb.server has been renamed to server.pdb and pdb.worker has been renamed to worker.pdb.

resources.server has been renamed to server.resources and resources.worker has been renamed to worker.resources.

service has been renamed server.service. Inside the service definition, port has been renamed servicePortHttp, nodePort has been renamed nodePortHttp, name has been renamed to servicePortHttpName, protocol has been removed. A lot of options have been added to customize it.

prometheus.serviceMonitor has been renamed to server.metrics.serviceMonitor. Inside the service monitor definition, create has been renamed to enabled.

prometheus.rules.create has been renamed to prometheus.rules.enabled. Additional options have also been added for more configurability.

ingress has been renamed to server.ingress. Additionally, the hosts key has been replaced by a list of hosts and paths, instead of a stand-in for an ingress definition. Additional keys are now also available for more configurability.

The geoip.image has been broken up into a dictionary following the other images definitions.

The GeoIP image repository has been changed from docker.io/maxmindinc/geoipupdate to ghcr.io/maxmind/geoipupdate. The image version has been ugpraded from 4.8 to 6.0.0

New features

global.additionalLabels has been added for labels to be applied to all resources.

Add global.revisionHistoryLimit for the number of deployment ReplicaSets to retain.

global.podLabels, server.podLabels and worker.podLabels have been added to configure extra labels to add the the deployed pods.

global.addPrometheusAnnotations allows for Prometheus annotations to be added to metrics services. This can be used as an alternative to the ServiceMonitors.

global.securityContext has been added to define pod-level security context for all deployed pods.

global.topologySpreadConstraints has been added to define topology spread constraints rules for all components.

The autoscaling configuration has gained some more configurability. Check out the values.yaml for more information.

server.terminationGracePeriodSeconds has been added and is set to a value of 30 by default.

Add the ability to use an existing secret for GeoIP credentials with geoip.existingSecret.

additionalObjects has been added to allow deploying other Kubernetes objects.

What's Changed

Full Changelog: goauthentik/helm@authentik-2024.2.0-rc2...authentik-2024.2.0

v2023.10.7

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2023.10.6...authentik-2023.10.7

v2023.10.6

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2023.10.5...authentik-2023.10.6

v2023.10.5

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2023.10.4...authentik-2023.10.5

v2023.10.4

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2023.10.3...authentik-2023.10.4

v2023.10.3

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2023.10.2...authentik-2023.10.3

v2023.10.2

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2023.10.1...authentik-2023.10.2

v2023.10.1

Compare Source

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

Note about upcoming breaking change

The first 2024.x version of this chart will see a rework that will include breaking changes. Please plan accordingly for that update.

What's Changed

Full Changelog: goauthentik/helm@authentik-2023.10.0...authentik-2023.10.1

v2023.10.0

Compare Source

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

Note about upcoming breaking change

The first 2024.x version of this chart will see a rework that will include breaking changes. Please plan accordingly for that update.

What's Changed

Full Changelog: goauthentik/helm@authentik-2023.8.3...authentik-2023.10.0

v2023.8.3

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2023.8.2...authentik-2023.8.3

v2023.8.2

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2023.8.1...authentik-2023.8.2

v2023.8.1

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2023.8.0...authentik-2023.8.1

v2023.8.0

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@postgresql-12.8.2...authentik-2023.8.0

v2023.6.3

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-remote-cluster-1.2.2...authentik-2023.6.3

v2023.6.2

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2023.6.1...authentik-2023.6.2

v2023.6.1

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2023.6.0...authentik-2023.6.1

v2023.6.0

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2023.5.5...authentik-2023.6.0

v2023.5.5

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-remote-cluster-1.2.1...authentik-2023.5.5


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/authentik-2024.x branch from 9a2d6bc to c14a7ea Compare February 22, 2024 19:47
@renovate renovate bot force-pushed the renovate/authentik-2024.x branch from c14a7ea to 5b9a79d Compare March 4, 2024 21:36
@renovate renovate bot force-pushed the renovate/authentik-2024.x branch from 5b9a79d to 115663b Compare April 17, 2024 15:38
@renovate renovate bot force-pushed the renovate/authentik-2024.x branch 2 times, most recently from c45d42f to 88289d7 Compare April 26, 2024 17:14
@renovate renovate bot force-pushed the renovate/authentik-2024.x branch from 88289d7 to 3a18bc0 Compare May 7, 2024 15:56
@renovate renovate bot force-pushed the renovate/authentik-2024.x branch from 3a18bc0 to 2d8d0bc Compare June 26, 2024 12:33
@renovate renovate bot force-pushed the renovate/authentik-2024.x branch from 2d8d0bc to 7d637f3 Compare July 11, 2024 21:28
@renovate renovate bot force-pushed the renovate/authentik-2024.x branch 2 times, most recently from 147c7b3 to aa91f6a Compare August 5, 2024 23:13
@renovate renovate bot force-pushed the renovate/authentik-2024.x branch from aa91f6a to 5d68c00 Compare August 22, 2024 20:36
@renovate renovate bot force-pushed the renovate/authentik-2024.x branch 2 times, most recently from d3ce015 to 9e922ee Compare September 7, 2024 18:14
@renovate renovate bot force-pushed the renovate/authentik-2024.x branch from 9e922ee to 12d86d2 Compare September 16, 2024 14:33
@renovate renovate bot force-pushed the renovate/authentik-2024.x branch from 12d86d2 to 3be4d08 Compare September 27, 2024 16:11
@renovate renovate bot force-pushed the renovate/authentik-2024.x branch 2 times, most recently from 07ebe28 to 30c5bea Compare November 6, 2024 15:01
@renovate renovate bot force-pushed the renovate/authentik-2024.x branch from 30c5bea to 3baa2f1 Compare November 14, 2024 20:16
@renovate renovate bot force-pushed the renovate/authentik-2024.x branch from 3baa2f1 to 9a2df39 Compare November 21, 2024 21:26
@renovate renovate bot force-pushed the renovate/authentik-2024.x branch from 9a2df39 to 055be4c Compare December 10, 2024 18:47
@renovate renovate bot force-pushed the renovate/authentik-2024.x branch 2 times, most recently from 9478c6e to e7c5176 Compare December 23, 2024 20:35
@renovate renovate bot force-pushed the renovate/authentik-2024.x branch from e7c5176 to 12b7bd9 Compare January 9, 2025 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants