Code name - "Meet The Leopards"
(Click the image to play "Meet The Leopards! | The Lion Whisperer")
Releases
- Mac Homebrew -
brew install noobaa/noobaa/noobaa
(v2.0.1 release) - Mac CLI download - noobaa-mac-v2.0.1
- Linux CLI download - noobaa-linux-v2.0.1
- Operator image: noobaa/noobaa-operator:2.0.1
Contents:
Notable Changes:
- NooBaa spec:
- rename spec.storageClassName to spec.dbStorageClass
- add spec.pvPoolDefaultStorageClass
- add spec.dbVolumeResources (CLI flag --db-volume-size-gb)
- CLI:
- noobaa uninstall does not delete the namespace or CRDs by default.
Use--cleanup
to force the cleanup if you own the cluster.
- noobaa uninstall does not delete the namespace or CRDs by default.
Bugs fixed:
- #52 - NooBaa operator event on invalid StatefulSet spec change attempt for StorageClass
- #65 - KUBECONFIG=no-such-file noobaa - panic invalid configuration
- #67 - Failing to generate CSV with 'Panic Attack: [] invalid configuration: no configuration has been provided'
- #68 - noobaa uninstall should not delete namespace
- #69 - Should set storageClass for AGENT_PROFILE
- #71 - Lost fixes from v1.1.1 - specifically NooBaa.Spec.DBVolumeResources (--db-volume-size-gb)
- #73 - Should update go modules major version to v2
- #77 - When bucketclass create failed because we gave it a flag with no parameters the exit status is 0