Skip to content

Releases: hawtio/hawtio-operator

1.1.0

29 May 18:31
Compare
Choose a tag to compare

Release with fixes of its own endeavours to install the v2.1.0 of Hawtio-Online.

This release is now available for install on operatorhub.io.

What's Changed

  • chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #112
  • fix: Drops the HAWTIO_ONLINE_GATEWAY env var by @phantomjinx in #113
  • HAWNG-613: Restores the version property to the operator CRD by @phantomjinx in #115

Full Changelog: 1.0.1...1.1.0

1.0.1

14 Feb 09:58
Compare
Choose a tag to compare

A minor release that focuses on support for executing the operator in vanilla kubernetes clusters. The operator detects what kind of cluster it is running on and provides the most appropriate resources, eg. ingress on kubernetes and routes on OpenShift.

This release is now available for install on operatorhub.io.

What's Changed

Full Changelog: 1.0.0...1.0.1

1.0.0

15 Jan 09:57
Compare
Choose a tag to compare

What's Changed

  • feat: ENTESB-18903 - allow to disable RBACRegistry via Hawtio CR by @tadayosi in #62
  • feat: custom TLS certificate for the route by @mmelko in #63
  • feat: ENTESB-20016 - allow Hawtio CR to propagate annotations and labels by @tadayosi in #64
  • feat: add possibility to use user-created routes by @mmelko in #66
  • chore(deps): bump actions/setup-go from 2 to 4 by @dependabot in #72
  • chore(deps): bump actions/cache from 2 to 3 by @dependabot in #73
  • chore(deps): bump actions/stale from 3 to 8 by @dependabot in #74
  • chore(deps): bump actions/checkout from 2 to 4 by @dependabot in #75
  • build: bump go version to 1.20 #78 by @tadayosi in #79
  • chore(deps): bump github.com/gobuffalo/packr/v2 from 2.7.1 to 2.8.3 by @dependabot in #76
  • chore(deps): bump github.com/stretchr/testify from 1.6.1 to 1.8.4 by @dependabot in #77
  • Adds ability to append LDFlags to Docker build of operator by @phantomjinx in #85
  • Upgrades the Hawtio CRD to v1, removing the operand version by @phantomjinx in #87
  • Bundle generation improvements by @phantomjinx in #86
  • fix: Moves default image repository to quay.io #65 by @phantomjinx in #90
  • fix: Restore comment to v1 types to sync with v1alpha1 by @phantomjinx in #92
  • chore(deps): bump actions/setup-go from 4 to 5 by @dependabot in #95
  • chore(deps): bump actions/stale from 8 to 9 by @dependabot in #94
  • Help updates by @phantomjinx in #93
  • Adds support for sha256 image tags in operand reference by @phantomjinx in #97
  • Fixes made as a result of operator testing by @phantomjinx in #98

New Contributors

Full Changelog: 0.5.0...1.0.0

0.5.0

08 Apr 08:07
Compare
Choose a tag to compare

What's Changed

  • Provide possibility to add additional labels on pod template spec by @rnetuka in #53
  • feat: ENTESB-16897 - provide nginx performance tuning via Hawtio CR by @tadayosi in #54
  • fix(controller): fix invalid logr error parameters by @tadayosi in #56
  • fix: update service annotation for serving cert to beta by @tadayosi in #57
  • Add mechanism to create new certificate after the old one expired by @mmelko in #55
  • Update the OLM bundle to reflect serviceaccount permission changes by @mmelko in #58
  • fix: set the correct serviceaccount for the cronjob by @mmelko in #59
  • chore: added gh action stale by @prahaladhchandrahasan in #60

New Contributors

Full Changelog: 0.4.0...0.5.0

0.4.0

11 Oct 04:48
Compare
Choose a tag to compare

What's Changed

  • fix(bundle): ENTESB-15469 - remove defaulting phrase for boolean prop from olm bundle manifest by @tadayosi in #45
  • fix(bundle): ENTESB-15469 - hide spec.rbac.enabled from CRD schema by @tadayosi in #48
  • feat(bundle): ENTESB-15469 - upgrade CRD api version from v1beta to v1 to support default values in schema by @tadayosi in #46
  • ENTESB-15803: Adds standardised kustomize make rules for installation by @phantomjinx in #50
  • doc(upgrade): document migration steps from hawtio-operator 0.3.0 to 0.4.0 #49 by @tadayosi in #51

New Contributors

Full Changelog: 0.3.0...0.4.0