Skip to content

Commit 05a0d9c

Browse files
authored
Changelog for 1.8.1 (#1710)
1 parent c57163f commit 05a0d9c

File tree

2 files changed

+49
-5
lines changed

2 files changed

+49
-5
lines changed

CHANGELOG/CHANGELOG-1.7.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
- [How to try](#how-to-try)
2-
- [v1.7.0-rc1](#v170-rc1)
2+
- [v1.7.0](#v170)
33
- [Features](#features)
44
- [Fixes](#fixes)
55

6-
# v1.7.0-rc1
6+
# v1.7.0
77

88
## Features
99
* [#1498](https://github.com/Azure/application-gateway-kubernetes-ingress/pull/1498) Support for Workload Identity in AGIC Helm installation
@@ -25,9 +25,9 @@ helm install \
2525
<release-name> \
2626
-f helm-config.yaml \
2727
application-gateway-kubernetes-ingress/ingress-azure \
28-
--version 1.7.0-rc1
28+
--version 1.7.0
2929

30-
# or
30+
# or
3131

3232
# Upgrade
3333
# https://github.com/Azure/application-gateway-kubernetes-ingress/blob/master/docs/how-tos/helm-upgrade.md
@@ -40,6 +40,6 @@ helm upgrade \
4040
<release-name> \
4141
application-gateway-kubernetes-ingress/ingress-azure \
4242
--reuse-values
43-
--version 1.7.0-rc1
43+
--version 1.7.0
4444
```
4545

CHANGELOG/CHANGELOG-1.8.md

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
- [How to try](#how-to-try)
2+
- [v1.8.1](#v181)
3+
- [Features](#features)
4+
- [Fixes](#fixes)
5+
6+
# v1.8.1
7+
8+
## Fixes
9+
* [#1708](https://github.com/Azure/application-gateway-kubernetes-ingress/pull/1708) Bumped go dependency versions
10+
* [#1707](https://github.com/Azure/application-gateway-kubernetes-ingress/pull/1707) Fixed Overlay CNI label checking
11+
12+
# v1.8.0
13+
14+
## Features
15+
* [#1650](https://github.com/Azure/application-gateway-kubernetes-ingress/pull/1650) Support for Overlay CNI
16+
17+
## How to try:
18+
```bash
19+
# Add helm repo / update AGIC repo
20+
helm repo add application-gateway-kubernetes-ingress https://appgwingress.blob.core.windows.net/ingress-azure-helm-package/
21+
helm repo update
22+
23+
# Install
24+
helm install \
25+
<release-name> \
26+
-f helm-config.yaml \
27+
application-gateway-kubernetes-ingress/ingress-azure \
28+
--version 1.8.1
29+
30+
# or
31+
32+
# Upgrade
33+
# https://github.com/Azure/application-gateway-kubernetes-ingress/blob/master/docs/how-tos/helm-upgrade.md
34+
# --reuse-values when upgrading, reuse the last release's values and merge in any overrides from the command line via --set and -f. If '--reset-values' is specified, this is ignored
35+
36+
# Install CRDs separately as helm upgrade doesn't install CRDs.
37+
kubectl apply -f https://raw.githubusercontent.com/Azure/application-gateway-kubernetes-ingress/master/helm/ingress-azure/crds/azureapplicationgatewayrewrite.yaml
38+
39+
helm upgrade \
40+
<release-name> \
41+
application-gateway-kubernetes-ingress/ingress-azure \
42+
--reuse-values
43+
--version 1.8.1
44+
```

0 commit comments

Comments
 (0)