-
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.
docs: add release notes and docs for version 2.3.2
- Loading branch information
1 parent
9261f66
commit e9e8d21
Showing
4 changed files
with
42 additions
and
11 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,30 @@ | ||
# Kubernetes Fury Ingress Core Module Release 2.3.2 | ||
|
||
Welcome to the latest release of `Ingress` module of [`Kubernetes Fury Distribution`](https://github.com/sighupio/fury-distribution) maintained by team SIGHUP. | ||
|
||
This release fixes a prometheus rule in nginx to check ssl certificates expiration. | ||
|
||
## Component Images 🚢 | ||
|
||
| Component | Supported Version | Previous Version | | ||
| ------------------ | -------------------------------------------------------------------------------------- | ---------------- | | ||
| `cert-manager` | [`v1.14.2`](https://github.com/jetstack/cert-manager/releases/tag/v1.14.2) | `No update` | | ||
| `external-dns` | [`v0.14.0`](https://github.com/kubernetes-sigs/external-dns/releases/tag/v0.14.0) | `No update` | | ||
| `forecastle` | [`v1.0.136`](https://github.com/stakater/Forecastle/releases/tag/v1.0.136) | `No update` | | ||
| `nginx` | [`v1.9.6`](https://github.com/kubernetes/ingress-nginx/releases/tag/controller-v1.9.6) | `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. | ||
## Update Guide 🦮 | ||
|
||
### Process | ||
|
||
To upgrade this core module from `v2.3.1` to `v2.3.2`, you need to download this new version, and apply the instructions below. | ||
|
||
```bash | ||
kustomize build <your-project-path> | kubectl apply -f - | ||
``` | ||
|
||
Also for the terraform modules, run `terraform init -upgrade` , then apply the new version. |
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