This repository was archived by the owner on Oct 1, 2024. It is now read-only.
File tree 5 files changed +14
-5
lines changed
5 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased] ( https://github.com/TykTechnologies/tyk-helm-chart/tree/HEAD )
4
4
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 )
6
8
7
9
** Added**
8
10
- 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 )
9
15
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 )
11
17
12
18
[ Full Changelog] ( https://github.com/TykTechnologies/tyk-helm-chart/compare/v0.11.0...v0.12.0 )
13
19
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : tyk-headless
3
- version : 0.12 .0
3
+ version : 0.13 .0
4
4
icon : https://tyk.io/wp-content/uploads/2021/07/tyk_logo_no_bg.png
5
5
home : https://tyk.io/
6
6
sources :
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ templates:
7
7
release :
8
8
name : my-release
9
9
namespace : my-namespace
10
+ chart :
11
+ version : 0.12.0
12
+ appVersion : 0.12.0
10
13
tests :
11
14
- it : should match metadata name with default values
12
15
template : templates/deployment-gw-repset.yaml
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : tyk-hybrid
3
- version : 0.12 .0
3
+ version : 0.13 .0
4
4
icon : https://tyk.io/wp-content/uploads/2021/07/tyk_logo_no_bg.png
5
5
home : https://tyk.io/
6
6
sources :
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : tyk-pro
3
- version : 0.12 .0
3
+ version : 0.13 .0
4
4
icon : https://tyk.io/wp-content/uploads/2021/07/tyk_logo_no_bg.png
5
5
home : https://tyk.io/
6
6
sources :
You can’t perform that action at this time.
0 commit comments