Skip to content

Releases: InseeFrLab/s3-operator

v0.10.2

13 Aug 09:27
4f1fbf3
Compare
Choose a tag to compare

What's Changed

  • Update to Go 1.22 and minor refactors by @phlg in #48

Full Changelog: v0.10.1...v0.10.2

fix needed created-by label et fix pointor secret

26 Jul 09:53
78ab524
Compare
Choose a tag to compare

the label created-by is not needed anymore in the secret
fix bug on pointor

v0.10.0: add secretName in spec to choose the secretName (#45)

22 Jul 09:08
ccd36fa
Compare
Choose a tag to compare

in this release:

  • adding a secretName in spec of crd s3user ( optional )
  • delete old secret if the name of secret change ( using owner reference to S3user )
  • fix minor bug on delete minio service account if name of s3user is different that accesKey

v0.9.0

05 Jun 10:38
1cd93b5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.9.0


Details on the new feature :

A S3User custom resource creates a user account in S3, with :

  • an access key as configured in the CR ;
  • a secret key automatically generated and stored in a Kubernetes Secret resource
    • this Secret lifecyle is bound to that of the S3User (recreated if deleted by itslef, deleted when the S3User is created )
    • by default, a pre-existing Secret matching a S3User will not be overriden, except if the override-existing-secret is set

v0.8.1

06 Mar 11:17
9ef45a3
Compare
Choose a tag to compare

What's Changed

  • Fix event filters (#41), lastTransitionTime not updated in conditions, and path finalize by @phlg in #42

Full Changelog: v0.8.0...v0.8.1

v0.8.0

28 Feb 16:43
2058167
Compare
Choose a tag to compare

What's Changed

  • build Docker image for ARM64 #32 (in addition to x86_64) by @garronej in #37
  • Manage resource deletion and event filtering, fix imports by @phlg in #40

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

19 Dec 14:04
f5e366c
Compare
Choose a tag to compare
  • Added a new CRD, Path to manage path creation inside buckets, without the responsibility for managing the bucket itself

v0.6.0

30 Nov 11:26
50cd0c0
Compare
Choose a tag to compare

Update dependencies of :

  • golang to 1.21

v0.5.0

29 Nov 10:43
2e63336
Compare
Choose a tag to compare
  • Updated versions for minio-go and madmin-go modules (see #26)

v0.4.0

28 Nov 16:10
Compare
Choose a tag to compare
  • Updated OperatorSDK from v1.31.0 to v1.32.0
    • Induced a minor code change in cmd/main.go, with notably the 9443 port (previously hard-coded) being completely left out for now.