Releases: MaibornWolff/hybrid-cloud-object-storage-operator
v0.5.4
What's Changed
- Add parameters "extraLabels" and "extraLabelsSelector" by @patrickdmw in #26
- Add account_name to credentials secret for Azure storage accounts
New Contributors
- @patrickdmw made their first contribution in #26
Full Changelog: v0.5.2...v0.5.4
v0.5.2
This is a maintenance release with the following changes:
- Introduced the
podLabels
parameter to the helm chart (needed to configure Azure pod workload identity)
No changes have been made to the CRD.
v0.5.1
This is a maintenance release with the following changes:
- Introduced an option to enable hierarchical namespaces for azure globally or per size class
- Updated python dependencies
No changes have been made to the CRD.
v0.5.0
What's Changed
- Add classes to configure backup policies on a storage account level by @BeTheFlow95 in #19
v0.4.0
What's Changed
- Introduce classes configuration to make sku property configurable per bucket by @BeTheFlow95 in #18
- Dependency updates
New Contributors
- @BeTheFlow95 made their first contribution in #18
v0.3.2
v0.3.1
This is a patch release for the hybrid-cloud-object-storage-operator. It contains no feature changes and only updates used python libraries to their newest versions.
You can update to this version by issuing helm upgrade
commands for the hybrid-cloud-object-storage-operator
and hybrid-cloud-object-storage-operator-crds
charts.
v0.3.0
New release of the hybrid-cloud-object-storage-operator with the following changes:
- Support for Azure Backup by @lieberlois
- Support for lifecycle rules in Azure by @rebbuh
Updating the operator to this version can be done by simply updating the helm charts (crds + operator).
v0.2.0
New release of the hybrid-cloud-object-storage-operator with the following changes:
- SFTP can now be configured for the Aure Blob Storage backend (this is only possible for newly created storage accounts due to limitations in Azure, also SFTP and versioning can not be activated at the same time), thanks to @rimidalv2018
- A bug was fixed where the operator could not control an Azure storage account that was deleted and restored via the Azure Portal
- The CRDs are now installed via a separate helm chart to make management easier
If you update from a previous release you will need to import the CRD into the helm release. Use the following snippet:
cat <<EOF > patch.yaml
metadata:
annotations:
meta.helm.sh/release-name: hybrid-cloud-object-storage-operator-crds
meta.helm.sh/release-namespace: default
labels:
app.kubernetes.io/managed-by: Helm
EOF
kubectl patch crd objectstoragebuckets.hybridcloud.maibornwolff.de --patch-file patch.yaml
v0.1.2
Patchrelease to switch the docker image user to a non-root user, no changes in functionality or CRD.