Skip to content

Releases: IBM/cloud-operators

Add dependency scanning, use latest k8s v0.17.x (#238)

24 Feb 19:22
99c8952
Compare
Choose a tag to compare

v1.0.2

26 Jan 20:40
e42b324
Compare
Choose a tag to compare
  • Update Binding instance.Status.KeyInstanceID when changing to Online state (#237)
  • Update Go to latest version of 1.15.x (#234)
  • Enable shellcheck (#231)

v1.0.1

06 Nov 00:55
91ecd0b
Compare
Choose a tag to compare
  • fix issue Credential was deleted due to "Failed to update online status" #217 (#226)
  • Fix CI for pull requests (#229)

v1.0.0 - IBM Cloud Operator stable

24 Sep 02:04
5fa6398
Compare
Choose a tag to compare

IBM Cloud Operator's first stable release. The first of many 😄

Here's a summary of the changes to IBM Cloud Operator since its previous OperatorHub v0.1.11 release. For more detail, see the previous releases from 0.2.0 through 0.3.5.

User-facing changes

  • Stable channel on OperatorHub
  • New v1.0.0 release, first one on the new channel
  • Uses v1 custom resource types (old types will auto-upgrade)
  • Upgraded CRDs and deployment style, brought on by dependency upgrades via kubebuilder
  • New and improved install scripts, including version selection (i.e. curl ... | bash -s -- -v 1.0.0 install)
  • Improved documentation

Under-the-hood changes

  • New dependency management system
  • Boosted test coverage by 51% (now at 91%)
  • Added automation to help release bug fixes and back-compatible updates to GitHub and OperatorHub more often
  • Open source contributions welcome! Strengthened automated PR checks for code quality & maintenance

Upgrade notes

Please see the README for upgrade notes.

v0.3.5: README revisions for v1.0 (#219)

23 Sep 20:57
45dfdc5
Compare
Choose a tag to compare
  • README revisions for upcoming v1.0 release (#219)
  • docs: Adding binding secret keys note #25 (#218)
  • docs: Doc edits to readme for tasks and ref section (#194)
  • Bump memory limit again for higher # of secrets in OpenShift (#216)

v0.3.4

22 Sep 20:58
b448f01
Compare
Choose a tag to compare
  • Add kubeval for validation of kube yaml in PRs, fixes deployment yaml bug in v0.3.3 (#214)
  • Add Docker Hub pull count to README (#212)
  • Add tests to ensure an alias service will never issue an API call to create (#211)

v0.3.3: Add back max concurrent reconciles environment variable (#210)

22 Sep 02:53
cb323dd
Compare
Choose a tag to compare
  • Add back max concurrent reconciles environment variable (#210)

v0.3.2: Fix default namespace fallback (#209)

22 Sep 01:48
3388d60
Compare
Choose a tag to compare
  • Fix default namespace fallback (#209)
  • Set up both tests and main.go in one place + add tests to check missing deps (#208)

v0.3.1

21 Sep 19:57
e193611
Compare
Choose a tag to compare
  • Upgrade custom resource types to v1 (#204)
  • Fix Markdown formatting for Operator Hub (#202)
  • Add new stable channel, new versions will update the stable channel (#203)

v0.3.0: break: Use consistent resource names for v1 (#201)

18 Sep 05:36
cacfa71
Compare
Choose a tag to compare
  • Backward-compatible change: Use consistent resource names for v1 (see #201 for details)
  • Fix OLM data & formatting issues (#200)