-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: taint regex in public schema (#133)
* fix(schema): allow '-' into taint regexp * chore: release 1.25.8 * chore: bump eks-installer to v2.0.2 * Release 1.26 (#128) * Add 1.26 to consolidate branch (#125) * feat: update core modules with various rcs * feat: update auth to v0.0.4-rc.0 * fix: missing `v` on monitoring version * feat: update deprecation check * feat: update e2e to 1.26 * feat: add docs and files for v1.26.0-rc.0 pre-release * feat: update aws module, bump to v1.26.0-rc.1 * chores: remove rc releases from releases folders * feat: update to 1.26.0.rc.2 * feat: update monitring to rc.6 * feat: update monitoring to rc.7 * docs: update compatibility matrix, add infos on v0.26.0 on upgrade path * feat: relax aws cli requirement * feat: bump distro version to 1.26.0-rc.5 * Add EKS addons to consolidate 1.26 (#126) * feat: update core modules with various rcs * feat: update auth to v0.0.4-rc.0 * fix: missing `v` on monitoring version * feat: update deprecation check * feat: update e2e to 1.26 * feat: add docs and files for v1.26.0-rc.0 pre-release * feat: update aws module, bump to v1.26.0-rc.1 * chores: remove rc releases from releases folders * feat: update to 1.26.0.rc.2 * feat: add EKS addons * feat: update EKS addons * feat: update dr * feat: update ingress * Change ingress upgrade script --------- Co-authored-by: Simone Bruzzese <sbruzzese@sighup.io> * feat: add snapshot-controller back to the templates * feat: bump versions on Furyfile and kfd yaml files * feat: bump to rc200 * feat: bump to rc.201 * feat: bump to rc.202 * feat: bump to rc.203 * fix: wrong version tag * docs: add upgrade guide for EKSCluster when using furyctl * docs: align docs for 1.26 * merge (#121) (#127) * feat: finalize module versions for 1.26 * docs: add upgrade guide for manual installation * docs: add "provider" on upgrade guide --------- Co-authored-by: Simone Bruzzese <sbruzzese@sighup.io> * chore: release 1.26.2 --------- Co-authored-by: Samuele Chiocca <samuele@nutellino.it> Co-authored-by: Simone Bruzzese <sbruzzese@sighup.io>
- Loading branch information
1 parent
c02f8cf
commit ae7dff6
Showing
15 changed files
with
185 additions
and
7,776 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Kubernetes Fury Distribution Release v1.25.8 | ||
|
||
Welcome to KFD release `v1.25.8`. | ||
|
||
The distribution is maintained with ❤️ by the team [SIGHUP](https://sighup.io/) it is battle tested in production environments. | ||
|
||
With this release, a single hotfix has been added | ||
|
||
## New Features since `v1.25.7` | ||
|
||
- Fix: wrong taint regex in public eks-cluster schema | ||
- Bump: fury-eks-installer version to v2.0.2 | ||
|
||
## Upgrade procedure | ||
|
||
Check the [v1.25.7-to-v1.25.8 upgrade guide](../upgrades/v1.25.7-to-v1.25.8.md) for the detailed procedure. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Kubernetes Fury Distribution v1.25.7 to 1.25.8 Upgrade Guide | ||
|
||
This guide describes the steps to follow to upgrade the Kubernetes Fury Distribution (KFD) from v1.25.7 to 1.25.8. | ||
|
||
If you are running a custom set of modules, or different versions than the ones included with each release of KFD, please refer to each module's release notes. | ||
|
||
Notice that the guide will not cover changes related to the cloud provider, ingresses or pod placement changes. Only changes related to KFD and its modules. | ||
|
||
> ⛔️ **IMPORTANT** | ||
> we strongly recommend reading the whole guide before starting the upgrade process to identify possible blockers. | ||
## Upgrade procedure | ||
|
||
### 1. Using furyctl | ||
|
||
Change `.spec.distributionVersion` on your `furyctl.yaml` file with the new `v1.25.8`. | ||
|
||
Validate the schema using the new `v0.25.2` `furyctl` version: | ||
|
||
```bash | ||
furyctl validate config | ||
``` | ||
|
||
Apply the new configuration on the cluster with: | ||
|
||
```bash | ||
furyctl create cluster | ||
``` | ||
|
||
### 2. Using KFD directly | ||
|
||
There are no changes on the modules since the version v1.25.7. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.