Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/sighupio/product management#444/update docs releasenote #135

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions docs/COMPATIBILITY_MATRIX.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Compatibility Matrix

| Module Version / Kubernetes Version | 1.23.X | 1.24.X | 1.25.X | 1.26.X | 1.27.X | 1.28.X | 1.29.X |
| ----------------------------------- | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
| v2.0.0 | :white_check_mark: | :white_check_mark: | :white_check_mark: | | | | |
| v2.1.0 | | :white_check_mark: | :white_check_mark: | :white_check_mark: | | | |
| v2.2.0 | | | :white_check_mark: | :white_check_mark: |:white_check_mark: | | |
| v2.3.0 | | | | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| v2.3.1 | | | | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| v2.3.2 | | | | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| v2.3.3 | | | | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Module Version / Kubernetes Version | 1.23.X | 1.24.X | 1.25.X | 1.26.X | 1.27.X | 1.28.X | 1.29.X | 1.30.X | 1.31.X |
|-------------------------------------|--------------------|--------------------|--------------------|--------------------|--------------------|--------------------|--------------------|--------------------|--------------------|
| v2.0.0 | :white_check_mark: | :white_check_mark: | :white_check_mark: | | | | | | |
| v2.1.0 | | :white_check_mark: | :white_check_mark: | :white_check_mark: | | | | | |
| v2.2.0 | | | :white_check_mark: | :white_check_mark: | :white_check_mark: | | | | |
| v2.3.0 | | | | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| v2.3.1 | | | | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| v2.3.2 | | | | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| v2.3.3 | | | | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| v2.4.0 | | | | | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |

:white_check_mark: Compatible

Expand Down
36 changes: 36 additions & 0 deletions docs/releases/v2.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Kubernetes Fury Ingress Core Module Release 2.4.0

Welcome to the latest release of `Ingress` module of [`Kubernetes Fury Distribution`](https://github.com/sighupio/fury-distribution) maintained by team SIGHUP.

This relase adds support for Kubernetes 1.30 and 1.31 and update the following components:

## Component versions 🚢

| Component | Supported Version | Previous Version |
|--------------------|------------------------------------------------------------------------------------------|------------------|
| `cert-manager` | [`v1.16.1`](https://github.com/jetstack/cert-manager/releases/tag/v1.14.2) | `v0.14.2` |
| `external-dns` | [`v0.15.0`](https://github.com/kubernetes-sigs/external-dns/releases/tag/v0.14.0) | `v0.14.0` |
| `forecastle` | [`v1.0.145`](https://github.com/stakater/Forecastle/releases/tag/v1.0.136) | `v1.0.136` |
| `nginx` | [`v1.11.3`](https://github.com/kubernetes/ingress-nginx/releases/tag/controller-v1.11.2) | `v1.11.2` |
| `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 🦮

> ℹ️ **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 auomatically by furyctl.

### Process

First, check the [Important Changes](#important-changes-) section above.

Then, to upgrade this core module from `v2.3.3` to `v2.4.0`, 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.