github stashed/stash 0.7.0-rc.1

latest releases: v0.34.0, v0.33.0, v0.33.0-rc.0...
pre-release6 years ago

Due to #395 and #396, set --enable-mutating-webhook=false during installation. To remove already installed mutating webhook, run kubectl delete mutatingwebhookconfiguration -l app=stash

Stash 0.7.0-rc.1 requires Kubernetes 1.8.x or later versions. Stash now uses MutatingWebhook instead of initializers to inject sidecar in Kubernetes 1.9.x or later clusters. Since MutatingWebhook is a beta feature, you can use this in GKE. This feature is essential for automatically injecting sidecars into newly created StatefulSets. This release also fixes bug #379 in Kubernetes 1.8.x clusters. Stash upgrades bundled restic binary to 0.8.3. To install, please follow the guide here. To upgrade, please follow the guide here.

Download Docker images via:

docker pull appscode/stash:0.7.0-rc.1

Changelog

  • Update docs to 0.7.0-rc.1 #380
  • Stop using field selectors for CRDs #379
  • Add types for Repository apigroup #377
  • Add missing front matter #376
  • Check for check job before creating it #375 (galexrt)
  • Add travis.yaml #370
  • Add --purge flag #369
  • Make it clear that installer is a single command #365
  • Update installer #364
  • Replace initializers with mutation webhook for workloads #363
  • Update chart to match RBAC best practices for charts #362
  • Add checks to installer script #361
  • Use admission hook helpers from kutil #360
  • Fix admission webhook flag #359
  • Support --enable-admission-webhook=false #358
  • Support multiple webhooks of same apiversion #357
  • Sync chart to stable charts repo #356
  • Use restic 0.8.3 #355
  • Update README.md #352
  • Set RollingUpdate for DaemonSet #349

Don't miss a new stash release

NewReleases is sending notifications on new releases.