Skip to content

Releases: IBM/varnish-operator

0.35.0

12 Jan 20:52
@cin cin
6ebf3c5
Compare
Choose a tag to compare

What's Changed

  • feat(operator): add possibility to configure PriorityClassName by @arthurzinck in #98
  • Dependency Updates by @cin in #99

Full Changelog: 0.34.2...0.35.0

0.34.2

04 Nov 19:25
@cin cin
84b6756
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.34.1...0.34.2

0.34.1

02 Nov 17:32
@cin cin
3005186
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.34.0...0.34.1

0.34.0

26 Oct 20:25
@cin cin
3f50ebb
Compare
Choose a tag to compare

What's Changed

  • Adding multi-platform support for linux/amd64 and linux/arm64 by @cin in #83

Full Changelog: 0.33.0...0.34.0

Release 0.33.0

29 Sep 19:00
@cin cin
d3817f4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.32.0...0.33.0

Release 0.32.0

17 Aug 17:54
b37c3db
Compare
Choose a tag to compare

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

20 May 09:12
490ed1c
Compare
Choose a tag to compare

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

21 Apr 17:08
8080086
Compare
Choose a tag to compare

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

20 Apr 08:52
Compare
Choose a tag to compare

#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

19 Jan 16:43
@cin cin
ef84564
Compare
Choose a tag to compare

#53 - Helm ClusterRole does not include Namespace permissions