-
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.28 and prepare v1.28.4 rel…
…ease (#259) * feat: add support for custom registry on 1.28 * docs: add 1.27.9 release docs * docs: change upgrade docs link * feat: prepare v1.28.4 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 fury --------- Co-authored-by: Ramiro Algozino <[email protected]>
- Loading branch information
1 parent
1daa8b8
commit a0fdf7e
Showing
24 changed files
with
1,631 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Kubernetes Fury Distribution Release v1.28.4 | ||
|
||
Welcome to KFD release `v1.28.4`. | ||
|
||
The distribution is maintained with ❤️ by the team [SIGHUP](https://sighup.io/) it is battle tested in production environments. | ||
|
||
## New Features since `v1.28.3` | ||
|
||
### 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
Oops, something went wrong.