Skip to content

Commit 42da049

Browse files
chore(deps): update all non-major dependencies (#2156)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cba11ad commit 42da049

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: golangci-lint
5757
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
5858
with:
59-
version: v2.7.2
59+
version: v2.8.0
6060
args: --timeout=3m
6161
- name: golic
6262
run: |

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ LOG_FORMAT ?= simple
4747
LOG_LEVEL ?= debug
4848
CONTROLLER_GEN_VERSION ?= v0.20.0
4949
GOLIC_VERSION ?= v0.7.2
50-
GOLANGCI_VERSION ?= v2.7.2
51-
GRAFANA_VERSION ?= 10.4.3
50+
GOLANGCI_VERSION ?= v2.8.0
51+
GRAFANA_VERSION ?= 10.5.4
5252
GATEWAY_API_VERSION ?= v1.4.1
5353
ISTIO_VERSION ?= v1.28.2
5454
NGINX_INGRESS_VERSION ?= 4.14.1
5555
PODINFO_VERSION ?= 6.9.4
56-
PROMETHEUS_VERSION ?= 28.0.0
56+
PROMETHEUS_VERSION ?= 28.2.1
5757
POD_NAMESPACE ?= k8gb
5858
CLUSTER_GEO_TAG ?= eu
5959
EXT_GSLB_CLUSTERS_GEO_TAGS ?= us

chart/k8gb/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies:
44
version: 1.45.0
55
- name: external-dns
66
repository: https://kubernetes-sigs.github.io/external-dns
7-
version: 1.19.0
8-
digest: sha256:a366446be7f092fcb6f5c4d5a499fa02858c5a9c0c6b046a7dd8a0d9b1c969c1
9-
generated: "2025-10-18T14:05:29.850377212Z"
7+
version: 1.20.0
8+
digest: sha256:5bbaac1ee7de54e83688defb1b2881b0a0cdb2de0f68b1decb1e09c757993318
9+
generated: "2026-01-08T09:50:01.287843657Z"

chart/k8gb/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
alias: extdns
1616
condition: extdns.enabled
1717
repository: https://kubernetes-sigs.github.io/external-dns
18-
version: 1.19.0
18+
version: 1.20.0
1919

2020
home: https://www.k8gb.io/
2121
sources:

deploy/test-apps/curldemo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
#
1515
# Generated by GoLic, for more details see: https://github.com/AbsaOSS/golic
16-
FROM curlimages/curl:8.17.0
16+
FROM curlimages/curl:8.18.0
1717

1818
COPY k8gbcurl.sh /k8gbcurl.sh
1919

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.10.1"
68+
version = "21.11.0"
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)