Skip to content

Releases: giantswarm/object-storage-operator

v0.10.2

06 Feb 10:41
d9a1859
Compare
Choose a tag to compare

Fixed

  • Fix xml output for us-east-1 region as the bucket creation config needs to be empty.

v0.10.1

06 Feb 09:39
35acd42
Compare
Choose a tag to compare

Fixed

  • Fix bucket creation in us-east-1.

v0.10.0

07 Jan 13:09
8cd4817
Compare
Choose a tag to compare

Changed

  • Secure Azure Storage Account by making them private and accessible through an Azure Private Endpoint. This also requires the creation of a private DNS zone and A record.
  • Update Kyverno PolicyException to v2beta1.

Removed

  • Remove PSP.

v0.9.0

03 Oct 10:34
4356ee6
Compare
Choose a tag to compare

Added

  • Add doc and unit tests using github copilot.

Fixed

  • Disable logger development mode to avoid panicking, use zap as logger
  • Fix irsa domain in China after we migrated the irsa domain to oidc-pod-identity-v3.

v0.8.0

17 Jul 11:04
1884c81
Compare
Choose a tag to compare

Added

  • ReclaimPolicy added in the Bucket CR to manage the data clean up (retain or delete).
  • Add a finalizer on the Azure secret to prevent its deletion.
  • Empty all the objects in the S3 bucket in case of bucket deletion.

v0.7.0

18 Jun 09:45
a1a11c8
Compare
Choose a tag to compare

Changed

  • Change azure storage account secret name by using the bucket name instead of the storage account name to not be bothered by azure storage account name limitations (up to 24 characters) which truncates secret name for long bucket names like giantswarm-glippy-mimir-ruler which becomes giantswarmglippymimirrul. As this rule is unpredictable (depends on the installation name), it is better to fix the name of the secret.

v0.6.1

17 Jun 12:48
2c110ce
Compare
Choose a tag to compare

Fixed

  • Fix object-storage-operator templating.

v0.6.0

17 Jun 09:57
c82afe2
Compare
Choose a tag to compare

Changed

  • Add support for the region of China.

v0.5.5

13 May 09:46
5e157bd
Compare
Choose a tag to compare

Fixed

  • Add basic tag key sanitization for azure bucket tags as they need to match c# identifiers.

v0.5.4

08 Apr 09:53
59edbd8
Compare
Choose a tag to compare

Fixed

  • Fix KyvernoPolicyException to apply when podSecurityStandard is enabled.