Skip to content

Stash v0.9.0-rc.6

Compare
Choose a tag to compare
@hossainemruz hossainemruz released this 24 Feb 14:19
· 371 commits to master since this release

Stash v0.9.0-rc.6 comes with support for providing region of S3 compatible backends and some bug fixes since v0.9.0-rc.4 release. Please, try it and give us your valuable feedback. To install, please follow the guide here.

Significant Changes

  • Custom Region for S3 Compatible Storage: You can now provide region for s3 compatible storage. Use spec.backend.s3.region field to provide your bucket's region. For more details, please visit here.

  • Remove Defaulting fsGroup: Stash no longer injects fsGroup: 65535 in security context which was required for distroless based image in some GKE alpha clusters. Now, Stash uses busybox as base image.

  • Support New MongoDB Versions: We have added support for MongoDB 4.2 and 4.2.3.

Issue Fixed

  • s3 storage on scaleway: configurable default region instead 'us-east-1' #1049
  • Enforcing fsGroup to 65535 breaks backups on OpenShift #1009