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

Commit

Permalink
chore(deps): update all minor and patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent 37d45b9 commit 34d7868
Show file tree
Hide file tree
Showing 149 changed files with 212 additions and 212 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/link-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Link Checker
uses: lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621 # v1.10.0
Expand All @@ -29,7 +29,7 @@ jobs:
broken-links
- name: Update Issue
uses: peter-evans/create-issue-from-file@24452a72d85239eacf1468b0f1982a9f3fec4c94 # v5.0.0
uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd # v5.0.1
with:
title: Broken links detected 🔗
issue-number: "${{ steps.link-checker-issue.outputs.issue-number }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/meta-sync-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Sync Labels
uses: EndBug/label-sync@52074158190acb45f3077f9099fea818aa43f97a # v2.3.3
Expand Down
2 changes: 1 addition & 1 deletion .taskfiles/Flux/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: "3"

vars:
# renovate: datasource=github-releases depName=prometheus-operator/prometheus-operator
PROMETHEUS_OPERATOR_VERSION: v0.73.2
PROMETHEUS_OPERATOR_VERSION: v0.78.0
CLUSTER_SECRET_SOPS_FILE: "{{.KUBERNETES_DIR}}/flux/vars/cluster-secrets.sops.yaml"
CLUSTER_SETTINGS_FILE: "{{.KUBERNETES_DIR}}/flux/vars/cluster-settings.yaml"
GITHUB_DEPLOY_KEY_FILE: "{{.KUBERNETES_DIR}}/bootstrap/flux/github-deploy-key.sops.yaml"
Expand Down
2 changes: 1 addition & 1 deletion ansible/inventory/group_vars/controllers/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ k3s_server:
- "image-gc-high-threshold=55"
- "image-gc-low-threshold=50"
node-ip: "{{ ansible_host }}"
pause-image: registry.k8s.io/pause:3.9
pause-image: registry.k8s.io/pause:3.10
secrets-encryption: true
tls-san:
- "192.168.10.30"
Expand Down
2 changes: 1 addition & 1 deletion ansible/inventory/group_vars/kubernetes/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ k3s_registries:
quay.io:
registry.k8s.io:
# renovate: datasource=github-releases depName=k3s-io/k3s
k3s_release_version: v1.29.4+k3s1
k3s_release_version: v1.31.2+k3s1
k3s_server_manifests_templates:
- custom-cilium-helmchart.yaml
- custom-kube-vip-ds.yaml
Expand Down
2 changes: 1 addition & 1 deletion ansible/inventory/group_vars/master/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ k3s_server:
disable-cloud-controller: true
disable-kube-proxy: true
write-kubeconfig-mode: "644"
pause-image: registry.k8s.io/pause:3.9
pause-image: registry.k8s.io/pause:3.10
secrets-encryption: true
cluster-cidr: ""
service-cidr: ""
Expand Down
2 changes: 1 addition & 1 deletion ansible/inventory/group_vars/worker/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
k3s_control_node: false
k3s_agent:
node-ip: "{{ ansible_host }}"
pause-image: registry.k8s.io/pause:3.9
pause-image: registry.k8s.io/pause:3.10
kubelet-arg:
- "image-gc-high-threshold=55"
- "image-gc-low-threshold=50"
2 changes: 1 addition & 1 deletion ansible/inventory/group_vars/workers/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ k3s_agent:
- "image-gc-high-threshold=55"
- "image-gc-low-threshold=50"
node-ip: "{{ ansible_host }}"
pause-image: registry.k8s.io/pause:3.9
pause-image: registry.k8s.io/pause:3.10
2 changes: 1 addition & 1 deletion ansible/playbooks/templates/custom-cilium-helmchart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
repo: https://helm.cilium.io/
chart: cilium
# renovate: datasource=helm depName=cilium repository=https://helm.cilium.io
version: 1.15.4
version: 1.16.3
targetNamespace: kube-system
bootstrap: true
valuesContent: |-
Expand Down
2 changes: 1 addition & 1 deletion ansible/playbooks/templates/custom-kube-vip-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: kube-vip
image: ghcr.io/kube-vip/kube-vip:v0.8.0
image: ghcr.io/kube-vip/kube-vip:v0.8.5
imagePullPolicy: IfNotPresent
args: ["manager"]
env:
Expand Down
2 changes: 1 addition & 1 deletion ansible/playbooks/templates/kube-vip-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: kube-vip
image: ghcr.io/kube-vip/kube-vip:v0.8.0
image: ghcr.io/kube-vip/kube-vip:v0.8.5
imagePullPolicy: IfNotPresent
args: ["manager"]
env:
Expand Down
4 changes: 2 additions & 2 deletions ansible/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ansible-lint==24.2.3
ansible==9.5.1
ansible-lint==24.9.2
ansible==9.11.0
jmespath==1.0.1
openshift==0.13.2
6 changes: 3 additions & 3 deletions ansible/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
collections:
- name: ansible.posix
version: 1.5.4
version: 1.6.2
- name: ansible.utils
version: 4.1.0
- name: community.general
version: 8.6.0
version: 8.6.7
- name: kubernetes.core
version: 3.0.1
version: 3.2.0
roles:
- name: xanmanning.k3s
src: https://github.com/PyratLabs/ansible-role-k3s
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ k3s_registries:
quay.io:
registry.k8s.io:
# renovate: datasource=github-releases depName=k3s-io/k3s
k3s_release_version: v1.29.4+k3s1
k3s_release_version: v1.31.2+k3s1
k3s_server_manifests_templates:
- custom-cilium-helmchart.yaml
- custom-kube-vip-ds.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
repo: https://helm.cilium.io/
chart: cilium
# renovate: datasource=helm depName=cilium repository=https://helm.cilium.io
version: 1.15.4
version: 1.16.3
targetNamespace: kube-system
bootstrap: true
valuesContent: |-
Expand Down
4 changes: 2 additions & 2 deletions bootstrap/templates/ansible/requirements.txt.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ansible-lint==24.2.3
ansible==9.5.1
ansible-lint==24.9.2
ansible==9.11.0
jmespath==1.0.1
openshift==0.13.2
6 changes: 3 additions & 3 deletions bootstrap/templates/ansible/requirements.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
collections:
- name: ansible.posix
version: 1.5.4
version: 1.6.2
- name: ansible.utils
version: 4.1.0
- name: community.general
version: 8.6.0
version: 8.6.7
- name: kubernetes.core
version: 3.0.1
version: 3.2.0
roles:
- name: xanmanning.k3s
src: https://github.com/PyratLabs/ansible-role-k3s
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: cert-manager
Expand All @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: cert-manager
version: v1.14.5
version: v1.16.1
sourceRef:
kind: HelmRepository
name: jetstack
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: cilium
Expand All @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: cilium
version: 1.15.4
version: 1.16.3
sourceRef:
kind: HelmRepository
name: cilium
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: kubelet-csr-approver
Expand All @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: kubelet-csr-approver
version: 1.1.0
version: 1.2.3
sourceRef:
kind: HelmRepository
name: postfinance
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: metrics-server
Expand All @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: metrics-server
version: 3.12.1
version: 3.12.2
sourceRef:
kind: HelmRepository
name: metrics-server
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: reloader
Expand All @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: reloader
version: 1.0.93
version: 1.1.0
sourceRef:
kind: HelmRepository
name: stakater
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: spegel
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: cloudflared
Expand Down Expand Up @@ -31,7 +31,7 @@ spec:
main:
image:
repository: docker.io/cloudflare/cloudflared
tag: 2024.4.1
tag: 2024.10.1
env:
NO_AUTOUPDATE: true
TUNNEL_CRED_FILE: /etc/cloudflared/creds/credentials.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: echo-server
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: &app external-dns
Expand All @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: external-dns
version: 1.14.4
version: 1.15.0
sourceRef:
kind: HelmRepository
name: external-dns
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: ingress-nginx-external
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: ingress-nginx-internal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: k8s-gateway
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: openebs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ spec:
postBuild:
substitute:
# renovate: datasource=github-releases depName=k3s-io/k3s
KUBE_VERSION: v1.29.4+k3s1
KUBE_VERSION: v1.31.2+k3s1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: &app system-upgrade-controller
Expand Down Expand Up @@ -35,7 +35,7 @@ spec:
SYSTEM_UPGRADE_JOB_ACTIVE_DEADLINE_SECONDS: 900
SYSTEM_UPGRADE_JOB_BACKOFF_LIMIT: 99
SYSTEM_UPGRADE_JOB_IMAGE_PULL_POLICY: IfNotPresent
SYSTEM_UPGRADE_JOB_KUBECTL_IMAGE: registry.k8s.io/kubectl:v1.30.0
SYSTEM_UPGRADE_JOB_KUBECTL_IMAGE: registry.k8s.io/kubectl:v1.31.2
SYSTEM_UPGRADE_JOB_PRIVILEGED: true
SYSTEM_UPGRADE_JOB_TTL_SECONDS_AFTER_FINISH: 900
SYSTEM_UPGRADE_PLAN_POLLING_INTERVAL: 15m
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/budimanjojo/talhelper/master/pkg/config/schemas/talconfig.json
---
# renovate: datasource=docker depName=ghcr.io/siderolabs/installer
talosVersion: v1.7.1
talosVersion: v1.8.2
# renovate: datasource=docker depName=ghcr.io/siderolabs/kubelet
kubernetesVersion: v1.30.0
kubernetesVersion: v1.31.2

clusterName: &cluster home-kubernetes
endpoint: https://#{ bootstrap_controllers_vip }#:6443
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: bjw-s
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: cilium
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#% if bootstrap_cloudflare.enabled %#
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: external-dns
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#% if bootstrap_cloudflare.enabled %#
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: ingress-nginx
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: jetstack
Expand Down
Loading

0 comments on commit 34d7868

Please sign in to comment.