From 8ec734281389021aa517f5d48540241f3ed489c3 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Tue, 22 May 2018 14:34:12 -0700 Subject: [PATCH] Prepare docs for 0.7.0-rc.4 (#483) --- README.md | 8 +++---- chart/stash/Chart.yaml | 4 ++-- chart/stash/README.md | 2 +- chart/stash/values.yaml | 2 +- docs/CHANGELOG.md | 16 ++++++------- docs/CONTRIBUTING.md | 8 +++---- docs/README.md | 10 ++++---- docs/_index.md | 4 ++-- docs/acknowledgement.md | 8 +++---- docs/concepts/README.md | 8 +++---- docs/concepts/_index.md | 4 ++-- docs/concepts/crds/_index.md | 4 ++-- docs/concepts/crds/recovery.md | 4 ++-- docs/concepts/crds/repository.md | 4 ++-- docs/concepts/crds/restic.md | 4 ++-- docs/concepts/what-is-stash/_index.md | 4 ++-- docs/concepts/what-is-stash/overview.md | 4 ++-- docs/examples/workloads/statefulset.yaml | 2 +- docs/guides/README.md | 8 +++---- docs/guides/_index.md | 4 ++-- docs/guides/backends.md | 4 ++-- docs/guides/backup.md | 6 ++--- docs/guides/minio_server.md | 4 ++-- docs/guides/monitoring.md | 4 ++-- docs/guides/offline_backup.md | 6 ++--- docs/guides/rbac.md | 4 ++-- docs/guides/restore.md | 4 ++-- docs/guides/workloads.md | 6 ++--- docs/reference/_index.md | 4 ++-- docs/reference/stash.md | 6 ++--- docs/reference/stash_backup.md | 4 ++-- docs/reference/stash_check.md | 4 ++-- docs/reference/stash_forget.md | 4 ++-- docs/reference/stash_recover.md | 4 ++-- docs/reference/stash_run.md | 4 ++-- docs/reference/stash_scaledown.md | 4 ++-- docs/reference/stash_snapshots.md | 4 ++-- docs/reference/stash_version.md | 4 ++-- docs/roadmap.md | 8 +++---- docs/setup/README.md | 8 +++---- docs/setup/_index.md | 4 ++-- docs/setup/developer-guide/_index.md | 4 ++-- docs/setup/developer-guide/overview.md | 4 ++-- docs/setup/developer-guide/release.md | 4 ++-- docs/setup/install.md | 30 ++++++++++++------------ docs/setup/uninstall.md | 6 ++--- docs/setup/upgrade.md | 6 ++--- docs/support.md | 8 +++---- hack/deploy/stash.sh | 4 ++-- hack/gencrd/main.go | 2 +- openapi-spec/v2/swagger.json | 2 +- 51 files changed, 141 insertions(+), 141 deletions(-) diff --git a/README.md b/README.md index 43307fede..6b4da5d97 100644 --- a/README.md +++ b/README.md @@ -28,19 +28,19 @@ Please pick a version of Stash that matches your Kubernetes installation. | Stash Version | Docs | Kubernetes Version | |------------------------------------------------------------------------------------|-----------------------------------------------------------------|--------------------| -| [0.7.0-rc.3](https://github.com/appscode/stash/releases/tag/0.7.0-rc.3) (uses CRD) | [User Guide](https://appscode.com/products/stash/0.7.0-rc.3) | 1.8.x+ | +| [0.7.0-rc.4](https://github.com/appscode/stash/releases/tag/0.7.0-rc.4) (uses CRD) | [User Guide](https://appscode.com/products/stash/0.7.0-rc.4) | 1.8.x+ | | [0.6.4](https://github.com/appscode/stash/releases/tag/0.6.4) (uses CRD) | [User Guide](https://appscode.com/products/stash/0.6.4) | 1.7.x | | [0.4.2](https://github.com/appscode/stash/releases/tag/0.4.2) (uses TPR) | [User Guide](https://github.com/appscode/stash/tree/0.4.2/docs) | 1.5.x - 1.6.x | ## Installation -To install Stash, please follow the guide [here](https://appscode.com/products/stash/0.7.0-rc.3/setup/install). +To install Stash, please follow the guide [here](https://appscode.com/products/stash/0.7.0-rc.4/setup/install). ## Using Stash -Want to learn how to use Stash? Please start [here](https://appscode.com/products/stash/0.7.0-rc.3). +Want to learn how to use Stash? Please start [here](https://appscode.com/products/stash/0.7.0-rc.4). ## Contribution guidelines -Want to help improve Stash? Please start [here](https://appscode.com/products/stash/0.7.0-rc.3/welcome/contributing). +Want to help improve Stash? Please start [here](https://appscode.com/products/stash/0.7.0-rc.4/welcome/contributing). --- diff --git a/chart/stash/Chart.yaml b/chart/stash/Chart.yaml index b2a8c805c..64d86a2f4 100755 --- a/chart/stash/Chart.yaml +++ b/chart/stash/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: 'Stash by AppsCode - Backup your Kubernetes Volumes' name: stash -version: 0.7.0-rc.3 -appVersion: 0.7.0-rc.3 +version: 0.7.0-rc.4 +appVersion: 0.7.0-rc.4 home: https://github.com/appscode/stash icon: https://cdn.appscode.com/images/icon/stash.png sources: diff --git a/chart/stash/README.md b/chart/stash/README.md index 209c48d91..47fae1f91 100644 --- a/chart/stash/README.md +++ b/chart/stash/README.md @@ -45,7 +45,7 @@ The following table lists the configurable parameters of the Stash chart and the | `replicaCount` | Number of stash operator replicas to create (only 1 is supported) | `1` | | `operator.registry` | Docker registry used to pull operator image | `appscode` | | `operator.repository` | operator container image | `stash` | -| `operator.tag` | operator container image tag | `0.7.0-rc.3` | +| `operator.tag` | operator container image tag | `0.7.0-rc.4` | | `pushgateway.registry` | Docker registry used to pull Prometheus pushgateway image | `prom` | | `pushgateway.repository` | Prometheus pushgateway container image | `pushgateway` | | `pushgateway.tag` | Prometheus pushgateway container image tag | `v0.4.0` | diff --git a/chart/stash/values.yaml b/chart/stash/values.yaml index 5b513c9f8..4bba6c2f8 100644 --- a/chart/stash/values.yaml +++ b/chart/stash/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 operator: registry: appscode repository: stash - tag: 0.7.0-rc.3 + tag: 0.7.0-rc.4 pushgateway: registry: prom repository: pushgateway diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d7de954d4..942bc474e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,24 +2,24 @@ title: Changelog | Stash description: Changelog menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: changelog-stash name: Changelog parent: welcome weight: 10 product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: welcome -url: /products/stash/0.7.0-rc.3/welcome/changelog/ +url: /products/stash/0.7.0-rc.4/welcome/changelog/ aliases: - - /products/stash/0.7.0-rc.3/CHANGELOG/ + - /products/stash/0.7.0-rc.4/CHANGELOG/ --- # Change Log ## [Unreleased](https://github.com/appscode/stash/tree/HEAD) -[Full Changelog](https://github.com/appscode/stash/compare/0.7.0-rc.3...HEAD) +[Full Changelog](https://github.com/appscode/stash/compare/0.7.0-rc.4...HEAD) **Fixed bugs:** @@ -70,8 +70,8 @@ aliases: - Add registry skeleton for snapshots [\#415](https://github.com/appscode/stash/pull/415) ([tamalsaha](https://github.com/tamalsaha)) - Update chart readme [\#413](https://github.com/appscode/stash/pull/413) ([tamalsaha](https://github.com/tamalsaha)) -## [0.7.0-rc.3](https://github.com/appscode/stash/tree/0.7.0-rc.3) (2018-04-03) -[Full Changelog](https://github.com/appscode/stash/compare/0.7.0-rc.2...0.7.0-rc.3) +## [0.7.0-rc.4](https://github.com/appscode/stash/tree/0.7.0-rc.4) (2018-04-03) +[Full Changelog](https://github.com/appscode/stash/compare/0.7.0-rc.2...0.7.0-rc.4) **Fixed bugs:** @@ -88,7 +88,7 @@ aliases: **Merged pull requests:** - Add frontmatter for repository crd [\#412](https://github.com/appscode/stash/pull/412) ([tamalsaha](https://github.com/tamalsaha)) -- Prepare docs for 0.7.0-rc.3 [\#411](https://github.com/appscode/stash/pull/411) ([tamalsaha](https://github.com/tamalsaha)) +- Prepare docs for 0.7.0-rc.4 [\#411](https://github.com/appscode/stash/pull/411) ([tamalsaha](https://github.com/tamalsaha)) - Add test for recovery [\#409](https://github.com/appscode/stash/pull/409) ([emruz-hossain](https://github.com/emruz-hossain)) - Skip setting ListKind [\#407](https://github.com/appscode/stash/pull/407) ([tamalsaha](https://github.com/tamalsaha)) - Add CRD Validation [\#406](https://github.com/appscode/stash/pull/406) ([tamalsaha](https://github.com/tamalsaha)) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index a0078a4d1..d30d2ca4a 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -2,17 +2,17 @@ title: Contributing | Stash description: Contributing menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: contributing-stash name: Contributing parent: welcome weight: 10 product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: welcome -url: /products/stash/0.7.0-rc.3/welcome/contributing/ +url: /products/stash/0.7.0-rc.4/welcome/contributing/ aliases: - - /products/stash/0.7.0-rc.3/CONTRIBUTING/ + - /products/stash/0.7.0-rc.4/CONTRIBUTING/ --- # Contribution Guidelines diff --git a/docs/README.md b/docs/README.md index 97220fe92..258623e1b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,18 +2,18 @@ title: Welcome | Stash description: Welcome to Stash menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: readme-stash name: Readme parent: welcome weight: -1 product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: welcome -url: /products/stash/0.7.0-rc.3/welcome/ +url: /products/stash/0.7.0-rc.4/welcome/ aliases: - - /products/stash/0.7.0-rc.3/ - - /products/stash/0.7.0-rc.3/README/ + - /products/stash/0.7.0-rc.4/ + - /products/stash/0.7.0-rc.4/README/ --- # Stash Stash by AppsCode is a Kubernetes operator for [restic](https://restic.net). If you are running production workloads in Kubernetes, you might want to take backup of your disks. Using Stash, you can backup Kubernetes volumes mounted in following types of workloads: diff --git a/docs/_index.md b/docs/_index.md index 820e210d8..43b401ed2 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -2,9 +2,9 @@ title: Docs | Stash description: Stash Docs menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: welcome name: Welcome weight: 10 -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 --- diff --git a/docs/acknowledgement.md b/docs/acknowledgement.md index 41e0af37d..329a8754a 100644 --- a/docs/acknowledgement.md +++ b/docs/acknowledgement.md @@ -2,17 +2,17 @@ title: Acknowledgement | Stash description: Acknowledgement menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: acknowledgement-stash name: Acknowledgement parent: welcome weight: 20 product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: welcome -url: /products/stash/0.7.0-rc.3/welcome/acknowledgement/ +url: /products/stash/0.7.0-rc.4/welcome/acknowledgement/ aliases: - - /products/stash/0.7.0-rc.3/acknowledgement/ + - /products/stash/0.7.0-rc.4/acknowledgement/ --- # Acknowledgement diff --git a/docs/concepts/README.md b/docs/concepts/README.md index 569eaff6b..b8ba65cfd 100644 --- a/docs/concepts/README.md +++ b/docs/concepts/README.md @@ -1,17 +1,17 @@ --- title: Concepts | Stash menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: concepts-readme name: Readme parent: concepts weight: -1 product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: concepts -url: /products/stash/0.7.0-rc.3/concepts/ +url: /products/stash/0.7.0-rc.4/concepts/ aliases: - - /products/stash/0.7.0-rc.3/concepts/README/ + - /products/stash/0.7.0-rc.4/concepts/README/ --- # Concepts diff --git a/docs/concepts/_index.md b/docs/concepts/_index.md index b938cfee3..dfede7d03 100644 --- a/docs/concepts/_index.md +++ b/docs/concepts/_index.md @@ -2,9 +2,9 @@ title: Concepts description: Stash Concepts menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: concepts name: Concepts weight: 20 -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 --- diff --git a/docs/concepts/crds/_index.md b/docs/concepts/crds/_index.md index a06e68dcf..bb56fc1f4 100644 --- a/docs/concepts/crds/_index.md +++ b/docs/concepts/crds/_index.md @@ -2,10 +2,10 @@ title: Declarative API | Stash description: Declarative API menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: crds parent: concepts name: Declarative API weight: 15 -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 --- diff --git a/docs/concepts/crds/recovery.md b/docs/concepts/crds/recovery.md index d60da0014..ff7ee3fcc 100644 --- a/docs/concepts/crds/recovery.md +++ b/docs/concepts/crds/recovery.md @@ -1,13 +1,13 @@ --- title: Recovery Overview menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: recovery-overview name: Recovery parent: crds weight: 20 product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: concepts --- diff --git a/docs/concepts/crds/repository.md b/docs/concepts/crds/repository.md index 4d13db293..a398dbb2e 100644 --- a/docs/concepts/crds/repository.md +++ b/docs/concepts/crds/repository.md @@ -1,13 +1,13 @@ --- title: Repository Overview menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: repository-overview name: Repository parent: crds weight: 15 product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: concepts --- diff --git a/docs/concepts/crds/restic.md b/docs/concepts/crds/restic.md index bd0c31715..41b79b78e 100644 --- a/docs/concepts/crds/restic.md +++ b/docs/concepts/crds/restic.md @@ -1,13 +1,13 @@ --- title: Restic Overview menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: restic-overview name: Restic parent: crds weight: 10 product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: concepts --- diff --git a/docs/concepts/what-is-stash/_index.md b/docs/concepts/what-is-stash/_index.md index b3c44bc8c..ce2a880ca 100644 --- a/docs/concepts/what-is-stash/_index.md +++ b/docs/concepts/what-is-stash/_index.md @@ -2,10 +2,10 @@ title: What is Stash description: What is Stash menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: what-is-stash parent: concepts name: What is Stash weight: 10 -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 --- diff --git a/docs/concepts/what-is-stash/overview.md b/docs/concepts/what-is-stash/overview.md index 5c59dc657..9f3ecbe14 100644 --- a/docs/concepts/what-is-stash/overview.md +++ b/docs/concepts/what-is-stash/overview.md @@ -2,13 +2,13 @@ title: Stash Overview description: Stash Overview menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: overview-concepts name: Overview parent: what-is-stash weight: 10 product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: concepts --- # Stash diff --git a/docs/examples/workloads/statefulset.yaml b/docs/examples/workloads/statefulset.yaml index eb962cdc6..d5b15f15e 100644 --- a/docs/examples/workloads/statefulset.yaml +++ b/docs/examples/workloads/statefulset.yaml @@ -96,7 +96,7 @@ spec: volumeMounts: - mountPath: /source/data name: source-data - - image: appscode/stash:0.7.0-rc.3 + - image: appscode/stash:0.7.0-rc.4 name: stash imagePullPolicy: IfNotPresent args: diff --git a/docs/guides/README.md b/docs/guides/README.md index fa0917eb7..b3dfc6608 100644 --- a/docs/guides/README.md +++ b/docs/guides/README.md @@ -2,17 +2,17 @@ title: Table of Contents | Guides description: Table of Contents | Guides menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: guides-readme name: Readme parent: guides weight: -1 product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: guides -url: /products/stash/0.7.0-rc.3/guides/ +url: /products/stash/0.7.0-rc.4/guides/ aliases: - - /products/stash/0.7.0-rc.3/guides/README/ + - /products/stash/0.7.0-rc.4/guides/README/ --- # Guides diff --git a/docs/guides/_index.md b/docs/guides/_index.md index 7410b735c..0c8b9b73d 100644 --- a/docs/guides/_index.md +++ b/docs/guides/_index.md @@ -1,9 +1,9 @@ --- title: Guides | Stash menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: guides name: Guides weight: 40 -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 --- diff --git a/docs/guides/backends.md b/docs/guides/backends.md index d27d4e9d0..a96d7c1f1 100644 --- a/docs/guides/backends.md +++ b/docs/guides/backends.md @@ -2,13 +2,13 @@ title: Supported Backends | Stash description: Supported Backends for Stash menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: backends-stash name: Backends parent: guides weight: 30 product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: guides --- diff --git a/docs/guides/backup.md b/docs/guides/backup.md index fe6c9767a..871419e5e 100644 --- a/docs/guides/backup.md +++ b/docs/guides/backup.md @@ -2,13 +2,13 @@ title: Backup Volumes | Stash description: Backup Volumes using Stash menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: backup-stash name: Backup Volumes parent: guides weight: 10 product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: guides --- @@ -220,7 +220,7 @@ spec: fieldRef: apiVersion: v1 fieldPath: metadata.name - image: appscode/stash:0.7.0-rc.3 + image: appscode/stash:0.7.0-rc.4 imagePullPolicy: IfNotPresent name: stash resources: {} diff --git a/docs/guides/minio_server.md b/docs/guides/minio_server.md index 1e8608df1..1209ed548 100644 --- a/docs/guides/minio_server.md +++ b/docs/guides/minio_server.md @@ -2,13 +2,13 @@ title: Minio | Stash description: Using Stash with TLS secured Minio Server menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: minio-stash name: Backup to Minio parent: guides weight: 45 product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: guides --- diff --git a/docs/guides/monitoring.md b/docs/guides/monitoring.md index 1cc23ed7a..68e4d6631 100644 --- a/docs/guides/monitoring.md +++ b/docs/guides/monitoring.md @@ -2,13 +2,13 @@ title: Monitoring | Stash description: monitoring of Stash menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: monitoring-stash name: Monitoring parent: guides weight: 45 product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: guides --- diff --git a/docs/guides/offline_backup.md b/docs/guides/offline_backup.md index d84239556..c5c4ba1cb 100644 --- a/docs/guides/offline_backup.md +++ b/docs/guides/offline_backup.md @@ -2,13 +2,13 @@ title: Offline Backup | Stash description: Offline Backup using Stash menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: offline-stash name: Offline Backup parent: guides weight: 15 product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: guides --- @@ -214,7 +214,7 @@ spec: fieldRef: apiVersion: v1 fieldPath: metadata.name - image: appscode/stash:0.7.0-rc.3 + image: appscode/stash:0.7.0-rc.4 imagePullPolicy: IfNotPresent name: stash resources: {} diff --git a/docs/guides/rbac.md b/docs/guides/rbac.md index 8b00da217..544d77cc5 100644 --- a/docs/guides/rbac.md +++ b/docs/guides/rbac.md @@ -2,13 +2,13 @@ title: RBAC | Stash description: RBAC menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: rbac-stash name: RBAC parent: guides weight: 40 product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: guides --- > New to Stash? Please start [here](/docs/concepts/README.md). diff --git a/docs/guides/restore.md b/docs/guides/restore.md index 7df677ebb..e527facb8 100644 --- a/docs/guides/restore.md +++ b/docs/guides/restore.md @@ -2,13 +2,13 @@ title: Restore Volumes | Stash description: Restore Volumes using Stash menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: restore-stash name: Restore Volumes parent: guides weight: 25 product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: guides --- diff --git a/docs/guides/workloads.md b/docs/guides/workloads.md index 2c9f6adea..ce943bdfb 100644 --- a/docs/guides/workloads.md +++ b/docs/guides/workloads.md @@ -2,13 +2,13 @@ title: Workloads | Stash description: workloads of Stash menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: workloads-stash name: Workloads parent: guides weight: 20 product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: guides --- @@ -64,7 +64,7 @@ spec: volumeMounts: - mountPath: /source/data name: source-data - - image: appscode/stash:0.7.0-rc.3 + - image: appscode/stash:0.7.0-rc.4 name: stash imagePullPolicy: IfNotPresent args: diff --git a/docs/reference/_index.md b/docs/reference/_index.md index 94626123a..da11640b4 100644 --- a/docs/reference/_index.md +++ b/docs/reference/_index.md @@ -2,9 +2,9 @@ title: Reference description: Stash CLI Reference menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: reference name: Reference weight: 1000 -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 --- diff --git a/docs/reference/stash.md b/docs/reference/stash.md index 6947882be..7c243b2c8 100644 --- a/docs/reference/stash.md +++ b/docs/reference/stash.md @@ -1,17 +1,17 @@ --- title: Stash menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: stash name: Stash parent: reference weight: 0 product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: reference aliases: - - products/stash/0.7.0-rc.3/reference/ + - products/stash/0.7.0-rc.4/reference/ --- ## stash diff --git a/docs/reference/stash_backup.md b/docs/reference/stash_backup.md index 598cfbee7..cb3ae4181 100644 --- a/docs/reference/stash_backup.md +++ b/docs/reference/stash_backup.md @@ -1,12 +1,12 @@ --- title: Stash Backup menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: stash-backup name: Stash Backup parent: reference product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: reference --- ## stash backup diff --git a/docs/reference/stash_check.md b/docs/reference/stash_check.md index 7398195d0..e86af0043 100644 --- a/docs/reference/stash_check.md +++ b/docs/reference/stash_check.md @@ -1,12 +1,12 @@ --- title: Stash Check menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: stash-check name: Stash Check parent: reference product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: reference --- ## stash check diff --git a/docs/reference/stash_forget.md b/docs/reference/stash_forget.md index 1691cb683..b8a37aa0b 100644 --- a/docs/reference/stash_forget.md +++ b/docs/reference/stash_forget.md @@ -1,12 +1,12 @@ --- title: Stash Forget menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: stash-forget name: Stash Forget parent: reference product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: reference --- ## stash forget diff --git a/docs/reference/stash_recover.md b/docs/reference/stash_recover.md index b76828ec7..f23e41fa4 100644 --- a/docs/reference/stash_recover.md +++ b/docs/reference/stash_recover.md @@ -1,12 +1,12 @@ --- title: Stash Recover menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: stash-recover name: Stash Recover parent: reference product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: reference --- ## stash recover diff --git a/docs/reference/stash_run.md b/docs/reference/stash_run.md index 80e47bdc1..02511997c 100644 --- a/docs/reference/stash_run.md +++ b/docs/reference/stash_run.md @@ -1,12 +1,12 @@ --- title: Stash Run menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: stash-run name: Stash Run parent: reference product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: reference --- ## stash run diff --git a/docs/reference/stash_scaledown.md b/docs/reference/stash_scaledown.md index 460f692eb..f68f4e039 100644 --- a/docs/reference/stash_scaledown.md +++ b/docs/reference/stash_scaledown.md @@ -1,12 +1,12 @@ --- title: Stash Scaledown menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: stash-scaledown name: Stash Scaledown parent: reference product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: reference --- ## stash scaledown diff --git a/docs/reference/stash_snapshots.md b/docs/reference/stash_snapshots.md index f08b2879f..f01015d24 100644 --- a/docs/reference/stash_snapshots.md +++ b/docs/reference/stash_snapshots.md @@ -1,12 +1,12 @@ --- title: Stash Snapshots menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: stash-snapshots name: Stash Snapshots parent: reference product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: reference --- ## stash snapshots diff --git a/docs/reference/stash_version.md b/docs/reference/stash_version.md index ac0f570b4..0b0c382df 100644 --- a/docs/reference/stash_version.md +++ b/docs/reference/stash_version.md @@ -1,12 +1,12 @@ --- title: Stash Version menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: stash-version name: Stash Version parent: reference product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: reference --- ## stash version diff --git a/docs/roadmap.md b/docs/roadmap.md index 3073d24fa..434c174fa 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -2,17 +2,17 @@ title: Roadmap | Stash description: Roadmap of stash menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: roadmap-stash name: Roadmap parent: welcome weight: 15 product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: welcome -url: /products/stash/0.7.0-rc.3/welcome/roadmap/ +url: /products/stash/0.7.0-rc.4/welcome/roadmap/ aliases: - - /products/stash/0.7.0-rc.3/roadmap/ + - /products/stash/0.7.0-rc.4/roadmap/ --- # Project Status diff --git a/docs/setup/README.md b/docs/setup/README.md index da5794789..2a09d7aa8 100644 --- a/docs/setup/README.md +++ b/docs/setup/README.md @@ -2,17 +2,17 @@ title: Table of Contents | Setup description: Table of Contents | Setup menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: setup-readme name: Readme parent: setup weight: -1 product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: setup -url: /products/stash/0.7.0-rc.3/setup/ +url: /products/stash/0.7.0-rc.4/setup/ aliases: - - /products/stash/0.7.0-rc.3/setup/README/ + - /products/stash/0.7.0-rc.4/setup/README/ --- # Setup diff --git a/docs/setup/_index.md b/docs/setup/_index.md index fb3dd5c9d..6b82372b1 100644 --- a/docs/setup/_index.md +++ b/docs/setup/_index.md @@ -1,9 +1,9 @@ --- title: Setup | Stash menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: setup name: Setup weight: 30 -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 --- diff --git a/docs/setup/developer-guide/_index.md b/docs/setup/developer-guide/_index.md index a51e812d8..aa8e3b939 100644 --- a/docs/setup/developer-guide/_index.md +++ b/docs/setup/developer-guide/_index.md @@ -2,10 +2,10 @@ title: Developer Guide | Stash description: Stash Developer Guide menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: developer-guide name: Developer Guide parent: setup weight: 40 -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 --- \ No newline at end of file diff --git a/docs/setup/developer-guide/overview.md b/docs/setup/developer-guide/overview.md index a7fbb2e50..9b06ed001 100644 --- a/docs/setup/developer-guide/overview.md +++ b/docs/setup/developer-guide/overview.md @@ -2,13 +2,13 @@ title: Overview | Developer Guide description: Developer Guide Overview menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: developer-guide-readme name: Overview parent: developer-guide weight: 15 product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: setup --- diff --git a/docs/setup/developer-guide/release.md b/docs/setup/developer-guide/release.md index 378c20f7a..d4bf9a927 100644 --- a/docs/setup/developer-guide/release.md +++ b/docs/setup/developer-guide/release.md @@ -2,13 +2,13 @@ title: Release | Stash description: Stash Release menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: release name: Release parent: developer-guide weight: 15 product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: setup --- # Release Process diff --git a/docs/setup/install.md b/docs/setup/install.md index 84cc3eff5..733ef7bdd 100644 --- a/docs/setup/install.md +++ b/docs/setup/install.md @@ -2,13 +2,13 @@ title: Install description: Stash Install menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: install-stash name: Install parent: setup weight: 10 product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: setup --- @@ -21,7 +21,7 @@ Stash operator can be installed via a script or as a Helm chart. To install Stash in your Kubernetes cluster, run the following command: ```console -$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.7.0-rc.3/hack/deploy/stash.sh | bash +$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.7.0-rc.4/hack/deploy/stash.sh | bash ``` After successful installation, you should have a `stash-operator-***` pod running in the `kube-system` namespace. @@ -33,10 +33,10 @@ stash-operator-846d47f489-jrb58 1/1 Running 0 48s #### Customizing Installer -The installer script and associated yaml files can be found in the [/hack/deploy](https://github.com/appscode/stash/tree/0.7.0-rc.3/hack/deploy) folder. You can see the full list of flags available to installer using `-h` flag. +The installer script and associated yaml files can be found in the [/hack/deploy](https://github.com/appscode/stash/tree/0.7.0-rc.4/hack/deploy) folder. You can see the full list of flags available to installer using `-h` flag. ```console -$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.7.0-rc.3/hack/deploy/stash.sh | bash -s -- -h +$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.7.0-rc.4/hack/deploy/stash.sh | bash -s -- -h stash.sh - install stash operator stash.sh [options] @@ -58,7 +58,7 @@ options: If you would like to run Stash operator pod in `master` instances, pass the `--run-on-master` flag: ```console -$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.7.0-rc.3/hack/deploy/stash.sh \ +$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.7.0-rc.4/hack/deploy/stash.sh \ | bash -s -- --run-on-master [--rbac] ``` @@ -66,7 +66,7 @@ Stash operator will be installed in a `kube-system` namespace by default. If you ```console $ kubectl create namespace stash -$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.7.0-rc.3/hack/deploy/stash.sh \ +$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.7.0-rc.4/hack/deploy/stash.sh \ | bash -s -- --namespace=stash [--run-on-master] [--rbac] ``` @@ -78,32 +78,32 @@ To pass the address of your private registry and optionally a image pull secret ```console $ kubectl create namespace stash -$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.7.0-rc.3/hack/deploy/stash.sh \ +$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.7.0-rc.4/hack/deploy/stash.sh \ | bash -s -- --docker-registry=MY_REGISTRY [--image-pull-secret=SECRET_NAME] [--rbac] ``` Stash implements [validating admission webhooks](https://kubernetes.io/docs/admin/admission-controllers/#validatingadmissionwebhook-alpha-in-18-beta-in-19) to validate Stash CRDs and **mutating webhooks** for Kubernetes workload types. This is helpful when you create `Restic` before creating workload objects. This allows stash operator to initialize the target workloads by adding sidecar or, init-container before workload-pods are created. Thus stash operator does not need to delete workload pods for applying changes. This is particularly helpful for workload kind `StatefulSet`, since Kubernetes does not support adding sidecar / init containers to StatefulSets after they are created. This is enabled by default for Kubernetes 1.9.0 or later releases. To disable this feature, pass the `--enable-validating-webhook=false` and `--enable-mutating-webhook=false` flag respectively. ```console -$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.7.0-rc.3/hack/deploy/stash.sh \ +$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.7.0-rc.4/hack/deploy/stash.sh \ | bash -s -- --enable-validating-webhook=false --enable-mutating-webhook=false [--rbac] ``` ## Using Helm -Stash can be installed via [Helm](https://helm.sh/) using the [chart](https://github.com/appscode/stash/tree/0.7.0-rc.3/chart/stash) from [AppsCode Charts Repository](https://github.com/appscode/charts). To install the chart with the release name `my-release`: +Stash can be installed via [Helm](https://helm.sh/) using the [chart](https://github.com/appscode/stash/tree/0.7.0-rc.4/chart/stash) from [AppsCode Charts Repository](https://github.com/appscode/charts). To install the chart with the release name `my-release`: ```console $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update $ helm search appscode/stash NAME CHART VERSION APP VERSION DESCRIPTION -appscode/stash 0.7.0-rc.3 0.7.0-rc.3 Stash by AppsCode - Backup your Kubernetes Volumes +appscode/stash 0.7.0-rc.4 0.7.0-rc.4 Stash by AppsCode - Backup your Kubernetes Volumes # Kubernetes 1.8.x -$ helm install appscode/stash --name stash-operator --version 0.7.0-rc.3 +$ helm install appscode/stash --name stash-operator --version 0.7.0-rc.4 # Kubernetes 1.9.0 or later -$ helm install appscode/stash --name stash-operator --version 0.7.0-rc.3 \ +$ helm install appscode/stash --name stash-operator --version 0.7.0-rc.4 \ --set apiserver.ca="$(onessl get kube-ca)" \ --set apiserver.enableValidatingWebhook=true \ --set apiserver.enableMutatingWebhook=true @@ -218,13 +218,13 @@ $ POD_NAMESPACE=kube-system $ POD_NAME=$(kubectl get pods -n $POD_NAMESPACE -l app=stash -o jsonpath={.items[0].metadata.name}) $ kubectl exec -it $POD_NAME -c operator -n $POD_NAMESPACE stash version -Version = 0.7.0-rc.3 +Version = 0.7.0-rc.4 VersionStrategy = tag Os = alpine Arch = amd64 CommitHash = 85b0f16ab1b915633e968aac0ee23f877808ef49 GitBranch = release-0.5 -GitTag = 0.7.0-rc.3 +GitTag = 0.7.0-rc.4 CommitTimestamp = 2017-10-10T05:24:23 $ kubectl exec -it $POD_NAME -c operator -n $POD_NAMESPACE restic version diff --git a/docs/setup/uninstall.md b/docs/setup/uninstall.md index 8cc0b7ed2..f9c375cb5 100644 --- a/docs/setup/uninstall.md +++ b/docs/setup/uninstall.md @@ -2,13 +2,13 @@ title: Uninstall description: Stash Uninstall menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: uninstall-stash name: Uninstall parent: setup weight: 20 product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: setup --- # Uninstall Stash @@ -16,7 +16,7 @@ section_menu_id: setup To uninstall Stash operator, run the following command: ```console -$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.7.0-rc.3/hack/deploy/stash.sh \ +$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.7.0-rc.4/hack/deploy/stash.sh \ | bash -s -- --uninstall [--namespace=NAMESPACE] + kubectl delete deployment -l app=stash -n kube-system diff --git a/docs/setup/upgrade.md b/docs/setup/upgrade.md index f715fca36..5e6336437 100644 --- a/docs/setup/upgrade.md +++ b/docs/setup/upgrade.md @@ -2,13 +2,13 @@ title: Upgrade | Stash description: Stash Upgrade menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: upgrade-stash name: Upgrade parent: setup weight: 15 product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: setup --- @@ -22,7 +22,7 @@ There are no backward incompatiable changes in this release. ## Upgrading from 0.5.x to 0.6.x -The format for `Restic` object has changed in backward incompatiable manner between 0.5.x and 0.7.0-rc.3 . The steps involved in upgrading Stash operator to 0.7.0-rc.3 from prior version involves the following steps: +The format for `Restic` object has changed in backward incompatiable manner between 0.5.x and 0.7.0-rc.4 . The steps involved in upgrading Stash operator to 0.7.0-rc.4 from prior version involves the following steps: 1. Backup all your old `Restic` CRDs. 2. Delete your old `Restic` objects. It will stop taking backups and remove sidecars from pods. diff --git a/docs/support.md b/docs/support.md index fedd19732..b4d861f16 100644 --- a/docs/support.md +++ b/docs/support.md @@ -2,17 +2,17 @@ title: Support | Stash description: Support menu: - product_stash_0.7.0-rc.3: + product_stash_0.7.0-rc.4: identifier: support-stash name: Support parent: welcome weight: 25 product_name: stash -menu_name: product_stash_0.7.0-rc.3 +menu_name: product_stash_0.7.0-rc.4 section_menu_id: welcome -url: /products/stash/0.7.0-rc.3/welcome/support/ +url: /products/stash/0.7.0-rc.4/welcome/support/ aliases: - - /products/stash/0.7.0-rc.3/support/ + - /products/stash/0.7.0-rc.4/support/ --- # Support diff --git a/hack/deploy/stash.sh b/hack/deploy/stash.sh index 45b70cec7..5be5b0107 100755 --- a/hack/deploy/stash.sh +++ b/hack/deploy/stash.sh @@ -93,7 +93,7 @@ export STASH_RUN_ON_MASTER=0 export STASH_ENABLE_VALIDATING_WEBHOOK=false export STASH_ENABLE_MUTATING_WEBHOOK=false export STASH_DOCKER_REGISTRY=appscode -export STASH_IMAGE_TAG=0.7.0-rc.3 +export STASH_IMAGE_TAG=0.7.0-rc.4 export STASH_IMAGE_PULL_SECRET= export STASH_IMAGE_PULL_POLICY=IfNotPresent export STASH_ENABLE_ANALYTICS=true @@ -101,7 +101,7 @@ export STASH_UNINSTALL=0 export STASH_PURGE=0 export APPSCODE_ENV=${APPSCODE_ENV:-prod} -export SCRIPT_LOCATION="curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.7.0-rc.3/" +export SCRIPT_LOCATION="curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.7.0-rc.4/" if [ "$APPSCODE_ENV" = "dev" ]; then detect_tag export SCRIPT_LOCATION="cat " diff --git a/hack/gencrd/main.go b/hack/gencrd/main.go index 755031503..a2520692f 100644 --- a/hack/gencrd/main.go +++ b/hack/gencrd/main.go @@ -58,7 +58,7 @@ func generateSwaggerJson() { Codecs: Codecs, Info: spec.InfoProps{ Title: "Stash", - Version: "v0.7.0-rc.3", + Version: "v0.7.0-rc.4", Contact: &spec.ContactInfo{ Name: "AppsCode Inc.", URL: "https://appscode.com", diff --git a/openapi-spec/v2/swagger.json b/openapi-spec/v2/swagger.json index 3145c7ed3..33a45d98e 100644 --- a/openapi-spec/v2/swagger.json +++ b/openapi-spec/v2/swagger.json @@ -11,7 +11,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "v0.7.0-rc.3" + "version": "v0.7.0-rc.4" }, "paths": { "/apis/": {