Skip to content

Commit

Permalink
fix(terraform): update authentik ( 2024.8.3 → 2024.8.4 ) (#1418)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 29, 2024
1 parent 9f3fad4 commit 7da9839
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 33 deletions.
60 changes: 30 additions & 30 deletions terraform/authentik/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/authentik/modules/oauth2-application/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
authentik = {
source = "goauthentik/authentik"
version = "2024.8.3"
version = "2024.8.4"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/authentik/modules/proxy-application/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
authentik = {
source = "goauthentik/authentik"
version = "2024.8.3"
version = "2024.8.4"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/authentik/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
required_providers {
authentik = {
source = "goauthentik/authentik"
version = "2024.8.3"
version = "2024.8.4"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down

0 comments on commit 7da9839

Please sign in to comment.