Skip to content

Commit 096801e

Browse files
chore(deps): update terraform (#1771)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 60b0ff9 commit 096801e

32 files changed

Lines changed: 39 additions & 39 deletions

File tree

  • manifests
    • .workshop/terraform
    • modules
      • aiml
      • automation
        • continuousdelivery/codepipeline/.workshop/terraform
        • controlplanes
        • gitops
      • autoscaling
        • compute
          • cluster-autoscaler/.workshop/terraform
          • karpenter/.workshop/terraform
        • workloads/keda/.workshop/terraform
      • exposing
        • ingress/.workshop/terraform
        • load-balancer/.workshop/terraform
      • fundamentals/storage
      • networking
        • eks-hybrid-nodes/.workshop/terraform
        • network-policies/.workshop/terraform
        • securitygroups-for-pods/.workshop/terraform/preprovision
        • vpc-lattice/.workshop/terraform
      • observability
        • container-insights/.workshop/terraform
        • kubecost/.workshop/terraform
        • logging/pods/.workshop/terraform
        • oss-metrics/.workshop/terraform
        • resiliency/.workshop/terraform
      • security
        • eks-pod-identity/.workshop/terraform
        • irsa/.workshop/terraform
        • secrets-manager/.workshop/terraform
      • troubleshooting

manifests/.workshop/terraform/base.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = "6.16.0"
7+
version = "6.31.0"
88
}
99
kubernetes = {
1010
source = "hashicorp/kubernetes"
@@ -19,7 +19,7 @@ terraform {
1919
version = "1.19.0"
2020
}
2121
local = {
22-
version = "2.5.3"
22+
version = "2.6.2"
2323
}
2424
}
2525
}

manifests/modules/aiml/chatbot/.workshop/terraform/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ data "aws_ecrpublic_authorization_token" "token" {
2424

2525
module "eks_blueprints_addons" {
2626
source = "aws-ia/eks-blueprints-addons/aws"
27-
version = "1.22.0"
27+
version = "1.23.0"
2828

2929
enable_aws_load_balancer_controller = true
3030
aws_load_balancer_controller = {
@@ -71,7 +71,7 @@ resource "aws_eks_addon" "pod_identity" {
7171

7272
module "karpenter" {
7373
source = "terraform-aws-modules/eks/aws//modules/karpenter"
74-
version = "21.4"
74+
version = "21.15"
7575

7676
cluster_name = var.addon_context.eks_cluster_id
7777
namespace = local.namespace
@@ -103,7 +103,7 @@ resource "helm_release" "karpenter" {
103103
repository_password = data.aws_ecrpublic_authorization_token.token.password
104104
chart = "karpenter"
105105
# renovate: datasource=github-releases depName=aws/karpenter-provider-aws
106-
version = "1.8.1"
106+
version = "1.9.0"
107107
wait = true
108108

109109
values = [

manifests/modules/aiml/inferentia/.workshop/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ resource "aws_eks_addon" "pod_identity" {
3131

3232
module "karpenter" {
3333
source = "terraform-aws-modules/eks/aws//modules/karpenter"
34-
version = "21.4.0"
34+
version = "21.15.1"
3535

3636
cluster_name = var.addon_context.eks_cluster_id
3737
namespace = local.namespace

manifests/modules/aiml/q-cli/.workshop/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ data "aws_partition" "current" {}
44

55
module "eks_blueprints_addons" {
66
source = "aws-ia/eks-blueprints-addons/aws"
7-
version = "1.22.0"
7+
version = "1.23.0"
88

99
cluster_name = var.addon_context.eks_cluster_id
1010
cluster_endpoint = var.addon_context.aws_eks_cluster_endpoint

manifests/modules/automation/continuousdelivery/codepipeline/.workshop/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ EOF
286286

287287
module "eks_blueprints_addons" {
288288
source = "aws-ia/eks-blueprints-addons/aws"
289-
version = "1.22.0"
289+
version = "1.23.0"
290290

291291
enable_aws_load_balancer_controller = true
292292
aws_load_balancer_controller = {

manifests/modules/automation/controlplanes/ack/.workshop/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ module "iam_assumable_role_ack" {
9494

9595
module "eks_blueprints_addons" {
9696
source = "aws-ia/eks-blueprints-addons/aws"
97-
version = "1.22.0"
97+
version = "1.23.0"
9898

9999
enable_aws_load_balancer_controller = true
100100
aws_load_balancer_controller = {

manifests/modules/automation/controlplanes/crossplane/.workshop/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ EOF
137137

138138
module "eks_blueprints_addons" {
139139
source = "aws-ia/eks-blueprints-addons/aws"
140-
version = "1.22.0"
140+
version = "1.23.0"
141141

142142
enable_aws_load_balancer_controller = true
143143
aws_load_balancer_controller = {

manifests/modules/automation/controlplanes/kro/.workshop/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ data "aws_ecrpublic_authorization_token" "token" {
2222

2323
module "eks_blueprints_addons" {
2424
source = "aws-ia/eks-blueprints-addons/aws"
25-
version = "1.22.0"
25+
version = "1.23.0"
2626

2727
enable_aws_load_balancer_controller = true
2828
aws_load_balancer_controller = {

manifests/modules/automation/gitops/argocd/.workshop/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module "ebs_csi_driver_irsa" {
1919

2020
module "eks_blueprints_addons" {
2121
source = "aws-ia/eks-blueprints-addons/aws"
22-
version = "1.22.0"
22+
version = "1.23.0"
2323

2424
cluster_name = var.addon_context.eks_cluster_id
2525
cluster_endpoint = var.addon_context.aws_eks_cluster_endpoint

manifests/modules/automation/gitops/flux/.workshop/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module "ebs_csi_driver_irsa" {
1919

2020
module "eks_blueprints_addons" {
2121
source = "aws-ia/eks-blueprints-addons/aws"
22-
version = "1.22.0"
22+
version = "1.23.0"
2323

2424
cluster_name = var.addon_context.eks_cluster_id
2525
cluster_endpoint = var.addon_context.aws_eks_cluster_endpoint

0 commit comments

Comments
 (0)