Skip to content

Commit

Permalink
chore(*) release 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest committed Jul 12, 2022
1 parent bb94ce0 commit e9c77a5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,22 @@ The documentation for Kong's Helm Chart is available at
If you run into an issue, bug or have a question, please reach out to the Kong
community via [Kong Nation](https://discuss.konghq.com) or open Github
issues in [this](https://github.com/kong/charts/issues) repository.

## Releasing and forking

This repo uses [chart releaser](https://github.com/helm/chart-releaser-action/)
to automatically update a GitHub pages branch containing a Helm repo. When you
[bump the `version` field in
Chart.yaml](https://github.com/Kong/charts/commit/c599f4bc78a0ef73eb3cc8a6b22d881864dc0188#diff-466edb10b903c1c9f9019fd0128824ba889bbe1bdff3da186cf698e3a5703af8)
in one of the charts under `charts/` and merge to main, GitHub Actions will
trigger a release job to generate a GitHub release and add the new release to
the Helm repo.

Forks of this repo can use this release functionality without (much) additional
configuration. Enabling GitHub pages for the `gh-pages` branch will make a Helm
repo with your fork's changes available on your GitHub Pages URL. You can then
use this with:

```
helm repo add kong-fork https://myuser.github.io/charts/
```
6 changes: 4 additions & 2 deletions charts/kong/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## Unreleased

###
Nothing yet.

* Fix to avoid running out of ephmeral storage on kubernetes worker nodes.
## 2.11.0

### Fixed

Expand All @@ -23,6 +23,8 @@
[#642](https://github.com/Kong/charts/issues/642)
* Added `fullnameOverride` to override the normal resource name string.
[#635](https://github.com/Kong/charts/issues/635)
* Added size limits for emptyDir mounts.
[#632](https://github.com/Kong/charts/issues/632)

## 2.10.2

Expand Down
2 changes: 1 addition & 1 deletion charts/kong/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ maintainers:
name: kong
sources:
- https://github.com/Kong/charts/tree/main/charts/kong
version: 2.10.2
version: 2.11.0
appVersion: "2.8"
dependencies:
- name: postgresql
Expand Down

0 comments on commit e9c77a5

Please sign in to comment.