-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #139 from sighupio/feat/release-v3.0.1
feat/release v3.0.1
- Loading branch information
Showing
11 changed files
with
1,670 additions
and
1,319 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Kubernetes Fury Ingress Core Module Release 3.0.1 | ||
|
||
Welcome to the latest release of `Ingress` module of [`Kubernetes Fury Distribution`](https://github.com/sighupio/fury-distribution) maintained by team SIGHUP. | ||
|
||
This is a maintenance release including: | ||
|
||
- A fix to the NGINX Grafana dashboard to make it compatible with the latest version of the monitoring module. | ||
- A fix to the NGINX Prometheus Rule to correctly target the new Service. | ||
- Improves the securityContext for Forecastle, making it compliant with the `restricted` Pod Security Standard. | ||
|
||
## Component versions 🚢 | ||
|
||
| Component | Supported Version | Previous Version | | ||
| ------------------ | ---------------------------------------------------------------------------------------- | ---------------- | | ||
| `cert-manager` | [`v1.16.1`](https://github.com/jetstack/cert-manager/releases/tag/v1.16.1) | `No update` | | ||
| `external-dns` | [`v0.15.0`](https://github.com/kubernetes-sigs/external-dns/releases/tag/v0.15.0) | `No update` | | ||
| `forecastle` | [`v1.0.145`](https://github.com/stakater/Forecastle/releases/tag/v1.0.145) | `No update` | | ||
| `nginx` | [`v1.11.3`](https://github.com/kubernetes/ingress-nginx/releases/tag/controller-v1.11.3) | `No update` | | ||
| `aws-cert-manager` | N.A. | `No update` | | ||
| `aws-external-dns` | N.A. | `No update` | | ||
|
||
> Please refer the individual release notes to get a more detailed information on each release. | ||
## Upgrade Guide 🦮 | ||
|
||
> ⚠️ **WARNING** | ||
> | ||
> The previous release (`v3.0.0`) contains breaking changes that can break your installation. | ||
> | ||
> Please read carefully the [release notes for v3.0.0][v300-rn] before upgrading to this version if you are upgrading from versions < v3.0.0. | ||
<!-- spacer --> | ||
|
||
> ℹ️ **INFO** | ||
> | ||
> This update guide is for users of the module and not of the Distribution or users still on furyctl legacy. | ||
> If you are a KFD user, the update is performed automatically by furyctl. | ||
### Process | ||
|
||
To upgrade this core module from `v3.0.0` to `v3.0.1`, you need to download this new version and apply the instructions below. | ||
|
||
```bash | ||
kustomize build <your-project-path> | kubectl apply -f - --server-side | ||
``` | ||
|
||
For the Terraform modules, run `terraform init -upgrade`, then apply the new version. | ||
|
||
[v300-rn]: https://github.com/sighupio/fury-kubernetes-ingress/blob/main/docs/releases/v3.0.0.md |
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.