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

Commit adf7e9c

Browse files
Updated changelog and prepared charts for v0.13.0 (#248)
* 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]>
1 parent 388d566 commit adf7e9c

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
22

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

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

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

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

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

tyk-headless/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: tyk-headless
3-
version: 0.12.0
3+
version: 0.13.0
44
icon: https://tyk.io/wp-content/uploads/2021/07/tyk_logo_no_bg.png
55
home: https://tyk.io/
66
sources:

tyk-headless/tests/deployment-gw-repset_test.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ templates:
77
release:
88
name: my-release
99
namespace: my-namespace
10+
chart:
11+
version: 0.12.0
12+
appVersion: 0.12.0
1013
tests:
1114
- it: should match metadata name with default values
1215
template: templates/deployment-gw-repset.yaml

tyk-hybrid/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: tyk-hybrid
3-
version: 0.12.0
3+
version: 0.13.0
44
icon: https://tyk.io/wp-content/uploads/2021/07/tyk_logo_no_bg.png
55
home: https://tyk.io/
66
sources:

tyk-pro/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: tyk-pro
3-
version: 0.12.0
3+
version: 0.13.0
44
icon: https://tyk.io/wp-content/uploads/2021/07/tyk_logo_no_bg.png
55
home: https://tyk.io/
66
sources:

0 commit comments

Comments
 (0)