Releases: nixys/nxs-universal-chart
Release v2.8.3
Features:
feature: Made progressDeadlineSeconds configurable in deployments
Release v2.8.2
Features:
feature: Implemented support for SealedSecrets (#77)
feature: Added cronjob suspend parameter
Release v2.8.1
Features:
feature: Added the ability to set k8s version, helm version, API versions of k8s-resources via values.yaml (global.helmVersion etc.)
feature: Added the ability to set tolerations at the level of all deployed workloads. It's important to note that tolerations at the level of a specific resource will override global tolerations
Fixes:
fix: Fixed syntax errors in _app.tpl that caused lines to stick together (helpers.app.selectorLabels, helpers.app.genericSelectorLabels)
fix: Fixed template for Istio DestinationRule: added conditions to check if subsets and exportTo are set in values.yaml
Release v2.8.0
Features:
feature: Implemented native support for basic Istio resources. (#71)
Release v2.7.0
Release v2.6.0
Features:
feature: Better rendering for ConfigMap resources, added support for b64 encoded strings for easier setting of values via CLI.
feature: Support for certmanager custom resources (#48)
feature: Support loadBalancerClass, allocateLoadBalancerNodePorts and externalTrafficPolicy for LoadBalancer type services (#63)
Fixes:
fix: PVC name rendering (#64)
Release v2.5.1
Features:
feature: add priorityClassName as option for every workload
Fixes:
fix: statefulset typos
Release v2.5.0
Features:
feature: add affinity as general option for every resourse
Fixes:
fix: added missing options to readme
fix: attaching pvc to existing pv
Release v2.4.2
Fixes:
fix: render volumeClaimTemplates in sts