Skip to content

Commit

Permalink
[kong] release chart version 1.4.1
Browse files Browse the repository at this point in the history
Release chart version 1.4.1. This fixes an incorrect code example in the
1.4.0 UPGRADE.md section.
  • Loading branch information
Travis Raines authored and rainest committed Mar 26, 2020
1 parent 9e7c305 commit 1e98224
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions charts/kong/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.4.1

### Documentation

* Fixed an issue with the 1.4.1 upgrade steps.

## 1.4.0

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion charts/kong/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ maintainers:
email: [email protected]
name: kong
sources:
version: 1.4.0
version: 1.4.1
appVersion: 2.0
2 changes: 1 addition & 1 deletion charts/kong/UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ To preserve your existing route handling, you should add this annotation to
your ingress resources:

```
konghq.com/strip-path: true
konghq.com/strip-path: "true"
```

This is a new annotation that is equivalent to the `route.strip_path` setting
Expand Down

0 comments on commit 1e98224

Please sign in to comment.