Skip to content

Commit

Permalink
[kong] release 2.1.0 to next
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Raines authored Apr 27, 2021
1 parent e5329bd commit d0741b8
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
21 changes: 21 additions & 0 deletions charts/kong/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 2.1.0

### Improvements

* Added support for user-defined volumes, volume mounts, and init containers.
([#317](https://github.com/Kong/charts/pull/317))
* Tolerations are now applied to migration Job Pods also.
([#341](https://github.com/Kong/charts/pull/341))
* Added support for using a DaemonSet instead of Deployment.
([#347](https://github.com/Kong/charts/pull/347))
* Updated default image versions and completed migration off Bintray
repositories.
([#349](https://github.com/Kong/charts/pull/349))
* PDB ignores migration Job Pods.
([#352](https://github.com/Kong/charts/pull/352))

### Documentation

* Clarified service monitor usage information.
([#345](https://github.com/Kong/charts/pull/345))

## 2.0.0

### Breaking changes
Expand Down
4 changes: 2 additions & 2 deletions 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: 2.0.0
appVersion: "2.3"
version: 2.1.0
appVersion: "2.4"
14 changes: 14 additions & 0 deletions charts/kong/UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ upgrading from a previous version.
## Table of contents

- [Upgrade considerations for all versions](#upgrade-considerations-for-all-versions)
- [2.1.0](#210)
- [2.0.0](#200)
- [1.14.0](#1140)
- [1.11.0](#1110)
Expand Down Expand Up @@ -57,6 +58,19 @@ text ending with `field is immutable`. This is typically due to a bug with the
If you encounter this error, deleting any existing `init-migrations` jobs will
clear it.

## 2.1.0

### Migration off Bintray

Bintray, the Docker registry previously used for several images used by this
chart, is [sunsetting May 1,
2021](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/).

The chart default `values.yaml` now uses the new Docker Hub repositories for all
affected images. You should check your release `values.yaml` files to confirm that
they do not still reference Bintray repositories. If they do, update them to
use the Docker Hub repositories now in the default `values.yaml`.

## 2.0.0

### Support for Helm 2 dropped
Expand Down

0 comments on commit d0741b8

Please sign in to comment.