Skip to content

Commit 3f87c12

Browse files
fix(deps): update all non-major dependencies (#2061)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 83e8fa1 commit 3f87c12

File tree

11 files changed

+36
-22
lines changed

11 files changed

+36
-22
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@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
5858
with:
59-
version: v2.4.0
59+
version: v2.5.0
6060
args: --timeout=3m
6161
- name: golic
6262
run: |

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
# Initializes the CodeQL tools for scanning.
5757
- name: Initialize CodeQL
58-
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
58+
uses: github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
5959
with:
6060
languages: ${{ matrix.language }}
6161
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -66,7 +66,7 @@ jobs:
6666
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6767
# If this step fails, then you should remove it and run the build manually (see below)
6868
- name: Autobuild
69-
uses: github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
69+
uses: github/codeql-action/autobuild@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
7070

7171
# ℹ️ Command-line programs to run using the OS shell.
7272
# 📚 https://git.io/JvXDl
@@ -80,4 +80,4 @@ jobs:
8080
# make release
8181

8282
- name: Perform CodeQL Analysis
83-
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
83+
uses: github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6

.github/workflows/curldemo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 1
2727
- name: Login to Dockerhub
28-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
28+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
2929
with:
3030
username: ${{ secrets.DOCKER_USER }}
3131
password: ${{ secrets.DOCKER_PASSWORD }}

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ LOG_FORMAT ?= simple
4747
LOG_LEVEL ?= debug
4848
CONTROLLER_GEN_VERSION ?= v0.19.0
4949
GOLIC_VERSION ?= v0.7.2
50-
GOLANGCI_VERSION ?= v2.4.0
50+
GOLANGCI_VERSION ?= v2.5.0
5151
GRAFANA_VERSION ?= 10.0.0
5252
ISTIO_VERSION ?= v1.27.1
53-
NGINX_INGRESS_VERSION ?= 4.13.2
53+
NGINX_INGRESS_VERSION ?= 4.13.3
5454
PODINFO_VERSION ?= 6.9.2
55-
PROMETHEUS_VERSION ?= 27.38.0
55+
PROMETHEUS_VERSION ?= 27.39.0
5656
POD_NAMESPACE ?= k8gb
5757
CLUSTER_GEO_TAG ?= eu
5858
EXT_GSLB_CLUSTERS_GEO_TAGS ?= us

chart/k8gb/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: coredns
33
repository: https://coredns.github.io/helm
4-
version: 1.43.3
4+
version: 1.44.3
55
- name: external-dns
66
repository: https://kubernetes-sigs.github.io/external-dns
77
version: 1.19.0
8-
digest: sha256:10a029bd99d5710ebc41c025dfdc4a393520b41623afce224283b6711e5bae38
9-
generated: "2025-09-10T21:27:52.301265238Z"
8+
digest: sha256:f31cc36a9f5e3f9d28f3a3e6d11c47e32e35ab816266ab5972fcefd20dfab3cf
9+
generated: "2025-10-05T22:24:55.752293636Z"

chart/k8gb/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ kubeVersion: ">= 1.21.0-0"
1010
dependencies:
1111
- name: coredns
1212
repository: https://coredns.github.io/helm
13-
version: 1.43.3
13+
version: 1.44.3
1414
- name: external-dns
1515
alias: extdns
1616
condition: extdns.enabled

chart/k8gb/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ tracing:
205205
jaegerImage:
206206
# -- if `tracing.deployJaeger==true` this image will be used in the deployment for Jaeger
207207
repository: jaegertracing/all-in-one
208-
tag: 1.73.0
208+
tag: 1.74.0
209209
pullPolicy: Always
210210

211211
istio:

dns-provider-test/route53/opentofu/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
aws = {
55
source = "hashicorp/aws"
6-
version = "6.14.0"
6+
version = "6.15.0"
77
}
88
}
99
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "6.14.0"
5+
version = "6.15.0"
66
}
77
kubernetes = {
88
source = "hashicorp/kubernetes"

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/alecthomas/kong v1.12.1
77
github.com/ghodss/yaml v1.0.0
88
github.com/go-logr/logr v1.4.3
9-
github.com/go-playground/validator/v10 v10.27.0
9+
github.com/go-playground/validator/v10 v10.28.0
1010
github.com/infobloxopen/infoblox-go-client v1.1.1
1111
github.com/infobloxopen/infoblox-go-client/v2 v2.10.0
1212
github.com/miekg/dns v1.1.68
@@ -37,7 +37,7 @@ require (
3737
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
3838
github.com/fsnotify/fsnotify v1.9.0 // indirect
3939
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
40-
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
40+
github.com/gabriel-vasile/mimetype v1.4.10 // indirect
4141
github.com/go-logr/stdr v1.2.2 // indirect
4242
github.com/go-openapi/jsonpointer v0.21.0 // indirect
4343
github.com/go-openapi/jsonreference v0.21.0 // indirect
@@ -77,14 +77,14 @@ require (
7777
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
7878
go.yaml.in/yaml/v2 v2.4.2 // indirect
7979
go.yaml.in/yaml/v3 v3.0.4 // indirect
80-
golang.org/x/crypto v0.41.0 // indirect
80+
golang.org/x/crypto v0.42.0 // indirect
8181
golang.org/x/mod v0.27.0 // indirect
8282
golang.org/x/net v0.43.0 // indirect
8383
golang.org/x/oauth2 v0.30.0 // indirect
84-
golang.org/x/sync v0.16.0 // indirect
85-
golang.org/x/sys v0.35.0 // indirect
86-
golang.org/x/term v0.34.0 // indirect
87-
golang.org/x/text v0.28.0 // indirect
84+
golang.org/x/sync v0.17.0 // indirect
85+
golang.org/x/sys v0.36.0 // indirect
86+
golang.org/x/term v0.35.0 // indirect
87+
golang.org/x/text v0.29.0 // indirect
8888
golang.org/x/time v0.12.0 // indirect
8989
golang.org/x/tools v0.36.0 // indirect
9090
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)