diff --git a/docs/COMPATIBILITY_MATRIX.md b/docs/COMPATIBILITY_MATRIX.md index 1641902..bebe1b1 100644 --- a/docs/COMPATIBILITY_MATRIX.md +++ b/docs/COMPATIBILITY_MATRIX.md @@ -10,6 +10,8 @@ | v1.25.6 | | :white_check_mark: | | :white_check_mark: | | :white_check_mark: | :white_check_mark: | | | | | | v1.26.3 | | :white_check_mark: | | :white_check_mark: | | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :warning: | | v1.26.7 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | | +| v1.26.7-rev.1 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | | + | Icon | Legend | | :----------------: | ------------ | diff --git a/docs/releases/v1.26.3.md b/docs/releases/v1.26.3.md index 767bdd3..346c187 100644 --- a/docs/releases/v1.26.3.md +++ b/docs/releases/v1.26.3.md @@ -35,7 +35,7 @@ The current version is compatible with Kubernetes 1.26.x and its standard skew v To upgrade, please run the following command: -```yaml +```bash kustomize build | kubectl apply -f - ``` @@ -46,7 +46,7 @@ The current version is compatible with Kubernetes from v1.24.x to v1.27.x. To upgrade, please run the following command: -```yaml +```bash kustomize build | kubectl apply -f - ``` diff --git a/docs/releases/v1.26.7-rev.1.md b/docs/releases/v1.26.7-rev.1.md new file mode 100644 index 0000000..0aaf530 --- /dev/null +++ b/docs/releases/v1.26.7-rev.1.md @@ -0,0 +1,26 @@ +# On Premises add-on module release 1.26.7-rev.1 + +Welcome to the latest release of `on-premises` module of [`Kubernetes Fury Distribution`](https://github.com/sighupio/fury-distribution) maintained by SIGHUP team. + +This revision release adds the possibility to customize which address must be advertised by the ApiServer. + +## Package Versions 🚢 + +| Package | Supported Version | Previous Version | +| ---------------------------------------------- | ----------------- | ---------------- | +| [etcd](roles/etcd) | `3.5.8` | `No update` | +| [haproxy](roles/haproxy) | `2.6` | `No update` | +| [containerd](roles/containerd) | `1.7.0` | `No update` | +| [kube-node-common](roles/kube-node-common) | `-` | `Updated` | +| [kube-control-plane](roles/kube-control-plane) | `-` | `Updated` | +| [kube-worker](roles/kube-worker) | `-` | `Updated` | + +## Update Guide 🦮 + +In this guide, we will try to summarize the update process from `v1.25.X` to this release. + +> NOTE: Each on-premises environment can be different, always double-check before updating components. + +1. Update Kubernetes control plane nodes (see the [example playbooks](examples/playbooks)) +3. Update workers (see the [example playbooks](examples/playbooks)) +4. Update KFD if applicable (see the [KFD `1.26.x` release notes](https://github.com/sighupio/fury-distribution/tree/master/docs/releases))