Releases: IBM/cloud-operators
Releases · IBM/cloud-operators
Add dependency scanning, use latest k8s v0.17.x (#238)
Signed-off-by: John Starich <[email protected]>
v1.0.2
v1.0.1
v1.0.0 - IBM Cloud Operator stable
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)
v0.3.4
v0.3.3: Add back max concurrent reconciles environment variable (#210)
- Add back max concurrent reconciles environment variable (#210)