Skip to content
This repository was archived by the owner on Nov 3, 2024. It is now read-only.

Commit d94f021

Browse files
chore(deps): update all minor and patch updates
1 parent 37d45b9 commit d94f021

File tree

139 files changed

+162
-162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+162
-162
lines changed

.github/workflows/link-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
15+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
1616

1717
- name: Link Checker
1818
uses: lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621 # v1.10.0

.github/workflows/meta-sync-labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
16+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
1717

1818
- name: Sync Labels
1919
uses: EndBug/label-sync@52074158190acb45f3077f9099fea818aa43f97a # v2.3.3

.taskfiles/Flux/Taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: "3"
44

55
vars:
66
# renovate: datasource=github-releases depName=prometheus-operator/prometheus-operator
7-
PROMETHEUS_OPERATOR_VERSION: v0.73.2
7+
PROMETHEUS_OPERATOR_VERSION: v0.74.0
88
CLUSTER_SECRET_SOPS_FILE: "{{.KUBERNETES_DIR}}/flux/vars/cluster-secrets.sops.yaml"
99
CLUSTER_SETTINGS_FILE: "{{.KUBERNETES_DIR}}/flux/vars/cluster-settings.yaml"
1010
GITHUB_DEPLOY_KEY_FILE: "{{.KUBERNETES_DIR}}/bootstrap/flux/github-deploy-key.sops.yaml"

ansible/inventory/group_vars/kubernetes/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ k3s_registries:
1515
quay.io:
1616
registry.k8s.io:
1717
# renovate: datasource=github-releases depName=k3s-io/k3s
18-
k3s_release_version: v1.29.4+k3s1
18+
k3s_release_version: v1.30.0+k3s1
1919
k3s_server_manifests_templates:
2020
- custom-cilium-helmchart.yaml
2121
- custom-kube-vip-ds.yaml

ansible/playbooks/templates/custom-cilium-helmchart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
repo: https://helm.cilium.io/
99
chart: cilium
1010
# renovate: datasource=helm depName=cilium repository=https://helm.cilium.io
11-
version: 1.15.4
11+
version: 1.15.5
1212
targetNamespace: kube-system
1313
bootstrap: true
1414
valuesContent: |-

ansible/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ansible-lint==24.2.3
1+
ansible-lint==24.5.0
22
ansible==9.5.1
33
jmespath==1.0.1
44
openshift==0.13.2

ansible/requirements.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ collections:
77
- name: community.general
88
version: 8.6.0
99
- name: kubernetes.core
10-
version: 3.0.1
10+
version: 3.1.0
1111
roles:
1212
- name: xanmanning.k3s
1313
src: https://github.com/PyratLabs/ansible-role-k3s

bootstrap/templates/ansible/inventory/group_vars/kubernetes/main.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ k3s_registries:
1515
quay.io:
1616
registry.k8s.io:
1717
# renovate: datasource=github-releases depName=k3s-io/k3s
18-
k3s_release_version: v1.29.4+k3s1
18+
k3s_release_version: v1.30.0+k3s1
1919
k3s_server_manifests_templates:
2020
- custom-cilium-helmchart.yaml
2121
- custom-kube-vip-ds.yaml

bootstrap/templates/ansible/playbooks/templates/custom-cilium-helmchart.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
repo: https://helm.cilium.io/
99
chart: cilium
1010
# renovate: datasource=helm depName=cilium repository=https://helm.cilium.io
11-
version: 1.15.4
11+
version: 1.15.5
1212
targetNamespace: kube-system
1313
bootstrap: true
1414
valuesContent: |-
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ansible-lint==24.2.3
1+
ansible-lint==24.5.0
22
ansible==9.5.1
33
jmespath==1.0.1
44
openshift==0.13.2

0 commit comments

Comments
 (0)