Skip to content

Releases: stashed/stash

v0.11.5

30 Oct 18:23
8d19f19
Compare
Choose a tag to compare
ProductLine: Stash

Release: v2020.10.30

Release-tracker: https://github.com/stashed/CHANGELOG/pull/22

v0.11.4

29 Oct 20:17
675b4ba
Compare
Choose a tag to compare
ProductLine: Stash

Release: v2020.10.29

Release-tracker: https://github.com/stashed/CHANGELOG/pull/21

v0.11.3

22 Oct 06:47
ab87282
Compare
Choose a tag to compare
ProductLine: Stash

Release: v2020.10.21

Release-tracker: https://github.com/stashed/CHANGELOG/pull/16

v0.11.2

29 Sep 08:34
ba1cb59
Compare
Choose a tag to compare
ProductLine: Stash

Release: v2020.09.29

Release-tracker: https://github.com/stashed/CHANGELOG/pull/10

v0.11.0

16 Sep 11:37
a919b34
Compare
Choose a tag to compare
ProductLine: Stash

Release: v2020.09.16

Release-tracker: https://github.com/stashed/CHANGELOG/pull/8

v0.10.0-rc.2

27 Aug 10:52
485f80c
Compare
Choose a tag to compare
ProductLine: Stash

Release: v2020.08.27-rc.0

Release-tracker: https://github.com/stashed/CHANGELOG/pull/6

v0.10.0

27 Aug 17:44
e58a226
Compare
Choose a tag to compare
ProductLine: Stash

Release: v2020.08.27

Release-tracker: https://github.com/stashed/CHANGELOG/pull/7

v0.10.0-rc.1

26 Aug 22:32
20d585f
Compare
Choose a tag to compare
ProductLine: Stash

Release: v2020.08.26-rc.1

Release-tracker: https://github.com/stashed/CHANGELOG/pull/5

Stash v0.9.0-rc.6

24 Feb 14:19
Compare
Choose a tag to compare

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

Stash v0.9.0-rc.4

23 Jan 22:45
Compare
Choose a tag to compare

Stash v0.9.0-rc.4 comes with a number of new features and bug fixes since v0.9.0-rc.2
release. Please, try it and give us your valuable feedback. To install, please follow the guide here.

Significant Changes

  • Batch Backup: We have added support for taking backup of multiple co-related stateful workloads using a single configuration. Now, you can backup all the components(i.e. front-end, backend, database etc.) of your application using single configuration. For more details, pleas visit here.

  • Hooks: We are introducing backup and restore hooks in this version. Now, you can perform some actions before and after the backup/restore process. You can send HTTP requests to a remote server via httpGet or httpPost hooks. You can check whether a TCP socket is open using tcpSocket hook. You can also execute some commands into your application pod using exec hook. For more details, please visit here.

  • Fixed Large Name Issue: We have fixed the issue that was causing backup/restore to fail when Stash resources name was larger than 63 characters. Ref: #924.

Issue Fixed

  • Can't install stash #1032
  • Backup mysql creates infinite dumps #1030
  • large names #1012
  • BackupSession skipped for paused BackupConfiguration #997
  • Failed to create CronJob when BackupConfiguration name is same as Database crd name #1022
  • Operator is observing panic() while handling failed CronJob creation for BackupConfiguration #1019
  • Stash Addons: Make chart.sh script compatible with helm 3 #984
  • Introduce BackupBatch CRD #886
  • Add preBackup & postBackup hooks in BackupConfiguration #885
  • backup error for items #1018
  • RBAC permission missing in Chart for PersistentVolumeClaim, exists in installer deploy script #981
  • Clarify that user can not user /stash as mountPath for local backend #945
  • Invalid flag name for PVC restorer job #956