Skip to content

Commit cf1d658

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

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.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@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
58+
uses: github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
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@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
69+
uses: github/codeql-action/autobuild@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
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@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
83+
uses: github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11

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.45.1
4+
version: 1.45.2
55
- name: external-dns
66
repository: https://kubernetes-sigs.github.io/external-dns
77
version: 1.20.0
8-
digest: sha256:f6fdd1a8047ede8cfa5c43e96c537a2e122ba99e3e8b61f19de117dbd6a2c1a2
9-
generated: "2026-01-22T22:48:24.048528382Z"
8+
digest: sha256:01a1f9be406545ddfc98e5db7246b5fa1ccf8e8d406a6e10b90b41f2c7ae0296
9+
generated: "2026-01-23T17:03:09.819625805Z"

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.45.1
13+
version: 1.45.2
1414
- name: external-dns
1515
alias: extdns
1616
condition: extdns.enabled

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "iam_assumable_role_admin" {
22
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
3-
version = "6.3.0"
3+
version = "6.4.0"
44
create_role = true
55
role_name = "external-dns-${var.cluster_name}"
66
provider_url = replace(module.eks-cluster.cluster_oidc_issuer_url, "https://", "")

0 commit comments

Comments
 (0)