Skip to content

Releases: RedHatInsights/ephemeral-namespace-operator

v0.6.0

22 Jan 22:19
ec7ffcc
Compare
Choose a tag to compare

What's Changed

  • Github action for image change by @gburges in #192 - #206
  • Regular docker image update by @github-actions in #208
  • Updated to new Clowder version by @psav in #210
  • adding contributing doc by @maknop in #213
  • remove duplication of unit testing by @maknop in #217
  • update datasource for panel by @maknop in #216
  • return namespace name upon failure to create the namespace by @maknop in #214
  • logging enhancements by @maknop in #215
  • Add multiarch build support. Update gitignore. by @adamrdrew in #212
  • added ownerref to error namespaces for proper cleanup by @maknop in #218
  • change datasource for ephemeral version to be new cluster by @maknop in #219
  • Upgrade Golang version to 1.20 by @maknop in #221
  • remove log error message stating hostname not populated by @maknop in #220

New Contributors

  • @github-actions made their first contribution in #208

Full Changelog: v0.5.0...v0.6.0

v0.5.0

12 Oct 17:55
4dae07b
Compare
Choose a tag to compare

What's Changed

  • Adding SLO doc by @maknop in #184
  • Adding SLI panel, fixing datasource on version panels by @maknop in #185
  • Updating base image for container by @maknop in #191
  • Add unit tests and reorganize current tests by @maknop in #187
  • rid for tracing reconciliation log output by @maknop in #190
  • Silent error message if clowdenvironment does not exist, pre-push, requeue true by @maknop in #186

Full Changelog: v0.4.0...v0.5.0

v0.4.0

11 Aug 16:50
e6a7897
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

08 May 18:23
7646bb8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

09 Jan 18:16
b976d22
Compare
Choose a tag to compare

What's Changed

  • FEAT [RHCLOUD-22701] - Added versioning for ENO by @maknop in #147
  • BUG [RHCLOUD-23066] - Fix for namespace creation when pool limits are enabled by @maknop in #149
  • DEBT Added linting by @psav in #153
  • DEBT Update ubi8 by @psav in #154
  • DEBT [RHCLOUD-23387] - Updated go version and dependencies by @maknop in #151

Full Changelog: v0.1.0...v0.2.0

v0.1.0

08 Nov 18:22
8ce2cf1
Compare
Choose a tag to compare

What's Changed

Initial release for the Ephemeral Namespace Operator 🎉

New Contributors