Releases: hyperbyte-cloud/hyperbytedb-operator
Releases · hyperbyte-cloud/hyperbytedb-operator
Release list
v0.1.4
Install
helm install hyperbytedb-operator \
oci://ghcr.io/hyperbyte-cloud/charts/hyperbytedb-operator \
--version 0.1.4 \
--namespace hyperbytedb-operator-system \
--create-namespaceImages
ghcr.io/hyperbyte-cloud/hyperbytedb-operator:0.1.4ghcr.io/hyperbyte-cloud/hyperbytedb-operator:latest
What's Changed
- fix: add missing deployments RBAC to Helm chart manager-role template by @austin-barrington in #9
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Install
helm install hyperbytedb-operator \
oci://ghcr.io/hyperbyte-cloud/charts/hyperbytedb-operator \
--version 0.1.3 \
--namespace hyperbytedb-operator-system \
--create-namespaceImages
ghcr.io/hyperbyte-cloud/hyperbytedb-operator:0.1.3ghcr.io/hyperbyte-cloud/hyperbytedb-operator:latest
What's Changed
- fix: strip "v" prefix from image tags and set default proxy registry by @austin-barrington in #8
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Install
helm install hyperbytedb-operator \
oci://ghcr.io/hyperbyte-cloud/charts/hyperbytedb-operator \
--version 0.1.2 \
--namespace hyperbytedb-operator-system \
--create-namespaceImages
ghcr.io/hyperbyte-cloud/hyperbytedb-operator:v0.1.2ghcr.io/hyperbyte-cloud/hyperbytedb-operator:latest
What's Changed
- Add initial Helm chart for operator installation and RBAC by @austin-barrington in #1
- add proxy support by @austin-barrington in #2
- Feat tracing by @austin-barrington in #3
- fix(e2e): fix the e2e tests and add a stub for hyperbytedb database & some clean up. by @austin-barrington in #4
- Update release workflow to use inputs by @austin-barrington in #5
- feat: Update operator to support Hyperbytedb 0.8.3 by @austin-barrington in #6
- feat: Update examples to support Hyperbytedb 0.8.3 by @austin-barrington in #7
New Contributors
- @austin-barrington made their first contribution in #1
Full Changelog: https://github.com/hyperbyte-cloud/hyperbytedb-operator/commits/v0.1.2