Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(github-release): update k3s-io/k3s ( v1.29.3+k3s1 → v1.31.2+k3s1 ) #1146

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bot-akira[bot]
Copy link
Contributor

@bot-akira bot-akira bot commented Apr 26, 2024

This PR contains the following updates:

Package Update Change
k3s-io/k3s minor v1.29.3+k3s1 -> v1.31.2+k3s1

Release Notes

k3s-io/k3s (k3s-io/k3s)

v1.31.2+k3s1: v1.31.2+k3s1

Compare Source

This release updates Kubernetes to v1.31.2, and fixes a number of issues.

For more details on what's new, see the Kubernetes release notes.

Changes since v1.31.1+k3s1:
Embedded Component Versions
Component Version
Kubernetes v1.31.2
Kine v0.13.2
SQLite 3.46.1
Etcd v3.5.13-k3s1
Containerd v1.7.22-k3s1
Runc v1.1.14
Flannel v0.25.6
Metrics-server v0.7.2
Traefik v2.11.10
CoreDNS v1.11.3
Helm-controller v0.16.5
Local-path-provisioner v0.0.30
Helpful Links

As always, we welcome and appreciate feedback from our community of users. Please feel free to:

v1.31.1+k3s1: v1.31.1+k3s1

Compare Source

This release updates Kubernetes to v1.31.1, and fixes a number of issues.

For more details on what's new, see the Kubernetes release notes.

