Skip to content

Commit d90d665

Browse files
chore: release main
1 parent 6f346cd commit d90d665

File tree

9 files changed

+84
-8
lines changed

9 files changed

+84
-8
lines changed

.release-please-manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"modules/aws/eks/cluster": "0.1.0",
44
"modules/aws/eks/external-secrets": "0.1.0",
55
"modules/aws/eks/karpenter": "0.1.0",
6-
"modules/aws/eks/keycloak": "0.1.0",
6+
"modules/aws/eks/keycloak": "0.2.0",
77
"modules/aws/eks/kube-system": "0.1.0",
8-
"modules/aws/eks/security": "0.1.0",
8+
"modules/aws/eks/security": "0.2.0",
99
"modules/aws/eks/vault": "0.1.0",
10-
"modules/aws/eks/vault-config": "0.1.0",
10+
"modules/aws/eks/vault-config": "0.2.0",
1111
"modules/aws/vpc": "0.1.0",
12-
"modules/aws/route53": "0.1.0",
13-
"modules/cloudflare/r2": "0.1.0",
14-
"modules/hetzner/servers": "0.1.0",
15-
"modules/ovh/dedicated-servers": "0.1.0",
12+
"modules/aws/route53": "0.2.0",
13+
"modules/cloudflare/r2": "0.2.0",
14+
"modules/hetzner/servers": "0.2.0",
15+
"modules/ovh/dedicated-servers": "0.2.0",
1616
"modules/ovh/private-network": "0.0.0",
17-
"modules/grafana-cloud/alerting": "0.0.0",
17+
"modules/grafana-cloud/alerting": "0.1.0",
1818
"modules/grafana-cloud/irm": "0.0.0"
1919
}

modules/aws/eks/keycloak/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/ChainSafe/infra-terraform/compare/aws-eks-keycloak-0.1.0...aws-eks-keycloak-0.2.0) (2025-10-13)
4+
5+
6+
### Features
7+
8+
* add OVH vRack Terraform module ([4efea3a](https://github.com/ChainSafe/infra-terraform/commit/4efea3a4fa78fe1710a298a8339f530b3a33970c))
9+
* **eks/keycloak:** integrate Vault secrets and GitHub OIDC IdP configuration ([3ca905b](https://github.com/ChainSafe/infra-terraform/commit/3ca905be0eb7a1f206ab4784de8b7bd7342fc452))
10+
* **eks/keycloak:** migrate Keycloak to `keycloakx` chart and integrate PostgreSQL operator ([40f59d6](https://github.com/ChainSafe/infra-terraform/commit/40f59d64238cd98f33ea663dd9838f5cbf345dde))
11+
* **eks/security:** remove Dex integration and migrate OAuth2-Proxy to Keycloak ([1f14854](https://github.com/ChainSafe/infra-terraform/commit/1f14854347f728f1b655b35b398dd03d8471760e))
12+
13+
14+
### Bug Fixes
15+
16+
* **eks/keycloak:** correct `oidcIssuerURL` key to `oidc_issuer_url` in OAuth2-Proxy configuration ([6f346cd](https://github.com/ChainSafe/infra-terraform/commit/6f346cdf0529e11eb891b4354ad51c67f52e10a4))
17+
318
## 0.1.0 (2025-09-09)
419

520

modules/aws/eks/security/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/ChainSafe/infra-terraform/compare/aws-eks-security-0.1.0...aws-eks-security-0.2.0) (2025-10-13)
4+
5+
6+
### Features
7+
8+
* **eks/security:** remove Dex integration and migrate OAuth2-Proxy to Keycloak ([1f14854](https://github.com/ChainSafe/infra-terraform/commit/1f14854347f728f1b655b35b398dd03d8471760e))
9+
310
## 0.1.0 (2025-09-09)
411

512

modules/aws/eks/vault-config/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/ChainSafe/infra-terraform/compare/aws-eks-vault-config-0.1.0...aws-eks-vault-config-0.2.0) (2025-10-13)
4+
5+
6+
### Features
7+
8+
* **eks/vault-config:** replace Okta with Keycloak for SSO and policy management ([b1583f3](https://github.com/ChainSafe/infra-terraform/commit/b1583f3520dbaafa80a231a02dba7438294b55a2))
9+
10+
11+
### Bug Fixes
12+
13+
* **eks/vault-config:** update Vault container image path to `hashicorp/vault` for consistency ([754cd42](https://github.com/ChainSafe/infra-terraform/commit/754cd42f3747d1f7caf20241e048979612f4ed5e))
14+
315
## 0.1.0 (2025-09-09)
416

517

modules/aws/route53/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/ChainSafe/infra-terraform/compare/aws-route53-0.1.0...aws-route53-0.2.0) (2025-10-13)
4+
5+
6+
### Features
7+
8+
* add OVH vRack Terraform module ([4efea3a](https://github.com/ChainSafe/infra-terraform/commit/4efea3a4fa78fe1710a298a8339f530b3a33970c))
9+
310
## 0.1.0 (2025-09-09)
411

512

modules/cloudflare/r2/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/ChainSafe/infra-terraform/compare/cloudflare-r2-0.1.0...cloudflare-r2-0.2.0) (2025-10-13)
4+
5+
6+
### Features
7+
8+
* add OVH vRack Terraform module ([4efea3a](https://github.com/ChainSafe/infra-terraform/commit/4efea3a4fa78fe1710a298a8339f530b3a33970c))
9+
310
## 0.1.0 (2025-09-09)
411

512

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-10-13)
4+
5+
6+
### Features
7+
8+
* add Grafana Cloud alerting module and integrate CI tools ([29e0133](https://github.com/ChainSafe/infra-terraform/commit/29e01339c1c252f17f5e678a9fc1835a0f1ca8fe))
9+
* **grafana-cloud/alerting:** expand Grafana Cloud alerting module with synthetic monitoring and k6 checks ([4704c68](https://github.com/ChainSafe/infra-terraform/commit/4704c6812ac299db34073ef3731ecc94c2a03677))
10+
11+
12+
### Bug Fixes
13+
14+
* **grafana-cloud/alerting:** update alert states for `no_data` and `exec_err` scenarios ([ce7495f](https://github.com/ChainSafe/infra-terraform/commit/ce7495fb6270a5ab80d4f691fa5a8382f509d09d))

modules/hetzner/servers/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/ChainSafe/infra-terraform/compare/hetzner-servers-0.1.0...hetzner-servers-0.2.0) (2025-10-13)
4+
5+
6+
### Features
7+
8+
* add OVH vRack Terraform module ([4efea3a](https://github.com/ChainSafe/infra-terraform/commit/4efea3a4fa78fe1710a298a8339f530b3a33970c))
9+
310
## 0.1.0 (2025-09-09)
411

512

modules/ovh/dedicated-servers/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/ChainSafe/infra-terraform/compare/ovh-dedicated-servers-0.1.0...ovh-dedicated-servers-0.2.0) (2025-10-13)
4+
5+
6+
### Features
7+
8+
* add OVH vRack Terraform module ([4efea3a](https://github.com/ChainSafe/infra-terraform/commit/4efea3a4fa78fe1710a298a8339f530b3a33970c))
9+
310
## 0.1.0 (2025-09-09)
411

512

0 commit comments

Comments
 (0)