Releases: InseeFrLab/s3-operator
Releases · InseeFrLab/s3-operator
v0.10.2
fix needed created-by label et fix pointor secret
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)
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
What's Changed
- Add ability to create user by @Donatien26 in #43
New Contributors
- @Donatien26 made their first contribution in #43
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 theS3User
is created ) - by default, a pre-existing
Secret
matching aS3User
will not be overriden, except if theoverride-existing-secret
is set
- this
v0.8.1
v0.8.0
v0.7.0
v0.6.0
Update dependencies of :
- golang to 1.21