Changes since v1.31.0+k3s1:
  • Testing And Secrets-Encryption Backports for 2024-09 (#​10802)
    • Remove secrets encryption controller
    • Cover edge case when on new minor release for E2E upgrade test
  • Update CNI plugins version (#​10817)
  • Backports for 2024-09 (#​10842)
  • Fix hosts.toml header var (#​10871)
  • Update Kubernetes to v1.31.1 (#​10895)
  • Update Kubernetes to v1.31.1-k3s3 (#​10910)
Embedded Component Versions
Component Version
Kubernetes v1.31.1
Kine v0.12.0
SQLite 3.44.0
Etcd v3.5.13-k3s1
Containerd v1.7.21-k3s2
Runc v1.1.14
Flannel v0.25.6
Metrics-server v0.7.2
Traefik v2.11.8
CoreDNS v1.11.3
Helm-controller v0.16.4
Local-path-provisioner v0.0.28
Helpful Links

As always, we welcome and appreciate feedback from our community of users. Please feel free to:

v1.31.0+k3s1: v1.31.0+k3s1

Compare Source

This release is K3S's first in the v1.31 line. This release updates Kubernetes to v1.31.0.

For more details on what's new, see the Kubernetes release notes.

Changes since v1.30.4+k3s1:
  • Move test-compat docker test to GHA (#​10414)
  • Check for bad token permissions when install via PR (#​10387)
  • Bump k3s-root to v0.14.0 (#​10466)
    • The k3s bundled userspace has been bumped to a release based on buildroot 2024.02.3, addressing several CVEs in busybox and coreutils.
  • Fix INSTALL_K3S_PR support (#​10472)
  • Add data-dir to uninstall and killall scripts (#​10473)
  • Bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.7 (#​10400)
  • Bump golang:alpine image version (#​10359)
  • Bump Local Path Provisioner version (#​10394)
  • Ensure remotedialer kubelet connections use kubelet bind address (#​10480)
    • Fixed an issue where setting the --bind-address flag to a non-loopback or wildcard address would prevent kubectl logs from working properly.
  • Bump Trivy version (#​10339)
  • Add etcd s3 config secret implementation (#​10340)
    • A proxy can now be configured for use when uploading etcd snapshots to a s3-compatible storage service. This overrides any proxy settings passed via environment variables.
    • Credentials and endpoint configuration for storing etcd snapshots on a s3-compatible storage service can now be read from a Secret, instead of passing them via the CLI or config file. See https://github.com/k3s-io/k3s/blob/master/docs/adrs/etcd-s3-secret.md for more information.
  • For E2E upgrade test, automatically determine the channel to use (#​10461)
  • Bump kine to v0.11.11 (#​10494)
  • Fix loadbalancer reentrant rlock (#​10511)
    • Fixed an issue that could cause the agent loadbalancer to deadlock when the currently in-use server goes down.
  • Don't use server value from config file for etcd-snapshot commands (#​10514)
    • The --server and --token flags for the k3s etcd-snapshot command have been renamed to --etcd-server and --etcd-token, to avoid unintentionally running snapshot management commands against a remote node when the cluster join address or token are present in a config file.
  • Use pagination when listing large numbers of resources (#​10527)
  • Fix multiple issues with servicelb (#​10552)
    • Fixed issue that caused ServiceLB to fail to create a daemonset for services with long names
    • Fixed issue that caused ServiceLB pods to crashloop on nodes with ipv6 disabled at the kernel level
  • Enhance E2E Hardened option (#​10558)
  • Allow Pprof and Superisor metrics in standalone mode (#​10576)
  • Use higher QPS for secrets reencryption (#​10571)
  • Fix issues loading data-dir value from env vars or dropin config files (#​10591)
  • Remove deprecated use of wait. functions (#​10546)
  • Wire lasso metrics up to metrics endpoint (#​10528)
  • Update stable channel to v1.30.3+k3s1 (#​10647)
  • Bump docker/docker to v25.0.6 (#​10642)
  • Add a change for killall to not unmount server and agent directory (#​10403)
  • Allow edge case OS rpm installs (#​10680)
  • Bump containerd to v1.7.20 (#​10659)
  • Update to newer OS images for install testing (#​10681)
  • Bump helm-controller to v0.16.3 to drop Helm v2 support (#​10628)
  • Add toleration support to ServiceLB DaemonSet (#​10687)
      • New Feature: Users can now define Kubernetes tolerations for ServiceLB DaemonSet directly in the svccontroller.k3s.cattle.io/tolerations annotation on services.
  • Fix: Add $SUDO prefix to transactional-update commands in install script (#​10531)
  • Update to v1.30.3-k3s1 and Go 1.22.5 (#​10707)
  • Fix caching name for e2e vagrant box (#​10695)
  • Fix k3s-killall.sh support for custom data dir (#​10709)
  • Adding MariaDB to README.md (#​10717)
  • Bump Trivy version (#​10670)
  • V1.31.0-k3s1 (#​10715)
  • Update kubernetes to v1.31.0-k3s3 (#​10780)
Embedded Component Versions
Component Version
Kubernetes v1.31.0
Kine v0.12.0
SQLite 3.44.0
Etcd v3.5.13-k3s1
Containerd v1.7.20-k3s1
Runc v1.1.12
Flannel v0.25.4
Metrics-server v0.7.0
Traefik v2.10.7
CoreDNS v1.10.1
Helm-controller v0.16.3
Local-path-provisioner v0.0.28
Helpful Links

As always, we welcome and appreciate feedback from our community of users. Please feel free to:

v1.30.6+k3s1: v1.30.6+k3s1

Compare Source

This release updates Kubernetes to v1.30.6, and fixes a number of issues.

For more details on what's new, see the Kubernetes release notes.

Changes since v1.30.5+k3s1:
Embedded Component Versions
Component Version
Kubernetes v1.30.6
Kine v0.13.2
SQLite 3.46.1
Etcd v3.5.13-k3s1
Containerd v1.7.22-k3s1
Runc v1.1.14
Flannel v0.25.6
Metrics-server v0.7.2
Traefik v2.11.10
CoreDNS v1.11.3
Helm-controller v0.16.5
Local-path-provisioner v0.0.30
Helpful Links

As always, we welcome and appreciate feedback from our community of users. Please feel free to:

v1.30.5+k3s1: v1.30.5+k3s1

Compare Source

This release updates Kubernetes to v1.30.5, and fixes a number of issues.

For more details on what's new, see the Kubernetes release notes.

Changes since v1.30.4+k3s1:
  • Testing And Secrets-Encryption Backports for 2024-09 (#​10801)
    • Update to newer OS images for install testing
    • Fix caching name for e2e vagrant box
    • Remove secrets encryption controller
    • Cover edge case when on new minor release for E2E upgrade test
    • Removes deprecated alpha Secrets Encryption metrics (deprecated in 1.30, removed in 1.31)
  • Update CNI plugins version (#​10818)
  • Backports for 2024-09 (#​10843)
  • Fix hosts.toml header var (#​10872)
  • Update to v1.30.5-k3s1 and Go 1.22.6 (#​10888)
  • Update Kubernetes to v1.30.5-k3s2 (#​10909)
Embedded Component Versions
Component Version
Kubernetes v1.30.5
Kine v0.12.0
SQLite 3.44.0
Etcd v3.5.13-k3s1
Containerd v1.7.21-k3s2
Runc v1.1.14
Flannel v0.25.6
Metrics-server v0.7.2
Traefik v2.11.8
CoreDNS v1.11.3
Helm-controller v0.16.4
Local-path-provisioner v0.0.28
Helpful Links

As always, we welcome and appreciate feedback from our community of users. Please feel free to:

v1.30.4+k3s1: v1.30.4+k3s1

Compare Source

This release updates Kubernetes to v1.30.4, and fixes a number of issues.

For more details on what's new, see the Kubernetes release notes.

Changes since v1.30.3+k3s1:
  • Bump docker/docker to v25.0.6 (#​10649)
  • Backports for 2024-08 release cycle (#​10664)
    • Use pagination when listing large numbers of resources
    • Fix multiple issues with servicelb
    • Remove deprecated use of wait. functions
    • Wire lasso metrics up to metrics endpoint
  • Backports for August 2024 (#​10671)
  • Bump containerd to v1.7.20 (#​10660)
  • Add tolerations support for DaemonSet pods (#​10703)
    • New Feature: Users can now define Kubernetes tolerations for ServiceLB DaemonSet directly in the svccontroller.k3s.cattle.io/tolerations annotation on services.
  • Update to v1.30.4-k3s1 and Go 1.22.5 (#​10721)
Embedded Component Versions
Component Version
Kubernetes v1.30.4
Kine v0.11.11
SQLite 3.44.0
Etcd v3.5.13-k3s1
Containerd v1.7.20-k3s1
Runc v1.1.12
Flannel v0.25.4
Metrics-server v0.7.0
Traefik v2.10.7
CoreDNS v1.10.1
Helm-controller v0.16.1
Local-path-provisioner v0.0.28
Helpful Links

As always, we welcome and appreciate feedback from our community of users. Please feel free to:

v1.30.3+k3s1: v1.30.3+k3s1

Compare Source

This release updates Kubernetes to v1.30.3, and fixes a number of issues.

For more details on what's new, see the Kubernetes release notes.

Changes since v1.30.2+k3s2:
  • Update channel server for k3s2 (#​10446)
  • Set correct release channel for e2e upgrade test (#​10460)
  • Backports for 2024-07 release cycle (#​10497)
    • Bump k3s-root to v0.14.0
    • Bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.7
    • Bump Local Path Provisioner version
    • Ensure remotedialer kubelet connections use kubelet bind address
    • Chore: Bump Trivy version
    • Add etcd s3 config secret implementation
  • July Test Backports (#​10507)
  • Update to v1.30.3-k3s1 and Go 1.22.5 (#​10536)
  • Fix issues loading data-dir value from env vars or dropping config files (#​10596)
Embedded Component Versions
Component Version
Kubernetes v1.30.3
Kine v0.11.11
SQLite 3.44.0
Etcd v3.5.13-k3s1
Containerd v1.7.17-k3s1
Runc v1.1.12
Flannel v0.25.4
Metrics-server v0.7.0
Traefik v2.10.7
CoreDNS v1.10.1
Helm-controller v0.16.1
Local-path-provisioner v0.0.28
Helpful Links

As always, we welcome and appreciate feedback from our community of users. Please feel free to:

v1.30.2+k3s2: v1.30.2+k3s2

Compare Source

This release updates Kubernetes to v1.30.2, and fixes a number of issues.

For more details on what's new, see the Kubernetes release notes.

Changes since v1.30.2+k3s1:
  • Update stable channel to v1.29.6+k3s1 (#​10417)
  • Update flannel to v0.25.4 and fixed issue with IPv6 mask (#​10422)
Embedded Component Versions
Component Version
Kubernetes v1.30.2
Kine v0.11.9
SQLite 3.44.0
Etcd v3.5.13-k3s1
Containerd v1.7.17-k3s1
Runc v1.1.12
Flannel v0.25.4
Metrics-server v0.7.0
Traefik v2.10.7
CoreDNS v1.10.1
Helm-controller v0.16.1
Local-path-provisioner v0.0.27
Helpful Links

As always, we welcome and appreciate feedback from our community of users. Please feel free to:

v1.30.2+k3s1: v1.30.2+k3s1

Compare Source

This release updates Kubernetes to v1.30.2, and fixes a number of issues.

For more details on what's new, see the Kubernetes release notes.

Changes since v1.30.1+k3s1:
  • Fix bug when using tailscale config by file (#​10074)
    • Fix bug when using vpn-auth-file in the agent
  • Add WithSkipMissing to not fail import on missing blobs (#​10136)
  • Use fixed stream server bind address for cri-dockerd (#​9975)
  • Switch stargz over to cri registry config_path (#​9977)
  • Bump to containerd v1.7.17, etcd v3.5.13 (#​10123)
  • Bump spegel version (#​10118)
  • Fix issue installing artifacts from PR builds with multiple runs (#​10122)
  • Fix issue with externalTrafficPolicy: Local for single-stack services on dual-stack nodes (#​9963)
  • Update local-path-provisioner helper script (#​9964)
  • Add support for svclb pod PriorityClassName (#​10045)
    • ServiceLB now sets the priorityClassName on svclb pods to system-node-critical by default. This can be overridden on a per-service basis via the svccontroller.k3s.cattle.io/priorityclassname annotation.
  • Drop check for legacy traefik v1 chart (#​9593)
    • K3s no longer automatically skips deploying traefik v2 if traefik v1 is present. All clusters should have been upgraded to v2 at some point over the last three years.
  • Update kube-router version to v2.1.2 (#​10177)
  • Create ADR for branching strategy (#​10147)
  • Bump minio-go to v7.0.70 (#​10081)
  • Bump kine to v0.11.9 to fix pagination (#​10082)
  • Update valid resolv conf (#​9948)
  • Add missing kernel config check (#​10100)
  • Git workflow file name correction (#​10131)
    • None
  • Follow directory symlinks in auto deploying manifests (#​9288) (#​10049)
    • Symlinked sub-directories are now respected when scanning Auto-Deploying Manifests (AddOns)
  • Fix bug: allow helm controller set owner reference (#​10048)
  • Fix go.mod (#​10192)
  • Bump flannel version to v0.25.2 (#​10146)
  • Test: add agent with auth file (#​10119)
    • Fix bug when using vpn-auth-file in the agent
  • Add extra log in e2e tests (#​10145)
  • Update channel server for may 2024 (#​10137)
  • Bump klipper-helm image for tls secret support (#​10187)
  • Updating the script binary_size_check to complete the command name by… (#​9992)
  • Fix issue with k3s-etcd informers not starting (#​10047)
  • Enable serving supervisor metrics (#​10019)
    • --Enable-pprof can now be set on agents to enable the debug/pprof endpoints. When set, agents will listen on the supervisor port.
    • --Supervisor-metrics can now be set on servers to enable serving internal metrics on the supervisor endpoint; when set agents will listen on the supervisor port.
  • Bump alpine from 3.18 to 3.20 in /conformance (#​10210)
  • Bump alpine from 3.18 to 3.20 in /package (#​10211)
  • Bump ubuntu from 22.04 to 24.04 in /tests/e2e/scripts (#​10040)
  • Bump Trivy version (#​10039)
  • Fix netpol crash when node remains tainted uninitialized (#​10073)
  • Fix issue caused by sole server marked as failed under load (#​10241)
    • The embedded load-balancer will now fall back to trying all servers with health-checks ignored, if all servers have been marked unavailable due to failed health checks.
  • Add write-kubeconfig-group flag to server (#​9233)
    • New flag in k3s server: --write-kubeconfig-group
  • Fix embedded mirror blocked by SAR RBAC and re-enable test (#​10257)
  • Bump Local Path Provisioner version (#​10268)
  • Fix: Use actual warningPeriod in certmonitor (#​10271)
  • Fix bug that caused agents to bypass local loadbalancer (#​10280)
  • Add ADR for support for etcd s3 config secret (#​9364)
  • Add test for isValidResolvConf (#​10302)
  • Add snapshot retention etcd-s3-folder fix (#​10293)
  • Expand GHA golang caching to include newest release branch (#​10307)
  • Fix race condition panic in loadbalancer.nextServer (#​10318)
  • Fix typo, use rancher/permissions (#​10296)
  • Update Kubernetes to v1.30.2 (#​10349)
  • Fix agent supervisor port using apiserver port instead (#​10352)
  • Fix issue that allowed multiple simultaneous snapshots to be allowed (#​10372)
Embedded Component Versions
Component Version
Kubernetes v1.30.2
Kine v0.11.9
SQLite 3.44.0
Etcd v3.5.13-k3s1
Containerd v1.7.17-k3s1
Runc v1.1.12
Flannel v0.25.2
Metrics-server v0.7.0
Traefik v2.10.7
CoreDNS v1.10.1
Helm-controller v0.16.1
Local-path-provisioner v0.0.27
Helpful Links

As always, we welcome and appreciate feedback from our community of users. Please feel free to:

v1.30.1+k3s1: v1.30.1+k3s1

Compare Source

This release updates Kubernetes to v1.30.1, and fixes a number of issues.

For more details on what's new, see the Kubernetes release notes.

Changes since v1.30.0+k3s1:
Embedded Component Versions
Component Version
Kubernetes v1.30.1
Kine v0.11.8-0.20240430184817-f9ce6f8da97b
SQLite 3.44.0
Etcd v3.5.9-k3s1
Containerd v1.7.15-k3s1
Runc v1.1.12-k3s1
Flannel v0.24.2
Metrics-server v0.7.0
Traefik v2.10.7
CoreDNS v1.10.1
Helm-controller v0.16.1-0.20240502205943-2f32059d43e6
Local-path-provisioner v0.0.26
Helpful Links

As always, we welcome and appreciate feedback from our community of users. Please feel free to:

What's Changed

Full Changelog: k3s-io/k3s@v1.30.0+k3s1...v1.30.1+k3s1

v1.30.0+k3s1: v1.30.0+k3s1

Compare Source

This release is K3S's first in the v1.30 line. This release updates Kubernetes to v1.30.0.

For more details on what's new, see the Kubernetes release notes.

Changes since v1.29.4+k3s1:
Embedded Component Versions
Component Version
Kubernetes v1.30.0
Kine v0.11.8
SQLite 3.44.0
Etcd v3.5.9-k3s1
Containerd v1.7.15-k3s1
Runc v1.1.12
Flannel v0.24.2
Metrics-server v0.7.0
Traefik v2.10.7
CoreDNS v1.10.1
Helm-controller v0.16.1
Local-path-provisioner v0.0.26
Helpful Links

As always, we welcome and appreciate feedback from our community of users. Please feel free to:

v1.29.10+k3s1: v1.29.10+k3s1

Compare Source

This release updates Kubernetes to v1.29.10, and fixes a number of issues.

For more details on what's new, see the Kubernetes release notes.

Changes since v1.29.9+k3s1:
Embedded Component Versions
Component Version
Kubernetes v1.29.10
Kine v0.13.2
SQLite 3.46.1
Etcd v3.5.13-k3s1
Containerd v1.7.22-k3s1
Runc v1.1.14
Flannel v0.25.6
Metrics-server v0.7.2
Traefik v2.11.10
CoreDNS v1.11.3
Helm-controller v0.15.15
Local-path-provisioner v0.0.30
Helpful Links

As always, we welcome and appreciate feedback from our community of users. Please feel free to:

v1.29.9+k3s1: v1.29.9+k3s1

Compare Source

This release updates Kubernetes to v1.29.9, and fixes a number of issues.

For more details on what's new, see the Kubernetes release notes.

Changes since v1.29.8+k3s1:
  • Update CNI plugins version (#​10819)
  • Backports for 2024-09 (#​10844)
  • Testing And Secrets-Encryption Backports for 2024-09 (#​10803)
    • Update to newer OS images for install testing
    • Fix caching name for e2e vagrant box
    • Fix deploy latest commit on E2E tests
    • Remove secrets encryption controller #​10612
    • DRY E2E Upgrade test setup
    • Cover edge case when on new minor release for E2E upgrade test
  • Fix hosts.toml header var (#​10873)
  • Update to v1.29.9-k3s1 and Go 1.22.6 (#​10885)
  • Update Kubernetes to v1.29.9-k3s2 (#​10908)
Embedded Component Versions
Component Version
Kubernetes v1.29.9
Kine v0.12.0
SQLite 3.44.0
Etcd v3.5.13-k3s1
Containerd v1.7.21-k3s2
Runc v1.1.14
Flannel v0.25.6
Metrics-server v0.7.2
Traefik v2.11.8
CoreDNS v1.11.3
Helm-controller v0.15.13
Local-path-provisioner v0.0.28
Helpful Links

As always, we welcome and appreciate feedback from our community of users. Please feel free to:

v1.29.8+k3s1: v1.29.8+k3s1

Compare Source

This release updates Kubernetes to v1.29.8, and fixes a number of issues.

For more details on what's new, see the Kubernetes release notes.

Changes since v1.29.7+k3s1:
  • Fixing setproctitle function (#​10623)
  • Bump docker/docker to v25.0.6 (#​10650)
  • Backports for 2024-08 release cycle (#​10665)
    • Use pagination when listing large numbers of resources
    • Fix multiple issues with servicelb
    • Remove deprecated use of wait. functions
    • Wire lasso metrics up to metrics endpoint
  • Backports for August 2024 (#​10672)
  • Bump containerd to v1.7.20 (#​10661)
  • Add tolerations support for DaemonSet pods (#​10704)
    • New Feature: Users can now define Kubernetes tolerations for ServiceLB DaemonSet directly in the svccontroller.k3s.cattle.io/tolerations annotation on services.
  • Update to v1.29.8-k3s1 and Go 1.22.5 (#​10720)
Embedded Component Versions
Component Version
Kubernetes v1.29.8
Kine v0.11.11
SQLite 3.44.0
Etcd v3.5.13-k3s1
Containerd v1.7.20-k3s1
Runc v1.1.12
Flannel v0.25.4
Metrics-server v0.7.0
Traefik v2.10.7
CoreDNS v1.10.1
Helm-controller v0.15.10
Local-path-provisioner v0.0.28
Helpful Links

As always, we welcome and appreciate feedback from our community of users. Please feel free to:

v1.29.7+k3s1: v1.29.7+k3s1

Compare Source

This release updates Kubernetes to v1.29.7, and fixes a number of issues.

For more details on what's new, see the Kubernetes release notes.

Changes since v1.29.6+k3s2:
  • Backports for 2024-07 release cycle (#​10498)
    • Bump k3s-root to v0.14.0
    • Bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.7
    • Bump Local Path Provisioner version
    • Ensure remotedialer kubelet connections use kubelet bind address
    • Chore: Bump Trivy version
    • Add etcd s3 config secret implementation
  • July Test Backports (#​10508)
  • Update to v1.29.7-k3s1 and Go 1.22.5 (#​10539)
  • Fix issues loading data-dir value from env vars or dropping config files (#​10597)
Embedded Component Versions
Component Version
Kubernetes v1.29.7
Kine v0.11.11
SQLite 3.44.0
Etcd v3.5.13-k3s1
Containerd v1.7.17-k3s1
Runc [v1.1.12](https://redirect.github.com/op

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@bot-akira
Copy link
Contributor Author

bot-akira bot commented Apr 26, 2024

--- kubernetes/apps/cert-manager/cert-manager/app Kustomization: flux-system/cluster-apps-cert-manager ConfigMap: cert-manager/cert-manager-dashboard

+++ kubernetes/apps/cert-manager/cert-manager/app Kustomization: flux-system/cluster-apps-cert-manager ConfigMap: cert-manager/cert-manager-dashboard

@@ -3,24 +3,24 @@

 data:
   cert-manager-dashboard.json: "\n\n\n\n\n\n<!DOCTYPE html>\n<html class=\"gl-light\
     \ ui-neutral with-top-bar with-header \" lang=\"en\">\n<head prefix=\"og: http://ogp.me/ns#\"\
     >\n<meta charset=\"utf-8\">\n<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\"\
     >\n<meta content=\"width=device-width, initial-scale=1\" name=\"viewport\">\n\
     <title>dashboards/cert-manager.json \xB7 master \xB7 uneeq-oss / cert-manager-mixin\
-    \ \xB7 GitLab</title>\n<script nonce=\"b4XEGmGw37wq+FtCNox7sQ==\">\n//<![CDATA[\n\
+    \ \xB7 GitLab</title>\n<script nonce=\"5YN2Fn5DWe4YBzfFFAw1sQ==\">\n//<![CDATA[\n\
     window.gon={};gon.api_version=\"v4\";gon.default_avatar_url=\"https://gitlab.com/assets/no_avatar-849f9c04a3a0d0cea2424ae97b27447dc64a7dbfae83c036c45b403392f0e8ba.png\"\
     ;gon.max_file_size=100;gon.asset_host=null;gon.webpack_public_path=\"/assets/webpack/\"\
     ;gon.relative_url_root=\"\";gon.user_color_mode=\"gl-light\";gon.user_color_scheme=\"\
     white\";gon.markdown_surround_selection=null;gon.markdown_automatic_lists=null;gon.math_rendering_limits_enabled=true;gon.analytics_url=\"\
     https://collector.prd-278964.gl-product-analytics.com\";gon.analytics_id=\"715db59f-f350-4bfd-aef8-e7a7f0c023f0\"\
     ;gon.sentry_dsn=\"https://f5573e26de8f4293b285e556c35dfd6e@new-sentry.gitlab.net/4\"\
     ;gon.sentry_environment=\"gprd\";gon.sentry_clientside_traces_sample_rate=0.05;gon.recaptcha_api_server_url=\"\
     https://www.recaptcha.net/recaptcha/api.js\";gon.recaptcha_sitekey=\"6LfAERQTAAAAAL4GYSiAMGLbcLyUIBSfPrDNJgeC\"\
     ;gon.gitlab_url=\"https://gitlab.com\";gon.promo_url=\"https://about.gitlab.com\"\
     ;gon.forum_url=\"https://forum.gitlab.com\";gon.docs_url=\"https://docs.gitlab.com\"\
-    ;gon.revision=\"09fddc741a0\";gon.feature_category=\"source_code_management\"\
+    ;gon.revision=\"a269f022f45\";gon.feature_category=\"source_code_management\"\
     ;gon.gitlab_logo=\"/assets/gitlab_logo-2957169c8ef64c58616a1ac3f4fc626e8a35ce4eb3ed31bb0d873712f2a041a0.png\"\
     ;gon.secure=true;gon.sprite_icons=\"/assets/icons-236e3b687d786d9dfe4709143a94d4c53b8d5a1f235775401e5825148297fa84.svg\"\
     ;gon.sprite_file_icons=\"/assets/file_icons/file_icons-7cd3d6c3b29a6d972895f36472978a4b5adb4b37f9b5d0716a380e82389f7e0e.svg\"\
     ;gon.emoji_sprites_css_path=\"/assets/emoji_sprites-d746ae2450a3e9c626d338d77a101b84ff33a47c0c281b676d75c4a6ed2948a4.css\"\
     ;gon.gridstack_css_path=\"/assets/lazy_bundles/gridstack-5fcfd4ffbea1db04eaf7f16521bcab19ae3af042c8b4afe8d16781eda5a70799.css\"\
     ;gon.test_env=false;gon.disable_animations=null;gon.suggested_label_colors={\"\
@@ -35,13 +35,13 @@

     :true,\"workItemsViewPreference\":false,\"searchButtonTopRight\":false,\"advancedContextResolver\"\
     :true,\"explainCodeChat\":false};gon.roadmap_epics_limit=1000;gon.subscriptions_url=\"\
     https://customers.gitlab.com\";gon.subscriptions_legacy_sign_in_url=\"https://customers.gitlab.com/customers/sign_in?legacy=true\"\
     ;gon.billing_accounts_url=\"https://customers.gitlab.com/billing_accounts\";gon.payment_form_url=\"\
     https://customers.gitlab.com/payment_forms/cc_validation\";gon.payment_validation_form_id=\"\
     payment_method_validation\";gon.licensed_features={\"remoteDevelopment\":true};\n\
-    //]]>\n</script>\n\n\n<script nonce=\"b4XEGmGw37wq+FtCNox7sQ==\">\n//<![CDATA[\n\
+    //]]>\n</script>\n\n\n<script nonce=\"5YN2Fn5DWe4YBzfFFAw1sQ==\">\n//<![CDATA[\n\
     var gl = window.gl || {};\ngl.startup_calls = null;\ngl.startup_graphql_calls\
     \ = [{\"query\":\"query getBlobInfo(\\n  $projectPath: ID!\\n  $filePath: [String!]!\\\
     n  $ref: String!\\n  $refType: RefType\\n  $shouldFetchRawText: Boolean!\\n) {\\\
     n  project(fullPath: $projectPath) {\\n    __typename\\n    id\\n    repository\
     \ {\\n      __typename\\n      empty\\n      blobs(paths: $filePath, ref: $ref,\
     \ refType: $refType) {\\n        __typename\\n        nodes {\\n          __typename\\\
@@ -67,118 +67,118 @@

     \ request checks\n        headers: {\n          'X-Requested-With': 'XMLHttpRequest'\n\
     \        },\n        // fetch won\u2019t send cookies in older browsers, unless\
     \ you set the credentials init option.\n        // We set to `same-origin` which\
     \ is default value in modern browsers.\n        // See https://github.com/whatwg/fetch/pull/585\
     \ for more information.\n        credentials: 'same-origin'\n      })\n    };\n\
     \  });\n}\nif (gl.startup_graphql_calls && window.fetch) {\n  const headers =\
-    \ {\"X-CSRF-Token\":\"2cj7L0rtecsKrFzSIeyiY9bkZuln31ZuKh9ZSLv4uK5KEfqIpgk0HMpAZhEx4xvgX0lwqmS97gliUtp4yTSxeg\"\
+    \ {\"X-CSRF-Token\":\"qJARlrUAfShF12Z_1UBtPNR-1vUrsmd5EkOPI0d8BctJ5PVjWkvaHVyPGHGVwFfWbzP21ZEa8H3Ywf9VdMGNgQ\"\
     ,\"x-gitlab-feature-category\":\"source_code_management\"};\n  const url = `https://gitlab.com/api/graphql`\n\
     \n  const opts = {\n    method: \"POST\",\n    headers: {\n      \"Content-Type\"\
     : \"application/json\",\n      ...headers,\n    }\n  };\n\n  gl.startup_graphql_calls\
     \ = gl.startup_graphql_calls.map(call => ({\n    ...call,\n    fetchCall: fetch(url,\
     \ {\n      ...opts,\n      credentials: 'same-origin',\n      body: JSON.stringify(call)\n\
     \    })\n  }))\n}\n\n\n//]]>\n</script>\n\n<link rel=\"prefetch\" href=\"/assets/webpack/monaco.62a88306.chunk.js\"\
-    >\n\n<link rel=\"stylesheet\" href=\"/assets/application-6d88fbcd672c3e54313f74f88321ca90d3b1eaf525a86a9d4ae7306f459fa27f.css\"\
+    >\n\n<link rel=\"stylesheet\" href=\"/assets/application-c326f8f9e51a3d7edc015f800e787546b50ee5b227071a86bf3e2fc9048cf4a2.css\"\
     \ />\n<link rel=\"stylesheet\" href=\"/assets/page_bundles/tree-a367765135c13a026aaeda494ae9c4b67b9afbb2ac681ae3b0bf5d8fc06e02a3.css\"\
     \ /><link rel=\"stylesheet\" href=\"/assets/page_bundles/projects-7dbd6ca972fd85189324c15402ef26a758e9cd645ef816ca58145ac4cce86671.css\"\
     \ /><link rel=\"stylesheet\" href=\"/assets/page_bundles/commit_description-1e2cba4dda3c7b30dd84924809020c569f1308dea51520fe1dd5d4ce31403195.css\"\
     \ /><link rel=\"stylesheet\" href=\"/assets/page_bundles/work_items-d9603c98e9259c19bbb47784abf3b63b5cb7ce8d7463608443b907773ab7197d.css\"\
     \ /><link rel=\"stylesheet\" href=\"/assets/page_bundles/notes_shared-684f1b298f06270b6b28d57553f98b585a691cb10676448fb0265a392a4b6309.css\"\
     \ />\n<link rel=\"stylesheet\" href=\"/assets/application_utilities-d89b5a647d07a7f0fcc87f76e9789faff8b247dc71e661057035ae07893cbd48.css\"\
     \ />\n<link rel=\"stylesheet\" href=\"/assets/tailwind-404e56ae9fd114b177303a357b188c8ae9fa4ad0546f4d8ff8d7d47f8f223767.css\"\
     \ />\n\n\n<link rel=\"stylesheet\" href=\"/assets/fonts-fae5d3f79948bd85f18b6513a025f863b19636e85b09a1492907eb4b1bb0557b.css\"\
     \ />\n<link rel=\"stylesheet\" href=\"/assets/highlight/themes/white-9fc2e7ab1cefbb5a525a1e1b06c04b3141c2179a6d572b1d390cf9db8def8104.css\"\
-    \ />\n\n<script src=\"/assets/webpack/runtime.73f14dbc.bundle.js\" defer=\"defer\"\
-    \ nonce=\"b4XEGmGw37wq+FtCNox7sQ==\"></script>\n<script src=\"/assets/webpack/main.a5a27a28.chunk.js\"\
-    \ defer=\"defer\" nonce=\"b4XEGmGw37wq+FtCNox7sQ==\"></script>\n<script src=\"\
-    /assets/webpack/tracker.c058f0d7.chunk.js\" defer=\"defer\" nonce=\"b4XEGmGw37wq+FtCNox7sQ==\"\
+    \ />\n\n<script src=\"/assets/webpack/runtime.8e7265d5.bundle.js\" defer=\"defer\"\
+    \ nonce=\"5YN2Fn5DWe4YBzfFFAw1sQ==\"></script>\n<script src=\"/assets/webpack/main.4286d4a4.chunk.js\"\
+    \ defer=\"defer\" nonce=\"5YN2Fn5DWe4YBzfFFAw1sQ==\"></script>\n<script src=\"\
+    /assets/webpack/tracker.c058f0d7.chunk.js\" defer=\"defer\" nonce=\"5YN2Fn5DWe4YBzfFFAw1sQ==\"\
     ></script>\n<script src=\"/assets/webpack/analytics.3a95057f.chunk.js\" defer=\"\
-    defer\" nonce=\"b4XEGmGw37wq+FtCNox7sQ==\"></script>\n<script nonce=\"b4XEGmGw37wq+FtCNox7sQ==\"\
+    defer\" nonce=\"5YN2Fn5DWe4YBzfFFAw1sQ==\"></script>\n<script nonce=\"5YN2Fn5DWe4YBzfFFAw1sQ==\"\
     >\n//<![CDATA[\nwindow.snowplowOptions = {\"namespace\":\"gl\",\"hostname\":\"\
     snowplow.trx.gitlab.net\",\"cookieDomain\":\".gitlab.com\",\"appId\":\"gitlab\"\
     ,\"formTracking\":true,\"linkClickTracking\":true}\n\ngl = window.gl || {};\n\
     gl.snowplowStandardContext = {\"schema\":\"iglu:com.gitlab/gitlab_standard/jsonschema/1-1-1\"\
     ,\"data\":{\"environment\":\"production\",\"source\":\"gitlab-rails\",\"correlation_id\"\
-    :\"01JBAVYCZ3CFAQQ10J6RE93JN7\",\"plan\":\"free\",\"extra\":{},\"user_id\":null,\"\
+    :\"01JBAVY7VYD6SDJGHHFDKPQAR5\",\"plan\":\"free\",\"extra\":{},\"user_id\":null,\"\
     global_user_id\":null,\"is_gitlab_team_member\":null,\"namespace_id\":6108262,\"\
     project_id\":20535911,\"feature_enabled_by_namespace_ids\":null,\"realm\":\"saas\"\
-    ,\"instance_id\":\"ea8bf810-1d6f-4a6a-b4fd-93e8cbd8b57f\",\"host_name\":\"gitlab-webservice-web-7dcddd4c9d-45849\"\
-    ,\"instance_version\":\"17.6.0\",\"context_generated_at\":\"2024-10-29T00:48:50.861Z\"\
+    ,\"instance_id\":\"ea8bf810-1d6f-4a6a-b4fd-93e8cbd8b57f\",\"host_name\":\"gitlab-cny-webservice-web-775956b9c6-r8td9\"\
+    ,\"instance_version\":\"17.6.0\",\"context_generated_at\":\"2024-10-29T00:48:45.651Z\"\
     }}\ngl.snowplowPseudonymizedPageUrl = \"https://gitlab.com/namespace6108262/project20535911/-/blob/:repository_path\"\
     ;\ngl.maskedDefaultReferrerUrl = null;\ngl.ga4MeasurementId = 'G-ENFH3X7M5Y';\n\
     \n\n//]]>\n</script>\n<link rel=\"preload\" href=\"/assets/application_utilities-d89b5a647d07a7f0fcc87f76e9789faff8b247dc71e661057035ae07893cbd48.css\"\
-    \ as=\"style\" type=\"text/css\" nonce=\"qquyjkmDxtT56r5r6rUFTA==\">\n<link rel=\"\
[Diff truncated by flux-local]
--- kubernetes/apps Kustomization: flux-system/cluster-apps Kustomization: flux-system/system-upgrade-k3s

+++ kubernetes/apps Kustomization: flux-system/cluster-apps Kustomization: flux-system/system-upgrade-k3s

@@ -18,13 +18,13 @@

   dependsOn:
   - name: system-upgrade-controller
   interval: 30m
   path: ./kubernetes/apps/system-upgrade/k3s/app
   postBuild:
     substitute:
-      KUBE_VERSION: v1.29.3+k3s1
+      KUBE_VERSION: v1.31.2+k3s1
     substituteFrom:
     - kind: ConfigMap
       name: cluster-settings
     - kind: Secret
       name: cluster-secrets
   prune: true
--- kubernetes/apps/system-upgrade/k3s/app Kustomization: flux-system/system-upgrade-k3s Plan: system-upgrade/controllers

+++ kubernetes/apps/system-upgrade/k3s/app Kustomization: flux-system/system-upgrade-k3s Plan: system-upgrade/controllers

@@ -31,8 +31,8 @@

     key: node-role.kubernetes.io/etcd
     operator: Exists
   - key: CriticalAddonsOnly
     operator: Exists
   upgrade:
     image: rancher/k3s-upgrade
-  version: v1.29.3+k3s1
+  version: v1.31.2+k3s1
 
--- kubernetes/apps/system-upgrade/k3s/app Kustomization: flux-system/system-upgrade-k3s Plan: system-upgrade/workers

+++ kubernetes/apps/system-upgrade/k3s/app Kustomization: flux-system/system-upgrade-k3s Plan: system-upgrade/workers

@@ -19,8 +19,8 @@

     - prepare
     - server
     image: rancher/k3s-upgrade
   serviceAccountName: system-upgrade
   upgrade:
     image: rancher/k3s-upgrade
-  version: v1.29.3+k3s1
+  version: v1.31.2+k3s1
 

@axeII
Copy link
Owner

axeII commented Apr 26, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@bot-akira bot-akira bot force-pushed the renovate/k3s-io-k3s-1.x branch from d457219 to 4e39676 Compare May 1, 2024 11:06
@axeII axeII force-pushed the renovate/k3s-io-k3s-1.x branch 4 times, most recently from 1395b10 to 1ff4983 Compare May 1, 2024 18:09
@bot-akira
Copy link
Contributor Author

bot-akira bot commented May 1, 2024

--- HelmRelease: media/bazarr Deployment: media/bazarr

+++ HelmRelease: media/bazarr Deployment: media/bazarr

@@ -68,13 +68,13 @@

       - env:
         - name: TZ
           value: Europe/Prague
         envFrom:
         - secretRef:
             name: bazarr-secret
-        image: ghcr.io/onedr0p/bazarr:1.4.2@sha256:62558b2f9210b288f01e96753c99699dc2fab7c27f9e678f994bd0068bc6d41e
+        image: ghcr.io/onedr0p/bazarr:1.4.2@sha256:4dc2410f11c84d80310c36ae7990b85bd40a2e6874a6498bb82c47d334535222
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /health
             port: 6767
           initialDelaySeconds: 0

@bot-akira bot-akira bot force-pushed the renovate/k3s-io-k3s-1.x branch from 1ff4983 to 0501528 Compare May 10, 2024 20:08
@bot-akira bot-akira bot changed the title fix(github-release): update k3s-io/k3s ( v1.29.3+k3s1 → v1.29.4+k3s1 ) feat(github-release): update k3s-io/k3s ( v1.29.3+k3s1 → v1.30.0+k3s1 ) May 10, 2024
@bot-akira bot-akira bot force-pushed the renovate/k3s-io-k3s-1.x branch from 0501528 to 8d5fad9 Compare May 28, 2024 16:10
@bot-akira bot-akira bot changed the title feat(github-release): update k3s-io/k3s ( v1.29.3+k3s1 → v1.30.0+k3s1 ) feat(github-release): update k3s-io/k3s ( v1.29.3+k3s1 → v1.30.1+k3s1 ) May 28, 2024
@bot-akira bot-akira bot force-pushed the renovate/k3s-io-k3s-1.x branch from 8d5fad9 to 4c87a1d Compare June 27, 2024 17:10
@bot-akira bot-akira bot changed the title feat(github-release): update k3s-io/k3s ( v1.29.3+k3s1 → v1.30.1+k3s1 ) feat(github-release): update k3s-io/k3s ( v1.29.3+k3s1 → v1.30.2+k3s1 ) Jun 27, 2024
@bot-akira bot-akira bot force-pushed the renovate/k3s-io-k3s-1.x branch from 4c87a1d to b08ee31 Compare July 6, 2024 18:10
@bot-akira bot-akira bot changed the title feat(github-release): update k3s-io/k3s ( v1.29.3+k3s1 → v1.30.2+k3s1 ) feat(github-release): update k3s-io/k3s ( v1.29.3+k3s1 → v1.30.2+k3s2 ) Jul 6, 2024
@bot-akira bot-akira bot changed the title feat(github-release): update k3s-io/k3s ( v1.29.3+k3s1 → v1.30.2+k3s2 ) feat(github-release): update k3s-io/k3s ( v1.29.3+k3s1 → v1.30.3+k3s1 ) Aug 2, 2024
@bot-akira bot-akira bot changed the title feat(github-release): update k3s-io/k3s ( v1.29.3+k3s1 → v1.30.3+k3s1 ) feat(github-release): update k3s-io/k3s ( v1.29.3+k3s1 → v1.30.4+k3s1 ) Aug 23, 2024
@bot-akira bot-akira bot changed the title feat(github-release): update k3s-io/k3s ( v1.29.3+k3s1 → v1.30.4+k3s1 ) feat(github-release): update k3s-io/k3s ( v1.29.3+k3s1 → v1.31.0+k3s1 ) Sep 2, 2024
@axeII axeII added the hold label Sep 10, 2024
@bot-akira bot-akira bot changed the title feat(github-release): update k3s-io/k3s ( v1.29.3+k3s1 → v1.31.0+k3s1 ) feat(github-release): update k3s-io/k3s ( v1.29.3+k3s1 → v1.31.1+k3s1 ) Sep 23, 2024
@bot-akira bot-akira bot changed the title feat(github-release): update k3s-io/k3s ( v1.29.3+k3s1 → v1.31.1+k3s1 ) feat(github-release): update k3s-io/k3s ( v1.29.3+k3s1 → v1.31.2+k3s1 ) Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant