Skip to content

Commit

Permalink
feat: correct 2.1.0-rc.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
nutellinoit committed Aug 28, 2023
2 parents 85b6ba0 + 5f8ff90 commit 03d8849
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 19 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.15.0-blue)
![Release](https://img.shields.io/badge/Latest%20Release-v2.1.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.15.0"
version: "v2.1.0"
- name: ingress/cert-manager
version: "v1.15.0"
version: "v2.1.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.15.0"
version: "v2.1.0"
```

Dual Ingress:
Expand All @@ -187,9 +187,9 @@ Dual Ingress:
```yaml
bases:
- name: ingress/nginx
version: "v1.15.0"
version: "v2.1.0"
- name: ingress/dual-nginx
version: "v1.15.0"
version: "v2.1.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.15.0"
version: "v2.1.0"
- name: ingress/cert-manager
version: "v1.15.0"
version: "v2.1.0"
- name: ingress/forecastle
version: "v1.15.0"
version: "v2.1.0"
```

2. Execute `furyctl vendor -H` to download the packages
Expand Down
3 changes: 2 additions & 1 deletion docs/COMPATIBILITY_MATRIX.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
| v1.13.1 | | | :white_check_mark: | :white_check_mark: | :white_check_mark: | | |
| v1.14.0 | | | | :white_check_mark: | :white_check_mark: | :white_check_mark: | |
| v1.14.1 | | | | :white_check_mark: | :white_check_mark: | :white_check_mark: | |
| v1.15.0 | | | | | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| v2.0.0 | | | | :white_check_mark: | :white_check_mark: | :white_check_mark: | |
| v2.1.0 | | | | | :white_check_mark: | :white_check_mark: | :white_check_mark: |

:white_check_mark: Compatible

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.
6 changes: 3 additions & 3 deletions docs/releases/v1.15.0.md → docs/releases/v2.1.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Kubernetes Fury Ingress Core Module Release 1.15.0
# Kubernetes Fury Ingress Core Module Release 2.1.0

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

Expand All @@ -21,8 +21,8 @@ This relase adds support for Kubernetes 1.26.

### Process

Please refer the release notes of the minor version [`v1.14.1`](https://github.com/sighupio/fury-kubernetes-ingress/releases/tag/v1.14.10) if you are upgrading from a version `< v1.14.1`
Please refer the release notes of the minor version [`v1.14.1`](https://github.com/sighupio/fury-kubernetes-ingress/releases/tag/v1.14.10) if you are upgrading from a version `< v2.0.0`

To upgrade this core module from `v1.14.0` to `v1.15.0`, you need to download this new version, and apply the instructions below.
To upgrade this core module from `v2.0.0` to `v2.1.0`, you need to download this new version, and apply the instructions below.

TBD
5 changes: 2 additions & 3 deletions modules/aws-cert-manager/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
*/

terraform {
required_version = ">= 0.15.4"
required_version = "~> 1.3"
required_providers {
aws = ">= 3.37.0"
aws = "~> 3.76"
}
}

5 changes: 2 additions & 3 deletions modules/aws-external-dns/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
*/

terraform {
required_version = ">= 0.15.4"
required_version = "~> 1.3"
required_providers {
aws = ">= 3.37.0"
aws = "~> 3.76"
}
}

0 comments on commit 03d8849

Please sign in to comment.