Skip to content

Commit

Permalink
docs: add release notes and docs for version 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruzzese902 committed Jul 31, 2024
1 parent 9261f66 commit e9e8d21
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 11 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</h1>
<!-- markdownlint-enable MD033 -->

![Release](https://img.shields.io/badge/Latest%20Release-v2.3.1-blue)
![Release](https://img.shields.io/badge/Latest%20Release-v2.3.2-blue)
![License](https://img.shields.io/github/license/sighupio/fury-kubernetes-ingress?label=License)
![Slack](https://img.shields.io/badge/slack-@kubernetes/fury-yellow.svg?logo=slack&label=Slack)

Expand Down Expand Up @@ -118,9 +118,9 @@ To deploy the `cert-manager` package:
```yaml
bases:
- name: ingress/dual-nginx
version: "v2.3.1"
version: "v2.3.2"
- name: ingress/cert-manager
version: "v2.3.1"
version: "v2.3.2"
```
2. Execute `furyctl vendor -H` to download the packages
Expand Down Expand Up @@ -179,7 +179,7 @@ Single Ingress:
```yaml
bases:
- name: ingress/nginx
version: "v2.3.1"
version: "v2.3.2"
```

Dual Ingress:
Expand All @@ -189,9 +189,9 @@ Dual Ingress:
```yaml
bases:
- name: ingress/nginx
version: "v2.3.1"
version: "v2.3.2"
- name: ingress/dual-nginx
version: "v2.3.1"
version: "v2.3.2"
```

> See `furyctl` [documentation][furyctl-repo] for additional details about `Furyfile.yml` format.
Expand Down Expand Up @@ -263,11 +263,11 @@ To deploy the `forecastle` package:
```yaml
bases:
- name: ingress/dual-nginx
version: "v2.3.1"
version: "v2.3.2"
- name: ingress/cert-manager
version: "v2.3.1"
version: "v2.3.2"
- name: ingress/forecastle
version: "v2.3.1"
version: "v2.3.2"
```

2. Execute `furyctl legacy vendor -H` to download the packages
Expand Down
1 change: 1 addition & 0 deletions docs/COMPATIBILITY_MATRIX.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
| 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: |

:white_check_mark: Compatible

Expand Down
30 changes: 30 additions & 0 deletions docs/releases/v2.3.2.md
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.
4 changes: 2 additions & 2 deletions katalog/cert-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ To deploy the `cert-manager` package:
```yaml
resources:
- name: ingress/dual-nginx
version: "v2.3.1"
version: "v2.3.2"
- name: ingress/cert-manager
version: "v2.3.1"
version: "v2.3.2"
```
2. Execute `furyctl legacy vendor -H` to download the packages
Expand Down

0 comments on commit e9e8d21

Please sign in to comment.