You are looking at the documentation of a prior release. To read the documentation of the latest release, please visit here.

Change Log

0.6.4 (2018-02-20)

Full Changelog

Fixed bugs:

  • Backup count rises even when backup/init fails #293

Closed issues:

  • Document HTTP endpoints #111
  • Support updating version of resitc side-car #72

Merged pull requests:

0.6.3 (2018-01-18)

Full Changelog

Implemented enhancements:

  • Add Stash Backup Grafana dashboard to monitoring docs #285
  • Added Grafana Stash overview dashboard #286 (galexrt)

Fixed bugs:

  • PushGateURL not given to sidecar container #283
  • Fix inline volumeSource marshalling for LocalSpec #289 (tamalsaha)

Closed issues:

  • Test Failed: Invalid argument error in sidecar container #290

Merged pull requests:

0.6.2 (2018-01-05)

Full Changelog

Fixed bugs:

  • Created stash-sidecar clusterrole is missing statefulsets permission #272
  • Garbage collect s/a and rolebindings for *Jobs #271
  • Fix RBAC roles in chart #276 (tamalsaha)
  • Garbage collect service-accounts and role-bindings for jobs #275 (diptadas)
  • Fix new restic format in upgrade docs #274 (tamalsaha)
  • Add statefulsets to stash-sidecar ClusterRole creation #273 (galexrt)

Closed issues:

  • Image kubectl not found because of Kubernetes version #266

Merged pull requests:

  • Prepare docs for 0.6.2 release #278 (tamalsaha)
  • Update Helm chart to use newer ‘fullname’ template that avoids duplicate (e.g. ‘stash-stash-…’) resource names #277 (whereisaaron)
  • Reduce operator permissions for service accounts #270 (tamalsaha)
  • Fix formatting of uninstall.md #269 (tamalsaha)

0.6.1 (2018-01-03)

Full Changelog

Fixed bugs:

  • Error while running restic #256

Closed issues:

  • Unable to use non-aws S3 backend #226

Merged pull requests:

0.6.0 (2018-01-03)

Full Changelog

Implemented enhancements:

  • Feature: Support offline consistent backups #225
  • Collect ideas on how to improve recovery process #131
  • Use log.LEVEL() instead of fmt.Printf() #252 (galexrt)

Fixed bugs:

  • Fix ConfigMap Name in Leader Election #227
  • StatefulSet: Forbidden: pod updates may not add or remove containers #191
  • Events are not recording for Recovery #219
  • [0.5.0] Record backup event on kubernetes failure #212
  • Fix kubectl version parsing generation in GKE #267 (tamalsaha)

Closed issues:

  • Replace fmt.Print* with log statements #248
  • Dynamically create stash-sidecar ClusterRole in operator #220
  • LeaderElection part -2 #218
  • Reimplement CheckRecoveryJob using Job watcher #216
  • Enable –cache-dir #238
  • Upgrade procedure for 0.5.1 -> 0.6.0 #237
  • Test RBAC setup #224
  • Record recovery status for individual FileGroup #213
  • Periodically run restic check #195
  • Handle Deployment etc with replicas > 1 #140
  • Support Backblaze B2 as backend #125
  • Turn Stash operator into an Initializer #5

Merged pull requests: