├── .github └── workflows │ ├── collect-k3s-release-notes.yml │ ├── collect-rancher-release-notes.yml │ ├── collect-rest.yml │ ├── collect-rke-release-notes.yml │ └── collect-rke2-release-notes.yml ├── CHANNELS.md ├── README.md ├── kdm ├── v2.6 │ ├── v1.20.md │ ├── v1.21.md │ ├── v1.22.md │ ├── v1.23.md │ └── v1.24.md ├── v2.7 │ ├── v1.20.md │ ├── v1.21.md │ ├── v1.22.md │ ├── v1.23.md │ ├── v1.24.md │ ├── v1.25.md │ ├── v1.26.md │ └── v1.27.md ├── v2.8 │ ├── v1.20.md │ ├── v1.21.md │ ├── v1.22.md │ ├── v1.23.md │ ├── v1.24.md │ ├── v1.25.md │ ├── v1.26.md │ ├── v1.27.md │ └── v1.28.md └── v2.9 │ ├── v1.20.md │ ├── v1.21.md │ ├── v1.22.md │ ├── v1.23.md │ ├── v1.24.md │ ├── v1.25.md │ ├── v1.26.md │ ├── v1.27.md │ └── v1.28.md ├── release-notes ├── README-k3s.md ├── README-rancher.md ├── README-rke.md ├── README-rke2.md ├── README.md ├── k3s-v1.20.md ├── k3s-v1.21.md ├── k3s-v1.22.md ├── k3s-v1.23.md ├── k3s-v1.24.md ├── k3s-v1.25.md ├── k3s-v1.26.md ├── k3s-v1.27.md ├── k3s-v1.28.md ├── k3s-v1.29.md ├── k3s-v1.30.md ├── k3s-v1.31.md ├── k3s-v1.32.md ├── rancher-v2.10.md ├── rancher-v2.5.md ├── rancher-v2.6.md ├── rancher-v2.7.md ├── rancher-v2.8.md ├── rancher-v2.9.md ├── rke-v1.2.md ├── rke-v1.3.md ├── rke-v1.4.md ├── rke-v1.5.md ├── rke-v1.6.md ├── rke-v1.7.md ├── rke2-v1.20.md ├── rke2-v1.21.md ├── rke2-v1.22.md ├── rke2-v1.23.md ├── rke2-v1.24.md ├── rke2-v1.25.md ├── rke2-v1.26.md ├── rke2-v1.27.md ├── rke2-v1.28.md ├── rke2-v1.29.md ├── rke2-v1.30.md ├── rke2-v1.31.md └── rke2-v1.32.md └── scripts ├── collect-all-release-notes.sh ├── collect-k3s-release-notes.sh ├── collect-kdm.sh ├── collect-rancher-release-notes.sh ├── collect-rke-release-notes.sh ├── collect-rke2-release-notes.sh └── generate-version-table-readme.sh /.github/workflows/collect-k3s-release-notes.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/.github/workflows/collect-k3s-release-notes.yml -------------------------------------------------------------------------------- /.github/workflows/collect-rancher-release-notes.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/.github/workflows/collect-rancher-release-notes.yml -------------------------------------------------------------------------------- /.github/workflows/collect-rest.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/.github/workflows/collect-rest.yml -------------------------------------------------------------------------------- /.github/workflows/collect-rke-release-notes.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/.github/workflows/collect-rke-release-notes.yml -------------------------------------------------------------------------------- /.github/workflows/collect-rke2-release-notes.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/.github/workflows/collect-rke2-release-notes.yml -------------------------------------------------------------------------------- /CHANNELS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/CHANNELS.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/README.md -------------------------------------------------------------------------------- /kdm/v2.6/v1.20.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.6/v1.20.md -------------------------------------------------------------------------------- /kdm/v2.6/v1.21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.6/v1.21.md -------------------------------------------------------------------------------- /kdm/v2.6/v1.22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.6/v1.22.md -------------------------------------------------------------------------------- /kdm/v2.6/v1.23.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.6/v1.23.md -------------------------------------------------------------------------------- /kdm/v2.6/v1.24.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.6/v1.24.md -------------------------------------------------------------------------------- /kdm/v2.7/v1.20.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.7/v1.20.md -------------------------------------------------------------------------------- /kdm/v2.7/v1.21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.7/v1.21.md -------------------------------------------------------------------------------- /kdm/v2.7/v1.22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.7/v1.22.md -------------------------------------------------------------------------------- /kdm/v2.7/v1.23.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.7/v1.23.md -------------------------------------------------------------------------------- /kdm/v2.7/v1.24.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.7/v1.24.md -------------------------------------------------------------------------------- /kdm/v2.7/v1.25.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.7/v1.25.md -------------------------------------------------------------------------------- /kdm/v2.7/v1.26.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.7/v1.26.md -------------------------------------------------------------------------------- /kdm/v2.7/v1.27.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.7/v1.27.md -------------------------------------------------------------------------------- /kdm/v2.8/v1.20.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.8/v1.20.md -------------------------------------------------------------------------------- /kdm/v2.8/v1.21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.8/v1.21.md -------------------------------------------------------------------------------- /kdm/v2.8/v1.22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.8/v1.22.md -------------------------------------------------------------------------------- /kdm/v2.8/v1.23.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.8/v1.23.md -------------------------------------------------------------------------------- /kdm/v2.8/v1.24.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.8/v1.24.md -------------------------------------------------------------------------------- /kdm/v2.8/v1.25.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.8/v1.25.md -------------------------------------------------------------------------------- /kdm/v2.8/v1.26.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.8/v1.26.md -------------------------------------------------------------------------------- /kdm/v2.8/v1.27.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.8/v1.27.md -------------------------------------------------------------------------------- /kdm/v2.8/v1.28.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.8/v1.28.md -------------------------------------------------------------------------------- /kdm/v2.9/v1.20.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.9/v1.20.md -------------------------------------------------------------------------------- /kdm/v2.9/v1.21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.9/v1.21.md -------------------------------------------------------------------------------- /kdm/v2.9/v1.22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.9/v1.22.md -------------------------------------------------------------------------------- /kdm/v2.9/v1.23.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.9/v1.23.md -------------------------------------------------------------------------------- /kdm/v2.9/v1.24.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.9/v1.24.md -------------------------------------------------------------------------------- /kdm/v2.9/v1.25.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.9/v1.25.md -------------------------------------------------------------------------------- /kdm/v2.9/v1.26.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.9/v1.26.md -------------------------------------------------------------------------------- /kdm/v2.9/v1.27.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.9/v1.27.md -------------------------------------------------------------------------------- /kdm/v2.9/v1.28.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/kdm/v2.9/v1.28.md -------------------------------------------------------------------------------- /release-notes/README-k3s.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/README-k3s.md -------------------------------------------------------------------------------- /release-notes/README-rancher.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/README-rancher.md -------------------------------------------------------------------------------- /release-notes/README-rke.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/README-rke.md -------------------------------------------------------------------------------- /release-notes/README-rke2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/README-rke2.md -------------------------------------------------------------------------------- /release-notes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/README.md -------------------------------------------------------------------------------- /release-notes/k3s-v1.20.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/k3s-v1.20.md -------------------------------------------------------------------------------- /release-notes/k3s-v1.21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/k3s-v1.21.md -------------------------------------------------------------------------------- /release-notes/k3s-v1.22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/k3s-v1.22.md -------------------------------------------------------------------------------- /release-notes/k3s-v1.23.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/k3s-v1.23.md -------------------------------------------------------------------------------- /release-notes/k3s-v1.24.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/k3s-v1.24.md -------------------------------------------------------------------------------- /release-notes/k3s-v1.25.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/k3s-v1.25.md -------------------------------------------------------------------------------- /release-notes/k3s-v1.26.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/k3s-v1.26.md -------------------------------------------------------------------------------- /release-notes/k3s-v1.27.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/k3s-v1.27.md -------------------------------------------------------------------------------- /release-notes/k3s-v1.28.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/k3s-v1.28.md -------------------------------------------------------------------------------- /release-notes/k3s-v1.29.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/k3s-v1.29.md -------------------------------------------------------------------------------- /release-notes/k3s-v1.30.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/k3s-v1.30.md -------------------------------------------------------------------------------- /release-notes/k3s-v1.31.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/k3s-v1.31.md -------------------------------------------------------------------------------- /release-notes/k3s-v1.32.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/k3s-v1.32.md -------------------------------------------------------------------------------- /release-notes/rancher-v2.10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/rancher-v2.10.md -------------------------------------------------------------------------------- /release-notes/rancher-v2.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/rancher-v2.5.md -------------------------------------------------------------------------------- /release-notes/rancher-v2.6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/rancher-v2.6.md -------------------------------------------------------------------------------- /release-notes/rancher-v2.7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/rancher-v2.7.md -------------------------------------------------------------------------------- /release-notes/rancher-v2.8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/rancher-v2.8.md -------------------------------------------------------------------------------- /release-notes/rancher-v2.9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/rancher-v2.9.md -------------------------------------------------------------------------------- /release-notes/rke-v1.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/rke-v1.2.md -------------------------------------------------------------------------------- /release-notes/rke-v1.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/rke-v1.3.md -------------------------------------------------------------------------------- /release-notes/rke-v1.4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/rke-v1.4.md -------------------------------------------------------------------------------- /release-notes/rke-v1.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/rke-v1.5.md -------------------------------------------------------------------------------- /release-notes/rke-v1.6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/rke-v1.6.md -------------------------------------------------------------------------------- /release-notes/rke-v1.7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/rke-v1.7.md -------------------------------------------------------------------------------- /release-notes/rke2-v1.20.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/rke2-v1.20.md -------------------------------------------------------------------------------- /release-notes/rke2-v1.21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/rke2-v1.21.md -------------------------------------------------------------------------------- /release-notes/rke2-v1.22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/rke2-v1.22.md -------------------------------------------------------------------------------- /release-notes/rke2-v1.23.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/rke2-v1.23.md -------------------------------------------------------------------------------- /release-notes/rke2-v1.24.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/rke2-v1.24.md -------------------------------------------------------------------------------- /release-notes/rke2-v1.25.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/rke2-v1.25.md -------------------------------------------------------------------------------- /release-notes/rke2-v1.26.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/rke2-v1.26.md -------------------------------------------------------------------------------- /release-notes/rke2-v1.27.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/rke2-v1.27.md -------------------------------------------------------------------------------- /release-notes/rke2-v1.28.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/rke2-v1.28.md -------------------------------------------------------------------------------- /release-notes/rke2-v1.29.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/rke2-v1.29.md -------------------------------------------------------------------------------- /release-notes/rke2-v1.30.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/rke2-v1.30.md -------------------------------------------------------------------------------- /release-notes/rke2-v1.31.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/rke2-v1.31.md -------------------------------------------------------------------------------- /release-notes/rke2-v1.32.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/release-notes/rke2-v1.32.md -------------------------------------------------------------------------------- /scripts/collect-all-release-notes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/scripts/collect-all-release-notes.sh -------------------------------------------------------------------------------- /scripts/collect-k3s-release-notes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/scripts/collect-k3s-release-notes.sh -------------------------------------------------------------------------------- /scripts/collect-kdm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/scripts/collect-kdm.sh -------------------------------------------------------------------------------- /scripts/collect-rancher-release-notes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/scripts/collect-rancher-release-notes.sh -------------------------------------------------------------------------------- /scripts/collect-rke-release-notes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/scripts/collect-rke-release-notes.sh -------------------------------------------------------------------------------- /scripts/collect-rke2-release-notes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/scripts/collect-rke2-release-notes.sh -------------------------------------------------------------------------------- /scripts/generate-version-table-readme.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superseb/ranchertools/HEAD/scripts/generate-version-table-readme.sh --------------------------------------------------------------------------------