Releases: IBM/varnish-operator
0.35.0
0.34.2
0.34.1
What's Changed
- feat(chart): decoupling image and tag value by @arthurzinck in #87
- Build prometheus exporter from source by @tszyszko in #89
- feat(workflow/docs): add event push on branch main by @arthurzinck in #92
New Contributors
- @arthurzinck made their first contribution in #87
- @tszyszko made their first contribution in #89
Full Changelog: 0.34.0...0.34.1
0.34.0
Release 0.33.0
Release 0.32.0
What's Changed
- Upgrade PDB to v1. Drop support for Kubernetes 1.21< by @tomashibm in #74
- Allow NodePort configuration by @tomashibm in #73
- Allow setting additional listen addresses (-a options). by @tomashibm in #76
Full Changelog: 0.31.0...0.32.0
Since the release upgrades PodDisruptionBudget
to use v1
instead of v1beta1
, after the upgrade, if you have it enabled, you'll have both the v1
and v1beta1
version of the resource installed. The old v1beta1
version has to be cleaned up manually.
Release 0.31.0
What's Changed
- Allow backends selection from other namespaces by @tomashibm in #66
- Fix bug when VCL is not loaded when only the container and not the whole pod is restarted by @tomashibm in #69
- Allow to omit non ready backends by @tomashibm in #70
Full Changelog: 0.30.0...0.31.0
Release 0.30.0
What's Changed
- Allow setting nodeSelector for operator and VarnishCluster pods. by @tomashibm in #65
Full Changelog: 0.29.0...0.30.0
0.29.0
#58 Added OSS badge
#60 Fix template variable for filtering out metrics for a specific node
#59 Persistence support
#61 Add missing fields in docs, sort them alphabetically
#62 Migrate to Ginkgo2
#63 Allow setting tolerations and affinity for the operator pods.
#64 Add note about persistence support
Full Changelog: https://github.com/IBM/varnish-operator/compare/0.28.2..0.29.0
Release 0.28.2
#53 - Helm ClusterRole does not include Namespace permissions