Skip to content

Commit

Permalink
fix(github-release): update k3s-io/k3s ( v1.30.2+k3s1 → v1.30.2+k3s2 ) (
Browse files Browse the repository at this point in the history
#5008)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [k3s-io/k3s](https://togithub.com/k3s-io/k3s) | patch | `v1.30.2+k3s1`
-> `v1.30.2+k3s2` |

---

### Release Notes

<details>
<summary>k3s-io/k3s (k3s-io/k3s)</summary>

###
[`v1.30.2+k3s2`](https://togithub.com/k3s-io/k3s/releases/tag/v1.30.2%2Bk3s2):
v1.30.2+k3s2

[Compare
Source](https://togithub.com/k3s-io/k3s/compare/v1.30.2+k3s1...v1.30.2+k3s2)

<!-- v1.30.2+k3s2 -->

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](https://togithub.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.30.md#changelog-since-v1302).

##### Changes since v1.30.2+k3s1:

- Update stable channel to v1.29.6+k3s1
[(#&#8203;10417)](https://togithub.com/k3s-io/k3s/pull/10417)
- Update flannel to v0.25.4 and fixed issue with IPv6 mask
[(#&#8203;10422)](https://togithub.com/k3s-io/k3s/pull/10422)

##### Embedded Component Versions

| Component | Version |
|---|---|
| Kubernetes |
[v1.30.2](https://togithub.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.30.md#v1302)
|
| Kine |
[v0.11.9](https://togithub.com/k3s-io/kine/releases/tag/v0.11.9) |
| SQLite | [3.44.0](https://sqlite.org/releaselog/3\_44\_0.html) |
| Etcd |
[v3.5.13-k3s1](https://togithub.com/k3s-io/etcd/releases/tag/v3.5.13-k3s1)
|
| Containerd |
[v1.7.17-k3s1](https://togithub.com/k3s-io/containerd/releases/tag/v1.7.17-k3s1)
|
| Runc |
[v1.1.12](https://togithub.com/opencontainers/runc/releases/tag/v1.1.12)
|
| Flannel |
[v0.25.4](https://togithub.com/flannel-io/flannel/releases/tag/v0.25.4)
|
| Metrics-server |
[v0.7.0](https://togithub.com/kubernetes-sigs/metrics-server/releases/tag/v0.7.0)
|
| Traefik |
[v2.10.7](https://togithub.com/traefik/traefik/releases/tag/v2.10.7) |
| CoreDNS |
[v1.10.1](https://togithub.com/coredns/coredns/releases/tag/v1.10.1) |
| Helm-controller |
[v0.16.1](https://togithub.com/k3s-io/helm-controller/releases/tag/v0.16.1)
|
| Local-path-provisioner |
[v0.0.27](https://togithub.com/rancher/local-path-provisioner/releases/tag/v0.0.27)
|

##### Helpful Links

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

- [Open issues here](https://togithub.com/rancher/k3s/issues/new/choose)
-   [Join our Slack channel](https://slack.rancher.io/)
- [Check out our documentation](https://rancher.com/docs/k3s/latest/en/)
for guidance on how to get started or to dive deep into K3s.
- [Read how you can contribute
here](https://togithub.com/rancher/k3s/blob/master/CONTRIBUTING.md)

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvcGF0Y2giXX0=-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
  • Loading branch information
lumiere-bot[bot] authored Jul 13, 2024
1 parent f1dcc57 commit 3d63ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/sol/inventory/group_vars/kubernetes/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ k3s_etcd_datastore: true
k3s_install_hard_links: true
k3s_registration_address: 10.10.10.50
# renovate: datasource=github-releases depName=k3s-io/k3s
k3s_release_version: v1.30.2+k3s1
k3s_release_version: v1.30.2+k3s2
k3s_server_manifests_templates:
- custom-cilium-helmchart.yaml.j2
k3s_use_unsupported_config: true
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: server
spec:
# renovate: datasource=github-releases depName=k3s-io/k3s
version: v1.30.2+k3s1
version: v1.30.2+k3s2
serviceAccountName: tools
concurrency: 1
cordon: true
Expand Down

0 comments on commit 3d63ff4

Please sign in to comment.