Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Updated changelog and prepared charts for v0.13.0 (#248)
Browse files Browse the repository at this point in the history
* Updated changelog and prepared charts for v0.13.0

* add certain chart version (#249)

Signed-off-by: Burak Sekili <[email protected]>
Co-authored-by: Burak Sekili <[email protected]>
  • Loading branch information
andrei-tyk and buraksekili authored Nov 24, 2022
1 parent 388d566 commit adf7e9c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@

## [Unreleased](https://github.com/TykTechnologies/tyk-helm-chart/tree/HEAD)

[Full Changelog](https://github.com/TykTechnologies/tyk-helm-chart/compare/v0.12.0...HEAD)
## [v0.13.0](https://github.com/TykTechnologies/tyk-helm-chart/tree/HEAD)

[Full Changelog](https://github.com/TykTechnologies/tyk-helm-chart/compare/v0.12.0...v0.13.0)

**Added**
- Added secrets hashes to deployments to force restarts on secrets updates [#238](https://github.com/TykTechnologies/tyk-helm-chart/pull/238)
- Added support for boolean values for envVars [#242](https://github.com/TykTechnologies/tyk-helm-chart/pull/242)
- Added support for managing annotations for the MDCB and Dashboard [#231](https://github.com/TykTechnologies/tyk-helm-chart/pull/231)
- Added unit tests for helm charts [#245](https://github.com/TykTechnologies/tyk-helm-chart/pull/245)
- Fixed probes for Tyk vers > 4.0 [#247](https://github.com/TykTechnologies/tyk-helm-chart/pull/247)

## [v0.12.0](https://github.com/TykTechnologies/tyk-helm-chart/tree/HEAD)
## [v0.12.0](https://github.com/TykTechnologies/tyk-helm-chart/tree/v0.12.0)

[Full Changelog](https://github.com/TykTechnologies/tyk-helm-chart/compare/v0.11.0...v0.12.0)

Expand Down
2 changes: 1 addition & 1 deletion tyk-headless/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: tyk-headless
version: 0.12.0
version: 0.13.0
icon: https://tyk.io/wp-content/uploads/2021/07/tyk_logo_no_bg.png
home: https://tyk.io/
sources:
Expand Down
3 changes: 3 additions & 0 deletions tyk-headless/tests/deployment-gw-repset_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ templates:
release:
name: my-release
namespace: my-namespace
chart:
version: 0.12.0
appVersion: 0.12.0
tests:
- it: should match metadata name with default values
template: templates/deployment-gw-repset.yaml
Expand Down
2 changes: 1 addition & 1 deletion tyk-hybrid/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: tyk-hybrid
version: 0.12.0
version: 0.13.0
icon: https://tyk.io/wp-content/uploads/2021/07/tyk_logo_no_bg.png
home: https://tyk.io/
sources:
Expand Down
2 changes: 1 addition & 1 deletion tyk-pro/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: tyk-pro
version: 0.12.0
version: 0.13.0
icon: https://tyk.io/wp-content/uploads/2021/07/tyk_logo_no_bg.png
home: https://tyk.io/
sources:
Expand Down

0 comments on commit adf7e9c

Please sign in to comment.