-
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.
* feat: prepare release 1.28.1 * fix: linting * fix: version in README
- Loading branch information
1 parent
8763525
commit f37ab3c
Showing
24 changed files
with
173 additions
and
45 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
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
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,63 @@ | ||
# Kubernetes Fury Distribution Release v1.27.6 | ||
|
||
Welcome to KFD release `v1.27.6`. | ||
|
||
The distribution is maintained with ❤️ by the team [SIGHUP](https://sighup.io/) it is battle tested in production environments. | ||
|
||
## New Features since `v1.27.5` | ||
|
||
### Core Module Updates | ||
|
||
- [networking](https://github.com/sighupio/fury-kubernetes-networking) 📦 core module: [**v1.17.0**](https://github.com/sighupio/fury-kubernetes-networking/releases/tag/v1.17.0) | ||
- Updated calico to `3.27.3`. | ||
- Updated tigera operator to `1.32.7`. | ||
|
||
### Installer Updates | ||
|
||
- [on-premises](https://github.com/sighupio/fury-kubernetes-on-premises) 📦 installer: [**v1.29.3-rev.1**](https://github.com/sighupio/fury-kubernetes-on-premises/releases/tag/v1.29.3-rev.1) | ||
- Added support for airgap installations. | ||
|
||
## New features 🌟 | ||
|
||
- **New Airgap support**: This version introduces a feature for the OnPremises provider that allows installing the distribution in air-gapped environments. | ||
You can adjust the parameters using `.spec.kubernetes.advanced.airGap: <object>`. An example configuration is: | ||
|
||
```yaml | ||
spec: | ||
kubernetes: | ||
advanced: | ||
airGap: | ||
containerdDownloadUrl: **url-to-containerd** | ||
runcDownloadUrl: **url-to-runc** | ||
runcChecksum: sha256: **runc-checksum** | ||
etcdDownloadUrl: **url-to-etcd** | ||
dependenciesOverride: | ||
apt: | ||
name: k8s-1.27 | ||
repo: ** example deb https://pkgs.k8s.io/core:/stable:/v1.27/deb/ /** | ||
gpg_key: **url-to-gpg-key** | ||
gpg_key_id: **gpg-key-id** | ||
yum: | ||
name: k8s-1.27 | ||
repo: **yum-repo-url** | ||
gpg_key: **url-to-gpg-key** | ||
gpg_key_check: true | ||
repo_gpg_check: true | ||
``` | ||
- **New field to specify python interpreter**: This version introduces a new field to specify the python interpreter to be used by the ansible playbooks. You can adjust the parameter using `.spec.kubernetes.advancedAnsible.pythonInterpreter: <string>`: | ||
|
||
```yaml | ||
spec: | ||
kubernetes: | ||
advancedAnsible: | ||
pythonInterpreter: python3 | ||
``` | ||
|
||
## Fixes 🐞 | ||
|
||
- **Pomerium Logs**: set log level to `info` by default, instead of `debug`. | ||
|
||
## Upgrade procedure | ||
|
||
Check the [upgrade docs](https://github.com/sighupio/furyctl/tree/main/docs/upgrades/kfd) 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
# Kubernetes Fury Distribution Release v1.28.1 | ||
|
||
Welcome to KFD release `v1.28.1`. | ||
|
||
The distribution is maintained with ❤️ by the team [SIGHUP](https://sighup.io/) it is battle tested in production environments. | ||
|
||
## New Features since `v1.28.0` | ||
|
||
### Core Module Updates | ||
|
||
- [networking](https://github.com/sighupio/fury-kubernetes-networking) 📦 core module: [**v1.17.0**](https://github.com/sighupio/fury-kubernetes-networking/releases/tag/v1.17.0) | ||
- Updated calico to `3.27.3`. | ||
- Updated tigera operator to `1.32.7`. | ||
|
||
### Installer Updates | ||
|
||
- [on-premises](https://github.com/sighupio/fury-kubernetes-on-premises) 📦 installer: [**v1.29.3-rev.1**](https://github.com/sighupio/fury-kubernetes-on-premises/releases/tag/v1.29.3-rev.1) | ||
- Added support for airgap installations. | ||
|
||
## New features 🌟 | ||
|
||
- **New Airgap support**: This version introduces a feature for the OnPremises provider that allows installing the distribution in air-gapped environments. | ||
You can adjust the parameters using `.spec.kubernetes.advanced.airGap: <object>`. An example configuration is: | ||
|
||
```yaml | ||
spec: | ||
kubernetes: | ||
advanced: | ||
airGap: | ||
containerdDownloadUrl: **url-to-containerd** | ||
runcDownloadUrl: **url-to-runc** | ||
runcChecksum: sha256: **runc-checksum** | ||
etcdDownloadUrl: **url-to-etcd** | ||
dependenciesOverride: | ||
apt: | ||
name: k8s-1.27 | ||
repo: ** example deb https://pkgs.k8s.io/core:/stable:/v1.27/deb/ /** | ||
gpg_key: **url-to-gpg-key** | ||
gpg_key_id: **gpg-key-id** | ||
yum: | ||
name: k8s-1.27 | ||
repo: **yum-repo-url** | ||
gpg_key: **url-to-gpg-key** | ||
gpg_key_check: true | ||
repo_gpg_check: true | ||
``` | ||
- **New field to specify python interpreter**: This version introduces a new field to specify the python interpreter to be used by the ansible playbooks. You can adjust the parameter using `.spec.kubernetes.advancedAnsible.pythonInterpreter: <string>`: | ||
|
||
```yaml | ||
spec: | ||
kubernetes: | ||
advancedAnsible: | ||
pythonInterpreter: python3 | ||
``` | ||
|
||
## Fixes 🐞 | ||
|
||
- **Pomerium Logs**: set log level to `info` by default, instead of `debug`. | ||
|
||
## Upgrade procedure | ||
|
||
Check the [upgrade docs](https://github.com/sighupio/furyctl/tree/main/docs/upgrades/kfd) 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
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
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
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
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
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
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
Oops, something went wrong.