Skip to content

Releases: MaibornWolff/hybrid-cloud-object-storage-operator

v0.5.4

25 Jul 12:03
81ec63d
Compare
Choose a tag to compare

What's Changed

  • Add parameters "extraLabels" and "extraLabelsSelector" by @patrickdmw in #26
  • Add account_name to credentials secret for Azure storage accounts

New Contributors

Full Changelog: v0.5.2...v0.5.4

v0.5.2

08 Mar 08:13
Compare
Choose a tag to compare

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

26 Jan 09:19
Compare
Choose a tag to compare

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

05 Dec 09:37
4d2c3ab
Compare
Choose a tag to compare

What's Changed

  • Add classes to configure backup policies on a storage account level by @BeTheFlow95 in #19

v0.4.0

27 Nov 08:58
1d57953
Compare
Choose a tag to compare

What's Changed

  • Introduce classes configuration to make sku property configurable per bucket by @BeTheFlow95 in #18
  • Dependency updates

New Contributors

v0.3.2

30 Jan 13:21
2dcc192
Compare
Choose a tag to compare

This is a patch release that fixes a potential problem the operator could encounter when using the Azure Backup API (by @rebbuh).

v0.3.1

27 Jan 12:19
57941bb
Compare
Choose a tag to compare

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

13 Jan 12:08
8e5d0d0
Compare
Choose a tag to compare

New release of the hybrid-cloud-object-storage-operator with the following changes:

Updating the operator to this version can be done by simply updating the helm charts (crds + operator).

v0.2.0

06 Oct 12:09
Compare
Choose a tag to compare

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

06 Oct 12:07
Compare
Choose a tag to compare

Patchrelease to switch the docker image user to a non-root user, no changes in functionality or CRD.