Skip to content

Commit 4ca907a

Browse files
chore(deps): update all non-major dependencies (#2182)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 03eeed5 commit 4ca907a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ GOLIC_VERSION ?= v0.7.2
5050
GOLANGCI_VERSION ?= v2.8.0
5151
GRAFANA_VERSION ?= 10.5.8
5252
GATEWAY_API_VERSION ?= v1.4.1
53-
ISTIO_VERSION ?= v1.28.2
53+
ISTIO_VERSION ?= v1.28.3
5454
NGINX_INGRESS_VERSION ?= 4.14.1
5555
PODINFO_VERSION ?= 6.9.4
5656
PROMETHEUS_VERSION ?= 28.6.0

docs/examples/route53/terraform-aws-eks-k8gb/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ resource "aws_ec2_tag" "eks_elb" {
6565
module "eks-cluster" {
6666
tags = var.eks_tags
6767
source = "terraform-aws-modules/eks/aws"
68-
version = "21.14.0"
68+
version = "21.15.1"
6969
cluster_name = var.cluster_name
7070
cluster_version = var.kubernetes_version
7171
subnets = data.aws_subnet_ids.private.ids

0 commit comments

Comments
 (0)