Skip to content

Commit

Permalink
Add v1.31 release notes page (#252)
Browse files Browse the repository at this point in the history
* Add rke2 1.31 release notes

Signed-off-by: Derek Nola <derek.nola@suse.com>

* Bump missed docusaurus dependencies

Signed-off-by: Derek Nola <derek.nola@suse.com>

---------

Signed-off-by: Derek Nola <derek.nola@suse.com>
  • Loading branch information
dereknola authored Sep 5, 2024
1 parent a74f724 commit 8c10b6f
Show file tree
Hide file tree
Showing 12 changed files with 350 additions and 34 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: Collect Release Notes
on:
workflow_dispatch

workflow_dispatch: {}
schedule:
- cron: '0 6 * * 1' # every Monday at 6:00 AM
env:
MINORS: "v1.27 v1.28 v1.29 v1.30"
MINORS: "v1.28 v1.29 v1.30 v1.31"
permissions:
contents: write
pull-requests: write
jobs:
collect-all:
if: github.repository == 'rancher/rke2-docs'
runs-on: ubuntu-latest
steps:
- name: Check out repository code
Expand Down
2 changes: 1 addition & 1 deletion docs/release-notes/v1.24.X.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
hide_table_of_contents: true
sidebar_position: 7
sidebar_position: 8
---

# v1.24.X
Expand Down
2 changes: 1 addition & 1 deletion docs/release-notes/v1.25.X.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
hide_table_of_contents: true
sidebar_position: 6
sidebar_position: 7
---

# v1.25.X
Expand Down
2 changes: 1 addition & 1 deletion docs/release-notes/v1.26.X.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
hide_table_of_contents: true
sidebar_position: 5
sidebar_position: 6
---

# v1.26.X
Expand Down
54 changes: 53 additions & 1 deletion docs/release-notes/v1.27.X.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
hide_table_of_contents: true
sidebar_position: 4
sidebar_position: 5
---

# v1.27.X
Expand All @@ -11,6 +11,7 @@ Before upgrading from earlier releases, be sure to read the Kubernetes [Urgent U

| Version | Release date | Kubernetes | Etcd | Containerd | Runc | Metrics-server | CoreDNS | Ingress-Nginx | Helm-controller | Canal (Default) | Calico | Cilium | Multus |
| ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- |
| [v1.27.16+rke2r2](v1.27.X.md#release-v12716rke2r2) | Aug 26 2024| [v1.27.16](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.27.md#v12716) | [v3.5.13-k3s1](https://github.com/k3s-io/etcd/releases/tag/v3.5.13-k3s1) | [v1.7.20-k3s1](https://github.com/k3s-io/containerd/releases/tag/v1.7.20-k3s1) | [v1.1.12](https://github.com/opencontainers/runc/releases/tag/v1.1.12) | [v0.7.1](https://github.com/kubernetes-sigs/metrics-server/releases/tag/v0.7.1) | [v1.11.1](https://github.com/coredns/coredns/releases/tag/v1.11.1) | [v1.10.4-hardened2](https://github.com/rancher/ingress-nginx/releases/tag/v1.10.4-hardened2) | [v0.15.10](https://github.com/k3s-io/helm-controller/releases/tag/v0.15.10) | [Flannel v0.25.5](https://github.com/flannel-io/flannel/releases/tag/v0.25.5)<br/>[Calico v3.28.1](https://docs.tigera.io/calico/latest/release-notes/#v3.28) | [v3.27.3](https://docs.tigera.io/calico/latest/release-notes/#v3.27) | [v1.16.0](https://github.com/cilium/cilium/releases/tag/v1.16.0) | [v4.0.2](https://github.com/k8snetworkplumbingwg/multus-cni/releases/tag/v4.0.2) |
| [v1.27.16+rke2r1](v1.27.X.md#release-v12716rke2r1) | Aug 01 2024| [v1.27.16](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.27.md#v12716) | [v3.5.13-k3s1](https://github.com/k3s-io/etcd/releases/tag/v3.5.13-k3s1) | [v1.7.17-k3s1](https://github.com/k3s-io/containerd/releases/tag/v1.7.17-k3s1) | [v1.1.12](https://github.com/opencontainers/runc/releases/tag/v1.1.12) | [v0.7.1](https://github.com/kubernetes-sigs/metrics-server/releases/tag/v0.7.1) | [v1.11.1](https://github.com/coredns/coredns/releases/tag/v1.11.1) | [v1.10.1-hardened1](https://github.com/rancher/ingress-nginx/releases/tag/v1.10.1-hardened1) | [v0.15.10](https://github.com/k3s-io/helm-controller/releases/tag/v0.15.10) | [Flannel v0.25.4](https://github.com/flannel-io/flannel/releases/tag/v0.25.4)<br/>[Calico v3.28.0](https://docs.tigera.io/calico/latest/release-notes/#v3.28) | [v3.27.3](https://docs.tigera.io/calico/latest/release-notes/#v3.27) | [v1.15.5](https://github.com/cilium/cilium/releases/tag/v1.15.5) | [v4.0.2](https://github.com/k8snetworkplumbingwg/multus-cni/releases/tag/v4.0.2) |
| [v1.27.15+rke2r1](v1.27.X.md#release-v12715rke2r1) | Jul 01 2024| [v1.27.15](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.27.md#v12715) | [v3.5.13-k3s1](https://github.com/k3s-io/etcd/releases/tag/v3.5.13-k3s1) | [v1.7.17-k3s1](https://github.com/k3s-io/containerd/releases/tag/v1.7.17-k3s1) | [v1.1.12](https://github.com/opencontainers/runc/releases/tag/v1.1.12) | [v0.7.1](https://github.com/kubernetes-sigs/metrics-server/releases/tag/v0.7.1) | [v1.11.1](https://github.com/coredns/coredns/releases/tag/v1.11.1) | [v1.10.1-hardened1](https://github.com/rancher/ingress-nginx/releases/tag/v1.10.1-hardened1) | [v0.15.10](https://github.com/k3s-io/helm-controller/releases/tag/v0.15.10) | [Flannel v0.25.4](https://github.com/flannel-io/flannel/releases/tag/v0.25.4)<br/>[Calico v3.28.0](https://docs.tigera.io/calico/latest/release-notes/#v3.28) | [v3.27.3](https://docs.tigera.io/calico/latest/release-notes/#v3.27) | [v1.15.5](https://github.com/cilium/cilium/releases/tag/v1.15.5) | [v4.0.2](https://github.com/k8snetworkplumbingwg/multus-cni/releases/tag/v4.0.2) |
| [v1.27.14+rke2r1](v1.27.X.md#release-v12714rke2r1) | May 22 2024| [v1.27.14](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.27.md#v12714) | [v3.5.9-k3s1](https://github.com/k3s-io/etcd/releases/tag/v3.5.9-k3s1) | [v1.7.11-k3s2](https://github.com/k3s-io/containerd/releases/tag/v1.7.11-k3s2) | [v1.1.12](https://github.com/opencontainers/runc/releases/tag/v1.1.12) | [v0.7.1](https://github.com/kubernetes-sigs/metrics-server/releases/tag/v0.7.1) | [v1.11.1](https://github.com/coredns/coredns/releases/tag/v1.11.1) | [nginx-1.9.6-hardened1](https://github.com/rancher/ingress-nginx/releases/tag/nginx-1.9.6-hardened1) | [v0.15.9](https://github.com/k3s-io/helm-controller/releases/tag/v0.15.9) | [Flannel v0.25.1](https://github.com/flannel-io/flannel/releases/tag/v0.25.1)<br/>[Calico v3.27.3](https://docs.tigera.io/calico/latest/release-notes/#v3.27) | [v3.27.3](https://docs.tigera.io/calico/latest/release-notes/#v3.27) | [v1.15.5](https://github.com/cilium/cilium/releases/tag/v1.15.5) | [v4.0.2](https://github.com/k8snetworkplumbingwg/multus-cni/releases/tag/v4.0.2) |
Expand All @@ -31,6 +32,57 @@ Before upgrading from earlier releases, be sure to read the Kubernetes [Urgent U

<br />

## Release [v1.27.16+rke2r2](https://github.com/rancher/rke2/releases/tag/v1.27.16+rke2r2)
<!-- v1.27.16+rke2r2 -->

This release updates Kubernetes to v1.27.16.

**Important Note**

If your server (control-plane) nodes were not started with the `--token` CLI flag or config file key, a randomized token was generated during initial cluster startup. This key is used both for joining new nodes to the cluster, and for encrypting cluster bootstrap data within the datastore. Ensure that you retain a copy of this token, as is required when restoring from backup.

You may retrieve the token value from any server already joined to the cluster:
```bash
cat /var/lib/rancher/rke2/server/token
```

### Changes since v1.27.16+rke2r1:

* Bump nginx to hardened2 [(#6479)](https://github.com/rancher/rke2/pull/6479)
* Update for CNI flannel, Cilium and Canal [(#6518)](https://github.com/rancher/rke2/pull/6518)
* Bump k3s and containerd [(#6527)](https://github.com/rancher/rke2/pull/6527)
* Fixed hns clean only in case of reboot [(#6541)](https://github.com/rancher/rke2/pull/6541)
* Bump containerd/crictl/runc versions [(#6555)](https://github.com/rancher/rke2/pull/6555)
* Fix for kill all to not delete the data dir [(#6566)](https://github.com/rancher/rke2/pull/6566)
* Fix windows airgap image packaging [(#6588)](https://github.com/rancher/rke2/pull/6588)
* Fixed Flannel chart to rightly disable nft [(#6610)](https://github.com/rancher/rke2/pull/6610)
* Bump ingress-nginx to v1.10.4-hardened2 [(#6614)](https://github.com/rancher/rke2/pull/6614)
* Shell completion and etcd connection fix [(#6615)](https://github.com/rancher/rke2/pull/6615)
* Update Kubernetes v1.27.16 to build 20240819 [(#6589)](https://github.com/rancher/rke2/pull/6589)
* Bump harvester csi driver v0.1.18 [(#6618)](https://github.com/rancher/rke2/pull/6618)
* Bump Harvester-csi-driver v0.1.18


## Charts Versions
| Component | Version |
| --- | --- |
| rke2-cilium | [1.16.000](https://github.com/rancher/rke2-charts/raw/main/assets/rke2-cilium/rke2-cilium-1.16.000.tgz) |
| rke2-canal | [v3.28.1-build2024080600](https://github.com/rancher/rke2-charts/raw/main/assets/rke2-canal/rke2-canal-v3.28.1-build2024080600.tgz) |
| rke2-calico | [v3.27.300](https://github.com/rancher/rke2-charts/raw/main/assets/rke2-calico/rke2-calico-v3.27.300.tgz) |
| rke2-calico-crd | [v3.27.002](https://github.com/rancher/rke2-charts/raw/main/assets/rke2-calico/rke2-calico-crd-v3.27.002.tgz) |
| rke2-coredns | [1.29.002](https://github.com/rancher/rke2-charts/raw/main/assets/rke2-coredns/rke2-coredns-1.29.002.tgz) |
| rke2-ingress-nginx | [4.10.401](https://github.com/rancher/rke2-charts/raw/main/assets/rke2-ingress-nginx/rke2-ingress-nginx-4.10.401.tgz) |
| rke2-metrics-server | [3.12.002](https://github.com/rancher/rke2-charts/raw/main/assets/rke2-metrics-server/rke2-metrics-server-3.12.002.tgz) |
| rancher-vsphere-csi | [3.3.0-rancher100](https://github.com/rancher/rke2-charts/raw/main/assets/rancher-vsphere-csi/rancher-vsphere-csi-3.3.0-rancher100.tgz) |
| rancher-vsphere-cpi | [1.8.000](https://github.com/rancher/rke2-charts/raw/main/assets/rancher-vsphere-cpi/rancher-vsphere-cpi-1.8.000.tgz) |
| harvester-cloud-provider | [0.2.400](https://github.com/rancher/rke2-charts/raw/main/assets/harvester-cloud-provider/harvester-cloud-provider-0.2.400.tgz) |
| harvester-csi-driver | [0.1.1800](https://github.com/rancher/rke2-charts/raw/main/assets/harvester-cloud-provider/harvester-csi-driver-0.1.1800.tgz) |
| rke2-snapshot-controller | [1.7.202](https://github.com/rancher/rke2-charts/raw/main/assets/rke2-snapshot-controller/rke2-snapshot-controller-1.7.202.tgz) |
| rke2-snapshot-controller-crd | [1.7.202](https://github.com/rancher/rke2-charts/raw/main/assets/rke2-snapshot-controller/rke2-snapshot-controller-crd-1.7.202.tgz) |
| rke2-snapshot-validation-webhook | [1.7.302](https://github.com/rancher/rke2-charts/raw/main/assets/rke2-snapshot-validation-webhook/rke2-snapshot-validation-webhook-1.7.302.tgz) |


-----
## Release [v1.27.16+rke2r1](https://github.com/rancher/rke2/releases/tag/v1.27.16+rke2r1)
<!-- v1.27.16+rke2r1 -->

Expand Down
57 changes: 56 additions & 1 deletion docs/release-notes/v1.28.X.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
hide_table_of_contents: true
sidebar_position: 3
sidebar_position: 4
---

# v1.28.X
Expand All @@ -11,6 +11,7 @@ Before upgrading from earlier releases, be sure to read the Kubernetes [Urgent U

| Version | Release date | Kubernetes | Etcd | Containerd | Runc | Metrics-server | CoreDNS | Ingress-Nginx | Helm-controller | Canal (Default) | Calico | Cilium | Multus |
| ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- |
| [v1.28.13+rke2r1](v1.28.X.md#release-v12813rke2r1) | Aug 26 2024| [v1.28.13](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.28.md#v12813) | [v3.5.13-k3s1](https://github.com/k3s-io/etcd/releases/tag/v3.5.13-k3s1) | [v1.7.20-k3s1](https://github.com/k3s-io/containerd/releases/tag/v1.7.20-k3s1) | [v1.1.12](https://github.com/opencontainers/runc/releases/tag/v1.1.12) | [v0.7.1](https://github.com/kubernetes-sigs/metrics-server/releases/tag/v0.7.1) | [v1.11.1](https://github.com/coredns/coredns/releases/tag/v1.11.1) | [v1.10.4-hardened2](https://github.com/rancher/ingress-nginx/releases/tag/v1.10.4-hardened2) | [v0.15.10](https://github.com/k3s-io/helm-controller/releases/tag/v0.15.10) | [Flannel v0.25.5](https://github.com/flannel-io/flannel/releases/tag/v0.25.5)<br/>[Calico v3.28.1](https://docs.tigera.io/calico/latest/release-notes/#v3.28) | [v3.28.1](https://docs.tigera.io/calico/latest/release-notes/#v3.28) | [v1.16.0](https://github.com/cilium/cilium/releases/tag/v1.16.0) | [v4.0.2](https://github.com/k8snetworkplumbingwg/multus-cni/releases/tag/v4.0.2) |
| [v1.28.12+rke2r1](v1.28.X.md#release-v12812rke2r1) | Aug 01 2024| [v1.28.12](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.28.md#v12812) | [v3.5.13-k3s1](https://github.com/k3s-io/etcd/releases/tag/v3.5.13-k3s1) | [v1.7.17-k3s1](https://github.com/k3s-io/containerd/releases/tag/v1.7.17-k3s1) | [v1.1.12](https://github.com/opencontainers/runc/releases/tag/v1.1.12) | [v0.7.1](https://github.com/kubernetes-sigs/metrics-server/releases/tag/v0.7.1) | [v1.11.1](https://github.com/coredns/coredns/releases/tag/v1.11.1) | [v1.10.1-hardened1](https://github.com/rancher/ingress-nginx/releases/tag/v1.10.1-hardened1) | [v0.15.10](https://github.com/k3s-io/helm-controller/releases/tag/v0.15.10) | [Flannel v0.25.4](https://github.com/flannel-io/flannel/releases/tag/v0.25.4)<br/>[Calico v3.28.0](https://docs.tigera.io/calico/latest/release-notes/#v3.28) | [v3.27.3](https://docs.tigera.io/calico/latest/release-notes/#v3.27) | [v1.15.5](https://github.com/cilium/cilium/releases/tag/v1.15.5) | [v4.0.2](https://github.com/k8snetworkplumbingwg/multus-cni/releases/tag/v4.0.2) |
| [v1.28.11+rke2r1](v1.28.X.md#release-v12811rke2r1) | Jul 01 2024| [v1.28.11](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.28.md#v12811) | [v3.5.13-k3s1](https://github.com/k3s-io/etcd/releases/tag/v3.5.13-k3s1) | [v1.7.17-k3s1](https://github.com/k3s-io/containerd/releases/tag/v1.7.17-k3s1) | [v1.1.12](https://github.com/opencontainers/runc/releases/tag/v1.1.12) | [v0.7.1](https://github.com/kubernetes-sigs/metrics-server/releases/tag/v0.7.1) | [v1.11.1](https://github.com/coredns/coredns/releases/tag/v1.11.1) | [v1.10.1-hardened1](https://github.com/rancher/ingress-nginx/releases/tag/v1.10.1-hardened1) | [v0.15.10](https://github.com/k3s-io/helm-controller/releases/tag/v0.15.10) | [Flannel v0.25.4](https://github.com/flannel-io/flannel/releases/tag/v0.25.4)<br/>[Calico v3.28.0](https://docs.tigera.io/calico/latest/release-notes/#v3.28) | [v3.27.3](https://docs.tigera.io/calico/latest/release-notes/#v3.27) | [v1.15.5](https://github.com/cilium/cilium/releases/tag/v1.15.5) | [v4.0.2](https://github.com/k8snetworkplumbingwg/multus-cni/releases/tag/v4.0.2) |
| [v1.28.10+rke2r1](v1.28.X.md#release-v12810rke2r1) | May 22 2024| [v1.28.10](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.28.md#v12810) | [v3.5.9-k3s1](https://github.com/k3s-io/etcd/releases/tag/v3.5.9-k3s1) | [v1.7.11-k3s2](https://github.com/k3s-io/containerd/releases/tag/v1.7.11-k3s2) | [v1.1.12](https://github.com/opencontainers/runc/releases/tag/v1.1.12) | [v0.7.1](https://github.com/kubernetes-sigs/metrics-server/releases/tag/v0.7.1) | [v1.11.1](https://github.com/coredns/coredns/releases/tag/v1.11.1) | [nginx-1.9.6-hardened1](https://github.com/rancher/ingress-nginx/releases/tag/nginx-1.9.6-hardened1) | [v0.15.9](https://github.com/k3s-io/helm-controller/releases/tag/v0.15.9) | [Flannel v0.25.1](https://github.com/flannel-io/flannel/releases/tag/v0.25.1)<br/>[Calico v3.27.3](https://docs.tigera.io/calico/latest/release-notes/#v3.27) | [v3.27.3](https://docs.tigera.io/calico/latest/release-notes/#v3.27) | [v1.15.5](https://github.com/cilium/cilium/releases/tag/v1.15.5) | [v4.0.2](https://github.com/k8snetworkplumbingwg/multus-cni/releases/tag/v4.0.2) |
Expand All @@ -26,6 +27,60 @@ Before upgrading from earlier releases, be sure to read the Kubernetes [Urgent U

<br />

## Release [v1.28.13+rke2r1](https://github.com/rancher/rke2/releases/tag/v1.28.13+rke2r1)
<!-- v1.28.13+rke2r1 -->

This release updates Kubernetes to v1.28.13.

**Important Note**

If your server (control-plane) nodes were not started with the `--token` CLI flag or config file key, a randomized token was generated during initial cluster startup. This key is used both for joining new nodes to the cluster, and for encrypting cluster bootstrap data within the datastore. Ensure that you retain a copy of this token, as is required when restoring from backup.

You may retrieve the token value from any server already joined to the cluster:
```bash
cat /var/lib/rancher/rke2/server/token
```

### Changes since v1.28.12+rke2r1:

* Bump rke2-coredns to add option to use nodelocal dns cache with cilium [(#6436)](https://github.com/rancher/rke2/pull/6436)
* Bump rke2-calico chart to v3.28.100 [(#6485)](https://github.com/rancher/rke2/pull/6485)
* Bump nginx to hardened2 [(#6480)](https://github.com/rancher/rke2/pull/6480)
* Update for CNI flannel, Cilium and Canal [(#6517)](https://github.com/rancher/rke2/pull/6517)
* Fix external etcd connection [(#6463)](https://github.com/rancher/rke2/pull/6463)
* Rke2 shell completion [(#6462)](https://github.com/rancher/rke2/pull/6462)
* Bump k3s and containerd [(#6526)](https://github.com/rancher/rke2/pull/6526)
* Fixed hns clean only in case of reboot [(#6540)](https://github.com/rancher/rke2/pull/6540)
* Bump harvester csi driver v0.1.18 [(#6393)](https://github.com/rancher/rke2/pull/6393)
* Bump Harvester-csi-driver v0.1.18
* Bump containerd/crictl/runc versions [(#6554)](https://github.com/rancher/rke2/pull/6554)
* Fix for kill all to not delete the data dir [(#6563)](https://github.com/rancher/rke2/pull/6563)
* Update Kubernetes to v1.28.13 [(#6572)](https://github.com/rancher/rke2/pull/6572)
* Fix windows airgap image packaging [(#6587)](https://github.com/rancher/rke2/pull/6587)
* Fixed Flannel chart to rightly disable nft [(#6609)](https://github.com/rancher/rke2/pull/6609)
* Bump ingress-nginx to v1.10.4-hardened2 [(#6613)](https://github.com/rancher/rke2/pull/6613)


## Charts Versions
| Component | Version |
| --- | --- |
| rke2-cilium | [1.16.000](https://github.com/rancher/rke2-charts/raw/main/assets/rke2-cilium/rke2-cilium-1.16.000.tgz) |
| rke2-canal | [v3.28.1-build2024080600](https://github.com/rancher/rke2-charts/raw/main/assets/rke2-canal/rke2-canal-v3.28.1-build2024080600.tgz) |
| rke2-calico | [v3.28.100](https://github.com/rancher/rke2-charts/raw/main/assets/rke2-calico/rke2-calico-v3.28.100.tgz) |
| rke2-calico-crd | [v3.28.100](https://github.com/rancher/rke2-charts/raw/main/assets/rke2-calico/rke2-calico-crd-v3.28.100.tgz) |
| rke2-coredns | [1.29.004](https://github.com/rancher/rke2-charts/raw/main/assets/rke2-coredns/rke2-coredns-1.29.004.tgz) |
| rke2-ingress-nginx | [4.10.401](https://github.com/rancher/rke2-charts/raw/main/assets/rke2-ingress-nginx/rke2-ingress-nginx-4.10.401.tgz) |
| rke2-metrics-server | [3.12.002](https://github.com/rancher/rke2-charts/raw/main/assets/rke2-metrics-server/rke2-metrics-server-3.12.002.tgz) |
| rancher-vsphere-csi | [3.3.0-rancher100](https://github.com/rancher/rke2-charts/raw/main/assets/rancher-vsphere-csi/rancher-vsphere-csi-3.3.0-rancher100.tgz) |
| rancher-vsphere-cpi | [1.8.000](https://github.com/rancher/rke2-charts/raw/main/assets/rancher-vsphere-cpi/rancher-vsphere-cpi-1.8.000.tgz) |
| harvester-cloud-provider | [0.2.400](https://github.com/rancher/rke2-charts/raw/main/assets/harvester-cloud-provider/harvester-cloud-provider-0.2.400.tgz) |
| harvester-csi-driver | [0.1.1800](https://github.com/rancher/rke2-charts/raw/main/assets/harvester-cloud-provider/harvester-csi-driver-0.1.1800.tgz) |
| rke2-snapshot-controller | [1.7.202](https://github.com/rancher/rke2-charts/raw/main/assets/rke2-snapshot-controller/rke2-snapshot-controller-1.7.202.tgz) |
| rke2-snapshot-controller-crd | [1.7.202](https://github.com/rancher/rke2-charts/raw/main/assets/rke2-snapshot-controller/rke2-snapshot-controller-crd-1.7.202.tgz) |
| rke2-snapshot-validation-webhook | [1.7.302](https://github.com/rancher/rke2-charts/raw/main/assets/rke2-snapshot-validation-webhook/rke2-snapshot-validation-webhook-1.7.302.tgz) |


-----
## Release [v1.28.12+rke2r1](https://github.com/rancher/rke2/releases/tag/v1.28.12+rke2r1)
<!-- v1.28.12+rke2r1 -->

Expand Down
Loading

0 comments on commit 8c10b6f

Please sign in to comment.