Skip to content

Commit bb09486

Browse files
committed
chore: upgrades stack components
1 parent ec6c409 commit bb09486

File tree

191 files changed

+4252
-4289
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+4252
-4289
lines changed

flake.lock

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
inputs = {
55
nixpkgs.url = "github:NixOS/nixpkgs/c0b1da36f7c34a7146501f684e9ebdf15d2bebf8";
66
flake-utils.url = "github:numtide/flake-utils";
7-
kubeUtilsPkgsSrc.url = "github:NixOS/nixpkgs/92d295f588631b0db2da509f381b4fb1e74173c5";
8-
awsUtilsPkgsSrc.url = "github:NixOS/nixpkgs/658e7223191d2598641d50ee4e898126768fe847";
9-
tfUtilsPkgsSrc.url = "github:NixOS/nixpkgs/73bed75dbd3de6d4fca3f81ce25a0cc7766afff6";
10-
buildkitPkgsSrc.url = "github:NixOS/nixpkgs/b60793b86201040d9dee019a05089a9150d08b5b";
11-
redisPkgsSrc.url = "github:NixOS/nixpkgs/f7207adcc68d9cafa29e3cd252a18743ae512c6a";
7+
kubeUtilsPkgsSrc.url = "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465";
8+
awsUtilsPkgsSrc.url = "github:NixOS/nixpkgs/566e53c2ad750c84f6d31f9ccb9d00f823165550";
9+
tfUtilsPkgsSrc.url = "github:NixOS/nixpkgs/93dc9803a1ee435e590b02cde9589038d5cc3a4e";
10+
buildkitPkgsSrc.url = "github:NixOS/nixpkgs/226216574ada4c3ecefcbbec41f39ce4655f78ef";
11+
redisPkgsSrc.url = "github:NixOS/nixpkgs/226216574ada4c3ecefcbbec41f39ce4655f78ef";
1212
postgresPkgsSrc.url = "github:NixOS/nixpkgs/daf7bb95821b789db24fc1ac21f613db0c1bf2cb";
1313
vaultPkgsSrc.url = "github:NixOS/nixpkgs/325eb628b89b9a8183256f62d017bfb499b19bd9";
14-
linkerdPkgsSrc.url = "github:NixOS/nixpkgs/3281bec7174f679eabf584591e75979a258d8c40";
15-
kyvernoPkgsSrc.url = "github:NixOS/nixpkgs/34a626458d686f1b58139620a8b2793e9e123bba";
14+
linkerdPkgsSrc.url = "github:NixOS/nixpkgs/226216574ada4c3ecefcbbec41f39ce4655f78ef";
15+
kyvernoPkgsSrc.url = "github:NixOS/nixpkgs/226216574ada4c3ecefcbbec41f39ce4655f78ef";
1616
natsPkgsSrc.url = "github:NixOS/nixpkgs/34a626458d686f1b58139620a8b2793e9e123bba";
1717
};
1818

packages/bastion/Containerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# slim-12
2-
FROM debian@sha256:67f3931ad8cb1967beec602d8c0506af1e37e8d73c2a0b38b181ec5d8560d395 AS production
1+
FROM docker.io/library/debian:bookworm AS production
32

43
LABEL org.opencontainers.image.source=https://github.com/panfactum/stack
54
LABEL org.opencontainers.image.description="Bastion host for the Panfactum stack"

packages/infrastructure/authentik_aws_sso/main.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@ terraform {
22
required_providers {
33
authentik = {
44
source = "goauthentik/authentik"
5-
version = "2024.2.0"
5+
version = "2024.6.1"
66
}
77
kubernetes = {
88
source = "hashicorp/kubernetes"
9-
version = "2.27.0"
9+
version = "2.34.0"
1010
}
1111
kubectl = {
1212
source = "alekc/kubectl"
13-
version = "2.0.4"
13+
version = "2.1.3"
1414
}
1515
random = {
1616
source = "hashicorp/random"
17-
version = "3.6.0"
17+
version = "3.6.3"
1818
}
1919
tls = {
2020
source = "hashicorp/tls"
21-
version = "4.0.5"
21+
version = "4.0.6"
2222
}
2323
}
2424
}

packages/infrastructure/authentik_core_resources/main.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@ terraform {
22
required_providers {
33
authentik = {
44
source = "goauthentik/authentik"
5-
version = "2024.2.0"
5+
version = "2024.6.1"
66
}
77
kubernetes = {
88
source = "hashicorp/kubernetes"
9-
version = "2.27.0"
9+
version = "2.34.0"
1010
}
1111
kubectl = {
1212
source = "alekc/kubectl"
13-
version = "2.0.4"
13+
version = "2.1.3"
1414
}
1515
time = {
1616
source = "hashicorp/time"
1717
version = "0.10.0"
1818
}
1919
pf = {
2020
source = "panfactum/pf"
21-
version = "0.0.3"
21+
version = "0.0.4"
2222
}
2323
}
2424
}

packages/infrastructure/authentik_vault_sso/main.tf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@ terraform {
22
required_providers {
33
authentik = {
44
source = "goauthentik/authentik"
5-
version = "2024.2.0"
5+
version = "2024.6.1"
66
}
77
kubernetes = {
88
source = "hashicorp/kubernetes"
9-
version = "2.27.0"
9+
version = "2.34.0"
1010
}
1111
kubectl = {
1212
source = "alekc/kubectl"
13-
version = "2.0.4"
13+
version = "2.1.3"
1414
}
1515
tls = {
1616
source = "hashicorp/tls"
17-
version = "4.0.5"
17+
version = "4.0.6"
1818
}
1919
random = {
2020
source = "hashicorp/random"
21-
version = "3.6.0"
21+
version = "3.6.3"
2222
}
2323
pf = {
2424
source = "panfactum/pf"
25-
version = "0.0.3"
25+
version = "0.0.4"
2626
}
2727
}
2828
}

packages/infrastructure/authentik_zoho_sso/main.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@ terraform {
22
required_providers {
33
authentik = {
44
source = "goauthentik/authentik"
5-
version = "2024.2.0"
5+
version = "2024.6.1"
66
}
77
kubernetes = {
88
source = "hashicorp/kubernetes"
9-
version = "2.27.0"
9+
version = "2.34.0"
1010
}
1111
kubectl = {
1212
source = "alekc/kubectl"
13-
version = "2.0.4"
13+
version = "2.1.3"
1414
}
1515
random = {
1616
source = "hashicorp/random"
17-
version = "3.6.0"
17+
version = "3.6.3"
1818
}
1919
tls = {
2020
source = "hashicorp/tls"
21-
version = "4.0.5"
21+
version = "4.0.6"
2222
}
2323
}
2424
}

packages/infrastructure/aws_account/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ terraform {
88
}
99
pf = {
1010
source = "panfactum/pf"
11-
version = "0.0.3"
11+
version = "0.0.4"
1212
}
1313
}
1414
}

packages/infrastructure/aws_cdn/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
random = {
44
source = "hashicorp/random"
5-
version = "3.6.0"
5+
version = "3.6.3"
66
}
77
aws = {
88
source = "hashicorp/aws"
@@ -11,7 +11,7 @@ terraform {
1111
}
1212
pf = {
1313
source = "panfactum/pf"
14-
version = "0.0.3"
14+
version = "0.0.4"
1515
}
1616
}
1717
}

packages/infrastructure/aws_cloudwatch_log_group/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ terraform {
66
}
77
pf = {
88
source = "panfactum/pf"
9-
version = "0.0.3"
9+
version = "0.0.4"
1010
}
1111
}
1212
}

0 commit comments

Comments
 (0)