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.30.1+k3s1 ) #15

Merged
merged 1 commit into from
May 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 27, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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.5+k3s1: v1.29.5+k3s1

Compare Source

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

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.29.5
Kine v0.11.7
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.15.9
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.29.4+k3s1...v1.29.5+k3s1

v1.29.4+k3s1: v1.29.4+k3s1

Compare Source

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

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

Changes since v1.29.3+k3s1:
  • Send error response if member list cannot be retrieved (#​9722)
  • Respect cloud-provider fields set by kubelet (#​9721)
    • The k3s stub cloud provider now respects the kubelet's requested provider-id, instance type, and topology labels
  • Fix error when image has already been pulled (#​9770)
  • Add a new error when kine is with disable apiserver or disable etcd (#​9766)
  • Bump k3s-root to v0.13.0 (#​9718)
  • Use ubuntu latest for better golang caching keys (#​9711)
  • Bump Trivy version (#​9780)
  • Move to ubuntu 23.10 for E2E tests (#​9755)
  • Update channel server (#​9808)
  • Add /etc/passwd and /etc/group to k3s docker image (#​9784)
  • Fix etcd snapshot reconcile for agentless servers (#​9809)
  • Add health-check support to loadbalancer (#​9757)
  • Add tls for kine (#​9572)
    • Kine is now able to use TLS
  • Transition from deprecated pointer library to ptr (#​9801)
  • Remove old pinned dependencies (#​9806)
  • Several E2E Matrix improvements (#​9802)
  • Add certificate expiry check, events, and metrics (#​9772)
  • Add updatecli policy to update k3s-root (#​9844)
  • Bump Trivy version (#​9840)
  • Add workaround for containerd hosts.toml bug when passing config for default registry endpoint (#​9853)
  • Fix: agent volume in example docker compose (#​9838)
  • Bump spegel to v0.0.20-k3s1 (#​9863)
  • Add supervisor cert/key to rotate list (#​9832)
  • Add quotes to avoid useless updatecli updates (#​9877)
  • Bump containerd and cri-dockerd (#​9886)
    • The embedded containerd has been bumped to v1.7.15
    • The embedded cri-dockerd has been bumped to v0.3.12
  • Move etcd snapshot management CLI to request/response (#​9816)
    • The k3s etcd-snapshot command has been reworked for improved consistency. All snapshots operations are now performed by the server process, with the CLI acting as a client to initiate and report results. As a side effect, the CLI is now less noisy when managing snapshots.
  • Improve etcd load-balancer startup behavior (#​9883)
  • Actually fix agent certificate rotation (#​9902)
  • Bump latest to v1.29.3+k3s1 (#​9909)
  • Update packaged manifests (#​9920)
    • Traefik has been bumped to v2.10.7.
    • Traefik pod annotations are now set properly in the default chart values.
    • The system-default-registry value now supports RFC2732 IPv6 literals.
    • The local-path provisioner now defaults to creating local volumes, instead of hostPath.
  • Allow Local path provisioner to read helper logs (#​9835)
  • Update kube-router to v2.1.0 (#​9926)
  • Match setup-go caching key in GitHub Actions (#​9890)
  • Add startup testlet on preloaded images (#​9941)
  • Update to v1.29.4-k3s1 and Go 1.21.9 (#​9960)
  • Fix on-demand snapshots timing out; not honoring folder (#​9984)
  • Make /db/info available anonymously from localhost (#​10001)
Embedded Component Versions
Component Version
Kubernetes v1.29.4
Kine v0.11.7
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.15.9
Local-path-provisioner v0.0.26
Helpful Links

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


Configuration

📅 Schedule: Branch creation - "on friday and saturday" in timezone Europe/Prague, 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 Mend Renovate. View repository job log here.

Copy link

github-actions bot commented Apr 27, 2024

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

+++ kubernetes/main/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/main/apps/system-upgrade/k3s/app
   postBuild:
     substitute:
-      KUBE_VERSION: v1.29.3+k3s1
+      KUBE_VERSION: v1.30.1+k3s1
     substituteFrom:
     - kind: ConfigMap
       name: cluster-settings
     - kind: Secret
       name: cluster-secrets
     - kind: ConfigMap
--- kubernetes/main/apps/system-upgrade/k3s/app Kustomization: flux-system/system-upgrade-k3s Plan: system-upgrade/controllers

+++ kubernetes/main/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.30.1+k3s1
 
--- kubernetes/main/apps/system-upgrade/k3s/app Kustomization: flux-system/system-upgrade-k3s Plan: system-upgrade/workers

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

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

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

@prehor prehor force-pushed the main branch 6 times, most recently from 8987218 to 26e7270 Compare May 9, 2024 22:52
@renovate renovate 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 11, 2024
@renovate renovate bot force-pushed the renovate/main-k3s-io-k3s-1.x branch from a5ec051 to 057c9d4 Compare May 11, 2024 23:32
@renovate renovate bot force-pushed the renovate/main-k3s-io-k3s-1.x branch from 057c9d4 to 7094155 Compare May 12, 2024 17:12
@renovate renovate bot force-pushed the renovate/main-k3s-io-k3s-1.x branch from 7094155 to 52cbd74 Compare May 12, 2024 17:24
@renovate renovate bot force-pushed the renovate/main-k3s-io-k3s-1.x branch from 52cbd74 to d0ac99e Compare May 12, 2024 18:29
@renovate renovate bot force-pushed the renovate/main-k3s-io-k3s-1.x branch from d0ac99e to 3fdadbe Compare May 12, 2024 18:34
@renovate renovate bot force-pushed the renovate/main-k3s-io-k3s-1.x branch from 3fdadbe to 095e81d Compare May 12, 2024 20:34
@renovate renovate bot force-pushed the renovate/main-k3s-io-k3s-1.x branch from 095e81d to 066b30b Compare May 12, 2024 21:19
@renovate renovate bot force-pushed the renovate/main-k3s-io-k3s-1.x branch from 066b30b to 7c86ca2 Compare May 12, 2024 21:23
@prehor prehor force-pushed the main branch 2 times, most recently from 9188d90 to cb79b19 Compare May 13, 2024 06:40
@renovate renovate bot force-pushed the renovate/main-k3s-io-k3s-1.x branch from 7c86ca2 to 147139f Compare May 13, 2024 17:39
@renovate renovate bot force-pushed the renovate/main-k3s-io-k3s-1.x branch from 147139f to 6950a3a Compare May 13, 2024 20:45
@renovate renovate bot force-pushed the renovate/main-k3s-io-k3s-1.x branch from 6950a3a to 8f35a29 Compare May 13, 2024 20:56
@prehor prehor force-pushed the main branch 2 times, most recently from 5318ec8 to 268a0ac Compare May 17, 2024 17:40
@renovate renovate bot force-pushed the renovate/main-k3s-io-k3s-1.x branch from 8f35a29 to 291a996 Compare May 18, 2024 08:51
@prehor prehor force-pushed the main branch 13 times, most recently from 2956a21 to 0829ead Compare May 23, 2024 00:15
@renovate renovate bot force-pushed the renovate/main-k3s-io-k3s-1.x branch from 291a996 to 6a10893 Compare May 27, 2024 21:35
@renovate renovate bot force-pushed the renovate/main-k3s-io-k3s-1.x branch from 6a10893 to 34908a4 Compare May 28, 2024 17:05
@renovate renovate 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
@prehor prehor merged commit f38e355 into main May 28, 2024
5 checks passed
@renovate renovate bot deleted the renovate/main-k3s-io-k3s-1.x branch May 28, 2024 17:51
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