Skip to content

Commit 1feec89

Browse files
authored
Update changelog and matrix table for v1.0.0-alpha.1 (#7274)
Signed-off-by: Ricardo Pchevuzinske Katz <[email protected]>
1 parent 919f930 commit 1feec89

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

Changelog.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
### 1.0.0-alpha.1
4+
**THIS IS A BREAKING CHANGE**
5+
6+
This release only supports Kubernetes versions >= v1.19. The support for Ingress Object in `networking.k8s.io/v1beta` is being dropped and manifests should now use `networking.k8s.io/v1`.
7+
8+
**Image:**
9+
10+
- `k8s.gcr.io/ingress-nginx/controller:v1.0.0-alpha.1@sha256:32f3f02a038c0d7cf33b71a14028c3a4ddee6f4c3fe5fadfa14b915e5e0d9faf`
11+
12+
_ New Features:_
13+
14+
- [X] [#7156] Drops support for Ingress Object v1beta1
15+
316
### 0.47.0
417

518
**Image:**

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ For detailed changes on the `ingress-nginx` helm chart, please check the followi
3939

4040
| Ingress-nginx version | k8s supported version | Alpine Version | Nginx Version |
4141
|-----------------------|------------- |----------------|---------------|
42+
| v1.0.0-alpha.1 | 1.21, 1.20, 1.19 | 3.13.5 | 1.20.1 |
4243
| v0.47.0 | 1.21, 1.20, 1.19 | 3.13.5 | 1.20.1 |
4344
| v0.46.0 | 1.21, 1.20, 1.19 | 3.13.2 | 1.19.6 |
4445
| v0.45.0 | 1.21, 1.20, 1.19 | 3.13.2 | 1.19.6 |

0 commit comments

Comments
 (0)