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

fix(github-release): update k3s-io/k3s to v1.27.3+k3s1 #70

Merged
merged 1 commit into from
Jul 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 28, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
k3s-io/k3s patch v1.27.2+k3s1 -> v1.27.3+k3s1

Release Notes

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

v1.27.3+k3s1: v1.27.3+k3s1

Compare Source

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

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

Changes since v1.27.2+k3s1:
  • Update flannel version (#​7628)
    • Update flannel to v0.22.0
  • Add el9 selinux rpm (#​7635)
  • Update channels (#​7634)
  • Allow coredns override extensions (#​7583)
    • The coredns-custom ConfigMap now allows for *.override sections to be included in the .:53 default server block.
  • Bump klipper-lb to v0.4.4 (#​7617)
    • Bumped klipper-lb image to v0.4.4 to resolve an issue that prevented access to ServiceLB ports from localhost when the Service ExternalTrafficPolicy was set to Local.
  • Bump metrics-server to v0.6.3 and update tls-cipher-suites (#​7564)
    • The bundled metrics-server has been bumped to v0.6.3, and now uses only secure TLS ciphers by default.
  • Do not use the admin kubeconfig for the supervisor and core controllers (#​7616)
    • The K3s core controllers (supervisor, deploy, and helm) no longer use the admin kubeconfig. This makes it easier to determine from access and audit logs which actions are performed by the system, and which are performed by an administrative user.
  • Bump golang:alpine image version (#​7619)
  • Make LB image configurable when compiling k3s (#​7626)
  • Bump vagrant libvirt with fix for plugin installs (#​7605)
  • Add format command on Makefile (#​7437)
  • Use el8 rpm for fedora 38 and 39 (#​7664)
  • Check variant before version to decide rpm target and packager closes #​7666 (#​7667)
  • Test Coverage Reports for E2E tests (#​7526)
  • Soft-fail on node password verification if the secret cannot be created (#​7655)
    • K3s now allows nodes to join the cluster even if the node password secret cannot be created at the time the node joins. The secret create will be retried in the background. This resolves a potential deadlock created by fail-closed validating webhooks that block secret creation, where the webhook is unavailable until new nodes join the cluster to run the webhook pod.
  • Enable containerd aufs/devmapper/zfs snapshotter plugins (#​7661)
    • The bundled containerd's aufs/devmapper/zfs snapshotter plugins have been restored. These were unintentionally omitted when moving containerd back into the k3s multicall binary in the previous release.
  • Bump docker go.mod (#​7681)
  • Shortcircuit commands with version or help flags (#​7683)
    • Non root users can now call k3s --help and k3s --version commands without running into permission errors over the default config file.
  • Bump Trivy version (#​7672)
  • E2E: Capture coverage of K3s subcommands (#​7686)
  • Integrate tailscale into k3s (#​7352)
    • Integration of tailscale VPN into k3s
  • Add private registry e2e test (#​7653)
  • E2E: Remove unnecessary daemonset addition/deletion (#​7696)
  • Add issue template for OS validation (#​7695)
  • Fix spelling check (#​7740)
  • Remove useless libvirt config (#​7745)
  • Bump helm-controller to v0.15.0 for create-namespace support (#​7716)
    • The embedded helm controller has been bumped to v0.15.0, and now supports creating the chart's target namespace if it does not exist.
  • Fix error logging in tailscale (#​7776)
  • Add commands to remove advertised routes of tailscale in k3s-killall.sh (#​7777)
  • Update Kubernetes to v1.27.3 (#​7790)
Embedded Component Versions
Component Version
Kubernetes v1.27.3
Kine v0.10.1
SQLite 3.39.2
Etcd v3.5.7-k3s1
Containerd v1.7.1-k3s1
Runc v1.1.7
Flannel v0.22.0
Metrics-server v0.6.3
Traefik v2.9.10
CoreDNS v1.10.1
Helm-controller v0.15.0
Local-path-provisioner v0.0.24
Helpful Links

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


Configuration

📅 Schedule: Branch creation - "before 6am" in timezone America/Detroit, 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.

@madbuda-bot
Copy link

madbuda-bot bot commented Jun 28, 2023

--- kubernetes/apps/system-upgrade/system-upgrade-controller/plans Kustomization: flux-system/cluster-apps-system-upgrade-controller-plans Plan: system-upgrade/server

+++ kubernetes/apps/system-upgrade/system-upgrade-controller/plans Kustomization: flux-system/cluster-apps-system-upgrade-controller-plans Plan: system-upgrade/server

@@ -27,8 +27,8 @@

     key: node-role.kubernetes.io/etcd
     operator: Exists
   - key: CriticalAddonsOnly
     operator: Exists
   upgrade:
     image: rancher/k3s-upgrade
-  version: v1.27.2+k3s1
+  version: v1.27.3+k3s1
 
--- kubernetes/apps/system-upgrade/system-upgrade-controller/plans Kustomization: flux-system/cluster-apps-system-upgrade-controller-plans Plan: system-upgrade/agent

+++ kubernetes/apps/system-upgrade/system-upgrade-controller/plans Kustomization: flux-system/cluster-apps-system-upgrade-controller-plans Plan: system-upgrade/agent

@@ -15,8 +15,8 @@

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

@madbuda-bot
Copy link

madbuda-bot bot commented Jun 28, 2023

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
❌ ANSIBLE ansible-lint yes 4 15.01s
✅ COPYPASTE jscpd yes no 1.7s
✅ REPOSITORY git_diff yes no 0.03s
✅ REPOSITORY secretlint yes no 2.24s
⚠️ YAML prettier 3 1 0.43s
✅ YAML yamllint 3 0 0.12s

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

@lludlow lludlow merged commit 2188527 into main Jul 2, 2023
@renovate renovate bot deleted the renovate/k3s-io-k3s-1.x branch July 2, 2023 13:19
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