-
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: add support for custom registry on 1.27 and prepare v1.27.9 rel…
…ease (#261) * feat: add support for custom registry on 1.27 * fix: generate docs and schemas * docs: change upgrade links * feat: prepare v1.27.9 release * docs: apply suggestions * docs(schemas): add description for grafana's advanced configuration * docs(schema): improve Pomerium documentation * chore(ci/linting): allow bare URLs in markdown * chore: add missing new line * tests: use latest furyctl * tests: fix 1.27.8 version --------- Co-authored-by: Ramiro Algozino <ramiro@sighup.io>
- Loading branch information
1 parent
a77d7aa
commit 470195c
Showing
23 changed files
with
1,588 additions
and
332 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,43 @@ | ||
# Kubernetes Fury Distribution Release v1.27.9 | ||
|
||
Welcome to KFD release `v1.27.9`. | ||
|
||
The distribution is maintained with ❤️ by the team [SIGHUP](https://sighup.io/) it is battle tested in production environments. | ||
|
||
## New Features since `v1.27.8` | ||
|
||
### Installer Updates | ||
|
||
No changes | ||
|
||
### Module updates | ||
|
||
No changes | ||
|
||
## New features 🌟 | ||
|
||
- **Configurable distribution registry**: Now the registry used by the distribution can be configured. An example configuration: | ||
|
||
```yaml | ||
spec: | ||
distribution: | ||
common: | ||
registry: myregistry.mydomain.ext | ||
``` | ||
- **Configurable on-premises registry**: Now the registry used by the on-premises kind can be configured. An example configuration: | ||
```yaml | ||
spec: | ||
kubernetes: | ||
advanced: | ||
registry: myregistry.mydomain.ext | ||
``` | ||
## Fixes 🐞 | ||
No changes | ||
## Upgrade procedure | ||
Check the [upgrade docs](https://docs.kubernetesfury.com/docs/upgrades/upgrades) 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
Oops, something went wrong.