Releases: sparkfabrik/terraform-helm-ingress-nginx
Releases · sparkfabrik/terraform-helm-ingress-nginx
0.7.0
0.6.0
Changed
⚠️ BREAKING CHANGE: usetopologySpreadConstraints
instead ofpodAntiAffinity
for better control over pod distribution.
If you have not set the old set_controller_default_pod_anti_affinity
varible, you can safely upgrade to this version. Otherwise, you can turn off the topologySpreadConstraints
feature by setting the new set_controller_default_topology_spread_constraints
to false
.
0.5.2
Changed
- Fix
controller.autoscaling.enabled
default value removing quotes.
0.5.1
0.5.0
Added
- Default value for chart version. The values file shipped with the module refers to the declared version of the chart.
podAntiAffinity
configuration enabled by default. It is possible to disable it by setting the newset_default_pod_anti_affinity
variable tofalse
.- Add the
common_labels
variable to allow the user to set common labels for all resources created by the chart. - Add the
ingress_nginx_controller_min_replicas
andingress_nginx_controller_max_replicas
variables to easily set the minimum and maximum number of replicas for the controller pods.
0.4.0
What's Changed
- refs #000: Add feature backendconfig and add config ssl-redirect by @filippolmt in #8
New Contributors
- @filippolmt made their first contribution in #8
Full Changelog: 0.3.0...0.4.0
0.3.0
0.2.2
0.2.1
0.2.0
Changed
annotations-prefix
removed from values file.values.yaml
moved intofiles
directory.