Skip to content

Commit

Permalink
Update CHANGELOG-1.3.md (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
3quanfeng committed Dec 14, 2020
1 parent a9df93c commit 50dd571
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG/CHANGELOG-1.3.md
@@ -1,8 +1,12 @@
- [How to try](#how-to-try)
- [v1.3.0](#v130)
- [v1.3.0-rc1](#v130-rc1)
- [Features](#features)
- [Fixes](#fixes)

# v1.3.0
Same as v1.3.0-rc1

# v1.3.0-rc1

## Features:
Expand All @@ -24,6 +28,13 @@

## How to try:
```bash
# upgrade to the latest release version 1.3.0
helm repo update
helm install \
<release-name> \
-f helm-config.yaml \
application-gateway-kubernetes-ingress/ingress-azure

# use --version 1.3.0-rc1 when installing/upgrading using helm
helm repo update
helm install \
Expand All @@ -42,4 +53,4 @@ helm upgrade \
application-gateway-kubernetes-ingress/ingress-azure \
--reuse-values \
--version 1.3.0-rc1
```
```

0 comments on commit 50dd571

Please sign in to comment.