Skip to content

Commit

Permalink
docs: add release notes for v2.0.0 (#115)
Browse files Browse the repository at this point in the history
* docs: add release notes for v2.0.0

* docs: fix heading
  • Loading branch information
nutellinoit authored Jun 23, 2023
1 parent b086abb commit 5f8ff90
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 9 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-v1.14.1-blue)
![Release](https://img.shields.io/badge/Latest%20Release-v2.0.0-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 @@ -116,9 +116,9 @@ To deploy the `cert-manager` package:
```yaml
bases:
- name: ingress/dual-nginx
version: "v1.14.1"
version: "v2.0.0"
- name: ingress/cert-manager
version: "v1.14.1"
version: "v2.0.0"
```
2. Execute `furyctl vendor -H` to download the packages
Expand Down Expand Up @@ -177,7 +177,7 @@ Single Ingress:
```yaml
bases:
- name: ingress/nginx
version: "v1.14.1"
version: "v2.0.0"
```

Dual Ingress:
Expand All @@ -187,9 +187,9 @@ Dual Ingress:
```yaml
bases:
- name: ingress/nginx
version: "v1.14.1"
version: "v2.0.0"
- name: ingress/dual-nginx
version: "v1.14.1"
version: "v2.0.0"
```

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

2. Execute `furyctl vendor -H` to download the packages
Expand Down
28 changes: 28 additions & 0 deletions docs/releases/v2.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Kubernetes Fury Ingress Core Module Release 2.0.0

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

This latest release upgrades Terraform Modules in the module to Terraform >= 1.3.

## Component Images 🚢

| Component | Supported Version | Previous Version |
| ------------------ | -------------------------------------------------------------------------------------- | ------------------ |
| `cert-manager` | [`v1.11.0`](https://github.com/jetstack/cert-manager/releases/tag/v1.11.0) | `No update` |
| `external-dns` | [`v0.13.2`](https://github.com/kubernetes-sigs/external-dns/releases/tag/v0.13.2) | `No update` |
| `forecastle` | [`v1.0.119`](https://github.com/stakater/Forecastle/releases/tag/v1.0.119) | `No update` |
| `nginx` | [`v1.5.1`](https://github.com/kubernetes/ingress-nginx/releases/tag/controller-v1.5.1) | `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.
## Features 💥

- Breaking: Updated Terraform modules to be compatible with Terraform >= 1.3.

## Update Guide 🦮

### Process

Update your Terraform project and CLI to version >= 1.3 and run `terraform init -upgrade` , then apply the new version.

0 comments on commit 5f8ff90

Please sign in to comment.