Releases: conduktor/conduktor-public-charts
Releases · conduktor/conduktor-public-charts
console-1.26.0
What's Changed
- Update Console chart application to 1.41.0 (#238) @ConduktorBot
- Add documentation on Console to setup with context path (#237) @qboileau
conduktor-gateway-3.16.0
What's Changed
- No changes
console-1.25.0
What's Changed
- Update Console chart application to 1.40.0 (#234) @ConduktorBot
conduktor-gateway-3.15.0
What's Changed
- Update Gateway chart application to 3.15.0 (#233) @ConduktorBot
console-1.24.0
What's Changed
- Update Console chart application to 1.39.0 (#231) @ConduktorBot
conduktor-gateway-3.14.0
What's Changed
- No changes
console-1.23.0
What's Changed
- Update Console chart application to 1.38.0 (#228) @ConduktorBot
Features
- Add support of multi-hosts and url to configure Console database by @qboileau in #222
- Add
extraSpecsto extend console and cortex services by @qboileau in #223 - Generate JSON schema of Console/Gateway charts values by @qboileau in #227
Misc
conduktor-gateway-3.13.0
What's Changed
- Update Gateway chart application to 3.13.0 (#229) @conduktor/rubberducks
Features
- Generate JSON schema of Console/Gateway charts values (#227) @qboileau
- Add
podAntiAffinitypreset on Gateway chart to spread pod instances on different nodes. (#226) @qboileau - Add
extraSpecsto extend Gateway internal and external services (#224) @qboileau
Misc
Note
This version introduces a new default podAntiAffinity preset that use kubernetes.io/hostname node label.
You can disable this behavior by setting affinity.podAntiAffinityPreset.enable to false and not setting affinity.podAntiAffinity.
affinity:
podAntiAffinityPreset: # preset ignored if affinity.podAntiAffinity is set
enable: falseconsole-1.22.1
What's Changed
- Update Console chart application to 1.37.1 (#221) @ConduktorBot
conduktor-gateway-3.12.1
What's Changed
- Updated liveness and readiness probe for gateway. (#214) @BStarmerSmith