diff --git a/README.md b/README.md index 64c37ff4a..108fc40a8 100644 --- a/README.md +++ b/README.md @@ -28,17 +28,17 @@ Please pick a version of Stash that matches your Kubernetes installation. | Stash Version | Docs | Kubernetes Version | |------------------------------------------------------------------------------------|-----------------------------------------------------------------|--------------------| -| [0.8.2](https://github.com/appscode/stash/releases/tag/0.8.2) (uses CRD) | [User Guide](https://appscode.com/products/stash/0.8.2) | 1.9.x+ | +| [0.8.3](https://github.com/appscode/stash/releases/tag/0.8.3) (uses CRD) | [User Guide](https://appscode.com/products/stash/0.8.3) | 1.9.x+ | | [0.7.0](https://github.com/appscode/stash/releases/tag/0.7.0) (uses CRD) | [User Guide](https://appscode.com/products/stash/0.7.0) | 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.8.2/setup/install). +To install Stash, please follow the guide [here](https://appscode.com/products/stash/0.8.3/setup/install). ## Using Stash -Want to learn how to use Stash? Please start [here](https://appscode.com/products/stash/0.8.2). +Want to learn how to use Stash? Please start [here](https://appscode.com/products/stash/0.8.3). ## Stash API Clients You can use Stash api clients to programmatically access its objects. Here are the supported clients: @@ -47,7 +47,7 @@ You can use Stash api clients to programmatically access its objects. Here are t - Java: https://github.com/stash-client/java ## Contribution guidelines -Want to help improve Stash? Please start [here](https://appscode.com/products/stash/0.8.2/welcome/contributing). +Want to help improve Stash? Please start [here](https://appscode.com/products/stash/0.8.3/welcome/contributing). --- diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index 115555692..13e1a3c70 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -11,7 +11,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "v0.8.2" + "version": "v0.8.3" }, "paths": { "/apis/": { diff --git a/chart/stash/Chart.yaml b/chart/stash/Chart.yaml index e98438285..a52d55531 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.8.2 -appVersion: 0.8.2 +version: 0.8.3 +appVersion: 0.8.3 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 e1143e467..3bfbd6a84 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.8.2` | +| `operator.tag` | operator container image tag | `0.8.3` | | `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.5.2` | diff --git a/chart/stash/values.yaml b/chart/stash/values.yaml index 2b4a1ed6b..8463158bc 100644 --- a/chart/stash/values.yaml +++ b/chart/stash/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 operator: registry: appscode repository: stash - tag: 0.8.2 + tag: 0.8.3 pushgateway: registry: prom repository: pushgateway diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b9634c440..c8c1dd470 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,17 +2,17 @@ title: Changelog | Stash description: Changelog menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: changelog-stash name: Changelog parent: welcome weight: 10 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: welcome -url: /products/stash/0.8.2/welcome/changelog/ +url: /products/stash/0.8.3/welcome/changelog/ aliases: - - /products/stash/0.8.2/CHANGELOG/ + - /products/stash/0.8.3/CHANGELOG/ --- # Change Log diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index fa7ac4e05..6f26db02b 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -2,17 +2,17 @@ title: Contributing | Stash description: Contributing menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: contributing-stash name: Contributing parent: welcome weight: 10 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: welcome -url: /products/stash/0.8.2/welcome/contributing/ +url: /products/stash/0.8.3/welcome/contributing/ aliases: - - /products/stash/0.8.2/CONTRIBUTING/ + - /products/stash/0.8.3/CONTRIBUTING/ --- # Contribution Guidelines diff --git a/docs/README.md b/docs/README.md index 059d912ae..0d12ff5d7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,18 +2,18 @@ title: Welcome | Stash description: Welcome to Stash menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: readme-stash name: Readme parent: welcome weight: -1 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: welcome -url: /products/stash/0.8.2/welcome/ +url: /products/stash/0.8.3/welcome/ aliases: - - /products/stash/0.8.2/ - - /products/stash/0.8.2/README/ + - /products/stash/0.8.3/ + - /products/stash/0.8.3/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 6f85153a3..81b3a98bf 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -2,9 +2,9 @@ title: Docs | Stash description: Stash Docs menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: welcome name: Welcome weight: 10 -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 --- diff --git a/docs/acknowledgement.md b/docs/acknowledgement.md index c0d1c40bc..da6a8aaa5 100644 --- a/docs/acknowledgement.md +++ b/docs/acknowledgement.md @@ -2,17 +2,17 @@ title: Acknowledgement | Stash description: Acknowledgement menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: acknowledgement-stash name: Acknowledgement parent: welcome weight: 20 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: welcome -url: /products/stash/0.8.2/welcome/acknowledgement/ +url: /products/stash/0.8.3/welcome/acknowledgement/ aliases: - - /products/stash/0.8.2/acknowledgement/ + - /products/stash/0.8.3/acknowledgement/ --- # Acknowledgement diff --git a/docs/concepts/README.md b/docs/concepts/README.md index aece3d9f0..7d12e40dc 100644 --- a/docs/concepts/README.md +++ b/docs/concepts/README.md @@ -1,17 +1,17 @@ --- title: Concepts | Stash menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: concepts-readme name: Readme parent: concepts weight: -1 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: concepts -url: /products/stash/0.8.2/concepts/ +url: /products/stash/0.8.3/concepts/ aliases: - - /products/stash/0.8.2/concepts/README/ + - /products/stash/0.8.3/concepts/README/ --- # Concepts diff --git a/docs/concepts/_index.md b/docs/concepts/_index.md index c9ad96ca0..f9ea9b99d 100644 --- a/docs/concepts/_index.md +++ b/docs/concepts/_index.md @@ -2,9 +2,9 @@ title: Concepts description: Stash Concepts menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: concepts name: Concepts weight: 20 -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 --- diff --git a/docs/concepts/crds/_index.md b/docs/concepts/crds/_index.md index 111eb8737..183609fa9 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.8.2: + product_stash_0.8.3: identifier: crds parent: concepts name: Declarative API weight: 15 -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 --- diff --git a/docs/concepts/crds/recovery.md b/docs/concepts/crds/recovery.md index 3744abca4..8e0a3a76f 100644 --- a/docs/concepts/crds/recovery.md +++ b/docs/concepts/crds/recovery.md @@ -1,13 +1,13 @@ --- title: Recovery Overview menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: recovery-overview name: Recovery parent: crds weight: 20 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: concepts --- diff --git a/docs/concepts/crds/repository.md b/docs/concepts/crds/repository.md index 348c50f4d..af4d6db52 100644 --- a/docs/concepts/crds/repository.md +++ b/docs/concepts/crds/repository.md @@ -1,13 +1,13 @@ --- title: Repository Overview menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: repository-overview name: Repository parent: crds weight: 15 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: concepts --- diff --git a/docs/concepts/crds/restic.md b/docs/concepts/crds/restic.md index 5f12a74fc..8b506a06e 100644 --- a/docs/concepts/crds/restic.md +++ b/docs/concepts/crds/restic.md @@ -1,13 +1,13 @@ --- title: Restic Overview menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: restic-overview name: Restic parent: crds weight: 10 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: concepts --- diff --git a/docs/concepts/crds/snapshot.md b/docs/concepts/crds/snapshot.md index 6372743ac..029c9e42c 100644 --- a/docs/concepts/crds/snapshot.md +++ b/docs/concepts/crds/snapshot.md @@ -1,13 +1,13 @@ --- title: Snapshot Overview menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: snapshot-overview name: Snapshot parent: crds weight: 25 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: concepts --- > New to Stash? Please start [here](/docs/concepts/README.md). diff --git a/docs/concepts/what-is-stash/_index.md b/docs/concepts/what-is-stash/_index.md index 4c0bbe02c..109e345dc 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.8.2: + product_stash_0.8.3: identifier: what-is-stash parent: concepts name: What is Stash weight: 10 -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 --- diff --git a/docs/concepts/what-is-stash/overview.md b/docs/concepts/what-is-stash/overview.md index d4b5a8762..387280590 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.8.2: + product_stash_0.8.3: identifier: overview-concepts name: Overview parent: what-is-stash weight: 10 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: concepts --- # Stash diff --git a/docs/examples/workloads/statefulset.yaml b/docs/examples/workloads/statefulset.yaml index 3f4ff74ee..7430c5e8c 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.8.2 + - image: appscode/stash:0.8.3 name: stash imagePullPolicy: IfNotPresent args: diff --git a/docs/guides/README.md b/docs/guides/README.md index f7ef190d1..19c0d9a4b 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.8.2: + product_stash_0.8.3: identifier: guides-readme name: Readme parent: guides weight: -1 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: guides -url: /products/stash/0.8.2/guides/ +url: /products/stash/0.8.3/guides/ aliases: - - /products/stash/0.8.2/guides/README/ + - /products/stash/0.8.3/guides/README/ --- # Guides diff --git a/docs/guides/_index.md b/docs/guides/_index.md index d3375c92d..e2a8674b3 100644 --- a/docs/guides/_index.md +++ b/docs/guides/_index.md @@ -1,9 +1,9 @@ --- title: Guides | Stash menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: guides name: Guides weight: 40 -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 --- diff --git a/docs/guides/backends/_index.md b/docs/guides/backends/_index.md index fba14fc32..a520e8f68 100644 --- a/docs/guides/backends/_index.md +++ b/docs/guides/backends/_index.md @@ -1,10 +1,10 @@ --- title: Backends | Stash menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: backend name: Supported Backends parent: guides weight: 30 -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 --- diff --git a/docs/guides/backends/azure.md b/docs/guides/backends/azure.md index add51b8f5..48e6e5ffc 100644 --- a/docs/guides/backends/azure.md +++ b/docs/guides/backends/azure.md @@ -2,13 +2,13 @@ title: Azure Backend | Stash description: Configure Stash to use Microsoft Azure Storage as Backend. menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: backend-azure name: Azure Blob Storage parent: backend weight: 40 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: guides --- diff --git a/docs/guides/backends/b2.md b/docs/guides/backends/b2.md index b452f8ef1..728fd42a2 100644 --- a/docs/guides/backends/b2.md +++ b/docs/guides/backends/b2.md @@ -2,13 +2,13 @@ title: Backblaze B2 Backend | Stash description: Configure Stash to use Backblaze B2 as Backend. menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: backend-b2 name: Backblaze B2 parent: backend weight: 70 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: guides --- diff --git a/docs/guides/backends/gcs.md b/docs/guides/backends/gcs.md index c8801dffe..f8cbcd687 100644 --- a/docs/guides/backends/gcs.md +++ b/docs/guides/backends/gcs.md @@ -2,13 +2,13 @@ title: GCS Backend | Stash description: Configure Stash to use Google Cloud Storage (GCS) as Backend. menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: backend-gcs name: Google Cloud Storage parent: backend weight: 50 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: guides --- diff --git a/docs/guides/backends/local.md b/docs/guides/backends/local.md index 4352a7901..a18175d40 100644 --- a/docs/guides/backends/local.md +++ b/docs/guides/backends/local.md @@ -2,13 +2,13 @@ title: Local Backend | Stash description: Configure Stash to Use Local Backend. menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: backend-local name: Persistent Volumes parent: backend weight: 20 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: guides --- diff --git a/docs/guides/backends/overview.md b/docs/guides/backends/overview.md index 8d5b95959..cde5afd42 100644 --- a/docs/guides/backends/overview.md +++ b/docs/guides/backends/overview.md @@ -2,13 +2,13 @@ title: Backend Overview | Stash description: An overview of backends used by Stash to store snapshot data. menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: backend-overview name: What is Backend? parent: backend weight: 10 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: guides --- diff --git a/docs/guides/backends/s3.md b/docs/guides/backends/s3.md index 1e34176bc..8585f4713 100644 --- a/docs/guides/backends/s3.md +++ b/docs/guides/backends/s3.md @@ -2,13 +2,13 @@ title: AWS S3 Backend | Stash description: Configure Stash to use AWS S3 as Backend. menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: backend-s3 name: AWS S3 parent: backend weight: 30 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: guides --- diff --git a/docs/guides/backends/swift.md b/docs/guides/backends/swift.md index 939f9b0b8..7302d610a 100644 --- a/docs/guides/backends/swift.md +++ b/docs/guides/backends/swift.md @@ -2,13 +2,13 @@ title: Swift Backend | Stash description: Configure Stash to use OpenStack Swift as Backend. menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: backend-swift name: OpenStack Swift parent: backend weight: 60 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: guides --- diff --git a/docs/guides/backup.md b/docs/guides/backup.md index c6c4e2d3f..d624afd59 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.8.2: + product_stash_0.8.3: identifier: backup-stash name: Backup Volumes parent: guides weight: 10 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: guides --- diff --git a/docs/guides/monitoring/_index.md b/docs/guides/monitoring/_index.md index eff73a5e2..91a4fe8fe 100644 --- a/docs/guides/monitoring/_index.md +++ b/docs/guides/monitoring/_index.md @@ -1,10 +1,10 @@ --- title: Monitoring | Stash menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: monitoring name: Monitoring parent: guides weight: 40 -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 --- diff --git a/docs/guides/monitoring/builtin.md b/docs/guides/monitoring/builtin.md index b97ac9f2a..f12b347e4 100644 --- a/docs/guides/monitoring/builtin.md +++ b/docs/guides/monitoring/builtin.md @@ -2,13 +2,13 @@ title: Builtin Prometheus | Stash description: Monitor Stash using official Prometheus server menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: monitoring-builtin name: Builtin Prometheus parent: monitoring weight: 20 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: guides --- @@ -32,7 +32,7 @@ namespace/monitoring created Enable Prometheus monitoring using `prometheus.io/builtin` agent while installing Stash. To know details about how to enable monitoring see [here](/docs/guides/monitoring/overview.md#how-to-enable-monitoring). Here, we are going to enable monitoring for both `backup & recovery` and `operator` metrics. ```console -$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.2/hack/deploy/stash.sh | bash -s -- \ +$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.3/hack/deploy/stash.sh | bash -s -- \ --monitoring-agent=prometheus.io/builtin \ --monitoring-backup=true \ --monitoring-operator=true \ @@ -120,7 +120,7 @@ stash-apiserver-cert kubernetes.io/tls 2 2m21s If you are using a RBAC enabled cluster, you have to give necessary RBAC permissions for Prometheus. Let's create necessary RBAC stuffs for Prometheus, ```console -$ kubectl apply -f https://raw.githubusercontent.com/appscode/stash/0.8.2/docs/examples/monitoring/builtin/prom-rbac.yaml +$ kubectl apply -f https://raw.githubusercontent.com/appscode/stash/0.8.3/docs/examples/monitoring/builtin/prom-rbac.yaml clusterrole.rbac.authorization.k8s.io/stash-prometheus-server created serviceaccount/stash-prometheus-server created clusterrolebinding.rbac.authorization.k8s.io/stash-prometheus-server created @@ -245,7 +245,7 @@ Also note that, we have provided a bearer-token file through `bearer_token_file` Let's create the ConfigMap we have shown above, ```console -$ kubectl apply -f https://raw.githubusercontent.com/appscode/stash/0.8.2/docs/examples/monitoring/builtin/prom-config.yaml +$ kubectl apply -f https://raw.githubusercontent.com/appscode/stash/0.8.3/docs/examples/monitoring/builtin/prom-config.yaml configmap/stash-prometheus-server-conf created ``` @@ -306,7 +306,7 @@ Notice that, we have mounted `stash-apiserver-cert` secret as a volume at `/etc/ Now, let's create the deployment, ```console -$ kubectl apply -f https://raw.githubusercontent.com/appscode/stash/0.8.2/docs/examples/monitoring/builtin/prom-deployment.yaml +$ kubectl apply -f https://raw.githubusercontent.com/appscode/stash/0.8.3/docs/examples/monitoring/builtin/prom-deployment.yaml deployment.apps/stash-prometheus-server created ``` diff --git a/docs/guides/monitoring/coreos.md b/docs/guides/monitoring/coreos.md index 60d789555..72ceb0304 100644 --- a/docs/guides/monitoring/coreos.md +++ b/docs/guides/monitoring/coreos.md @@ -2,13 +2,13 @@ title: CoreOS Prometheus Operator | Stash description: Monitor Stash using CoreOS Prometheus operator menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: monitoring-coreos-operator name: Prometheus Operator parent: monitoring weight: 30 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: guides --- @@ -36,7 +36,7 @@ Enable Prometheus monitoring using `prometheus.io/coreos-operator` agent while i Here, we are going to enable monitoring for both `backup & recovery` and `operator` metrics. ```console -$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.2/hack/deploy/stash.sh | bash -s -- \ +$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.3/hack/deploy/stash.sh | bash -s -- \ --monitoring-agent=prometheus.io/coreos-operator \ --monitoring-backup=true \ --monitoring-operator=true \ @@ -135,7 +135,7 @@ Here, `spec.serviceMonitorSelector` is used to select the `ServiceMonitor` crd t Let's create the `Prometheus` object we have shown above, ```console -$ kubectl apply -f https://raw.githubusercontent.com/appscode/stash/0.8.2/docs/examples/monitoring/coreos/prometheus.yaml +$ kubectl apply -f https://raw.githubusercontent.com/appscode/stash/0.8.3/docs/examples/monitoring/coreos/prometheus.yaml prometheus.monitoring.coreos.com/prometheus created ``` diff --git a/docs/guides/monitoring/grafana.md b/docs/guides/monitoring/grafana.md index 971e49c27..932a7e873 100644 --- a/docs/guides/monitoring/grafana.md +++ b/docs/guides/monitoring/grafana.md @@ -2,13 +2,13 @@ title: Use Grafana | Stash description: Using Grafana dashboard to visualize Stash monitoring data menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: monitoring-grafana name: Using Grafana parent: monitoring weight: 40 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: guides --- @@ -29,7 +29,7 @@ Grafana provides an elegant graphical user interface to visualize data. You can We have to add our Prometheus server `prometheus-prometheus-0` as data source of grafana. We are going to use a `ClusterIP` service to connect Prometheus server with grafana. Let's create a service to select Prometheus server `prometheus-prometheus-0`, ```console -$ kubectl apply -f https://raw.githubusercontent.com/appscode/stash/0.8.2/docs/examples/monitoring/coreos/prometheus-service.yaml +$ kubectl apply -f https://raw.githubusercontent.com/appscode/stash/0.8.3/docs/examples/monitoring/coreos/prometheus-service.yaml service/prometheus created ``` diff --git a/docs/guides/monitoring/overview.md b/docs/guides/monitoring/overview.md index 27b025bc5..ba4153cb9 100644 --- a/docs/guides/monitoring/overview.md +++ b/docs/guides/monitoring/overview.md @@ -2,13 +2,13 @@ title: Monitoring Overview | Stash description: A general overview of monitoring Stash menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: monitoring-overview name: Overview parent: monitoring weight: 10 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: guides --- @@ -121,7 +121,7 @@ You have to provides these flags while installing or upgrading or updating Stash **Helm:** ```console -$ helm install appscode/stash --name stash-operator --version 0.8.2 --namespace kube-system \ +$ helm install appscode/stash --name stash-operator --version 0.8.3 --namespace kube-system \ --set monitoring.agent=prometheus.io/coreos-operator \ --set monitoring.backup=true \ --set monitoring.operator=true \ @@ -131,7 +131,7 @@ $ helm install appscode/stash --name stash-operator --version 0.8.2 --namespace **Script:** ```console -$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.2/hack/deploy/stash.sh | bash -s -- \ +$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.3/hack/deploy/stash.sh | bash -s -- \ --monitoring-agent=prometheus.io/coreos-operator \ --monitoring-backup=true \ --monitoring-operator=true \ diff --git a/docs/guides/offline_backup.md b/docs/guides/offline_backup.md index ff5f24dc6..7c210c6c2 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.8.2: + product_stash_0.8.3: identifier: offline-stash name: Offline Backup parent: guides weight: 15 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: guides --- diff --git a/docs/guides/platforms/_index.md b/docs/guides/platforms/_index.md index a36b25e14..929f94ac0 100644 --- a/docs/guides/platforms/_index.md +++ b/docs/guides/platforms/_index.md @@ -1,10 +1,10 @@ --- title: Platforms | Stash menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: platforms name: Platforms parent: guides weight: 35 -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 --- diff --git a/docs/guides/platforms/aks.md b/docs/guides/platforms/aks.md index af9a130dc..3cf47c5be 100644 --- a/docs/guides/platforms/aks.md +++ b/docs/guides/platforms/aks.md @@ -2,13 +2,13 @@ title: AKS | Stash description: Using Stash in Azure Kubernetes Service menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: platforms-aks name: AKS parent: platforms weight: 20 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: guides --- diff --git a/docs/guides/platforms/eks.md b/docs/guides/platforms/eks.md index bf6e41b18..344aeb254 100644 --- a/docs/guides/platforms/eks.md +++ b/docs/guides/platforms/eks.md @@ -2,13 +2,13 @@ title: EKS | Stash description: Using Stash in Amazon EKS menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: platforms-eks name: EKS parent: platforms weight: 10 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: guides --- diff --git a/docs/guides/platforms/gke.md b/docs/guides/platforms/gke.md index 5df2e0b62..f753c590a 100644 --- a/docs/guides/platforms/gke.md +++ b/docs/guides/platforms/gke.md @@ -2,13 +2,13 @@ title: GKE | Stash description: Using Stash in Google Kubernetes Engine menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: platforms-gke name: GKE parent: platforms weight: 30 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: guides --- diff --git a/docs/guides/platforms/minio.md b/docs/guides/platforms/minio.md index 577df8495..b0441e294 100644 --- a/docs/guides/platforms/minio.md +++ b/docs/guides/platforms/minio.md @@ -2,13 +2,13 @@ title: Minio | Stash description: Using Stash with TLS secured Minio Server menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: platforms-minio name: Minio parent: platforms weight: 40 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: guides --- diff --git a/docs/guides/platforms/rook.md b/docs/guides/platforms/rook.md index d669eb842..20a4a274c 100644 --- a/docs/guides/platforms/rook.md +++ b/docs/guides/platforms/rook.md @@ -2,13 +2,13 @@ title: Rook | Stash description: Using Stash with Rook Storage Service menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: platforms-rook name: Rook parent: platforms weight: 50 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: guides --- diff --git a/docs/guides/rbac.md b/docs/guides/rbac.md index dcbd21cdf..650ca6841 100644 --- a/docs/guides/rbac.md +++ b/docs/guides/rbac.md @@ -2,13 +2,13 @@ title: RBAC | Stash description: RBAC menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: rbac-stash name: RBAC parent: guides weight: 45 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 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 0e5f114fb..73d63bc04 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.8.2: + product_stash_0.8.3: identifier: restore-stash name: Restore Volumes parent: guides weight: 20 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: guides --- diff --git a/docs/guides/workloads.md b/docs/guides/workloads.md index 853992f3b..884cbc18f 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.8.2: + product_stash_0.8.3: identifier: workloads-stash name: Workloads parent: guides weight: 25 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: guides --- @@ -64,7 +64,7 @@ spec: volumeMounts: - mountPath: /source/data name: source-data - - image: appscode/stash:0.8.2 + - image: appscode/stash:0.8.3 name: stash imagePullPolicy: IfNotPresent args: diff --git a/docs/reference/_index.md b/docs/reference/_index.md index 80513e029..f4e2132d2 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.8.2: + product_stash_0.8.3: identifier: reference name: Reference weight: 1000 -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 --- diff --git a/docs/reference/stash.md b/docs/reference/stash.md index 8429f2aaa..d6f6f4c91 100644 --- a/docs/reference/stash.md +++ b/docs/reference/stash.md @@ -1,17 +1,17 @@ --- title: Stash menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: stash name: Stash parent: reference weight: 0 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: reference aliases: - - products/stash/0.8.2/reference/ + - products/stash/0.8.3/reference/ --- ## stash diff --git a/docs/reference/stash_backup.md b/docs/reference/stash_backup.md index f6fc18437..c89311498 100644 --- a/docs/reference/stash_backup.md +++ b/docs/reference/stash_backup.md @@ -1,12 +1,12 @@ --- title: Stash Backup menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: stash-backup name: Stash Backup parent: reference product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: reference --- ## stash backup diff --git a/docs/reference/stash_check.md b/docs/reference/stash_check.md index 235d35a60..47f41dcf8 100644 --- a/docs/reference/stash_check.md +++ b/docs/reference/stash_check.md @@ -1,12 +1,12 @@ --- title: Stash Check menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: stash-check name: Stash Check parent: reference product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: reference --- ## stash check diff --git a/docs/reference/stash_forget.md b/docs/reference/stash_forget.md index bcf2d18be..6bfc88c90 100644 --- a/docs/reference/stash_forget.md +++ b/docs/reference/stash_forget.md @@ -1,12 +1,12 @@ --- title: Stash Forget menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: stash-forget name: Stash Forget parent: reference product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: reference --- ## stash forget diff --git a/docs/reference/stash_recover.md b/docs/reference/stash_recover.md index 6892b9ba3..0d90c239a 100644 --- a/docs/reference/stash_recover.md +++ b/docs/reference/stash_recover.md @@ -1,12 +1,12 @@ --- title: Stash Recover menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: stash-recover name: Stash Recover parent: reference product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: reference --- ## stash recover diff --git a/docs/reference/stash_run.md b/docs/reference/stash_run.md index cea4bcf33..15afac4be 100644 --- a/docs/reference/stash_run.md +++ b/docs/reference/stash_run.md @@ -1,12 +1,12 @@ --- title: Stash Run menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: stash-run name: Stash Run parent: reference product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: reference --- ## stash run diff --git a/docs/reference/stash_scaledown.md b/docs/reference/stash_scaledown.md index 604bfb8d3..214cdef9c 100644 --- a/docs/reference/stash_scaledown.md +++ b/docs/reference/stash_scaledown.md @@ -1,12 +1,12 @@ --- title: Stash Scaledown menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: stash-scaledown name: Stash Scaledown parent: reference product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: reference --- ## stash scaledown diff --git a/docs/reference/stash_snapshots.md b/docs/reference/stash_snapshots.md index 8a1748e64..674b6fc6b 100644 --- a/docs/reference/stash_snapshots.md +++ b/docs/reference/stash_snapshots.md @@ -1,12 +1,12 @@ --- title: Stash Snapshots menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: stash-snapshots name: Stash Snapshots parent: reference product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: reference --- ## stash snapshots diff --git a/docs/reference/stash_version.md b/docs/reference/stash_version.md index 5dd926a60..b90391815 100644 --- a/docs/reference/stash_version.md +++ b/docs/reference/stash_version.md @@ -1,12 +1,12 @@ --- title: Stash Version menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: stash-version name: Stash Version parent: reference product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: reference --- ## stash version diff --git a/docs/roadmap.md b/docs/roadmap.md index 536538a11..53b6b1621 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -2,17 +2,17 @@ title: Roadmap | Stash description: Roadmap of stash menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: roadmap-stash name: Roadmap parent: welcome weight: 15 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: welcome -url: /products/stash/0.8.2/welcome/roadmap/ +url: /products/stash/0.8.3/welcome/roadmap/ aliases: - - /products/stash/0.8.2/roadmap/ + - /products/stash/0.8.3/roadmap/ --- # Project Status diff --git a/docs/setup/README.md b/docs/setup/README.md index 191a74a4a..34719eaaa 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.8.2: + product_stash_0.8.3: identifier: setup-readme name: Readme parent: setup weight: -1 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: setup -url: /products/stash/0.8.2/setup/ +url: /products/stash/0.8.3/setup/ aliases: - - /products/stash/0.8.2/setup/README/ + - /products/stash/0.8.3/setup/README/ --- # Setup diff --git a/docs/setup/_index.md b/docs/setup/_index.md index c3b00e08a..66eb58eb7 100644 --- a/docs/setup/_index.md +++ b/docs/setup/_index.md @@ -1,9 +1,9 @@ --- title: Setup | Stash menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: setup name: Setup weight: 30 -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 --- diff --git a/docs/setup/developer-guide/_index.md b/docs/setup/developer-guide/_index.md index 9b6f8e645..378acbe0f 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.8.2: + product_stash_0.8.3: identifier: developer-guide name: Developer Guide parent: setup weight: 40 -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 --- \ No newline at end of file diff --git a/docs/setup/developer-guide/overview.md b/docs/setup/developer-guide/overview.md index b49172e6a..ce2ebf98d 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.8.2: + product_stash_0.8.3: identifier: developer-guide-readme name: Overview parent: developer-guide weight: 15 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: setup --- diff --git a/docs/setup/developer-guide/release.md b/docs/setup/developer-guide/release.md index 626b02f48..be07bbc8a 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.8.2: + product_stash_0.8.3: identifier: release name: Release parent: developer-guide weight: 15 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: setup --- # Release Process diff --git a/docs/setup/install.md b/docs/setup/install.md index 947acc061..ea257cddc 100644 --- a/docs/setup/install.md +++ b/docs/setup/install.md @@ -2,13 +2,13 @@ title: Install description: Stash Install menu: - product_stash_0.8.2: + product_stash_0.8.3: identifier: install-stash name: Install parent: setup weight: 10 product_name: stash -menu_name: product_stash_0.8.2 +menu_name: product_stash_0.8.3 section_menu_id: setup --- @@ -32,7 +32,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.8.2/hack/deploy/stash.sh | bash +$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.3/hack/deploy/stash.sh | bash ``` After successful installation, you should have a `stash-operator-***` pod running in the `kube-system` namespace. @@ -44,10 +44,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.8.2/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.8.3/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.8.2/hack/deploy/stash.sh | bash -s -- -h +$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.3/hack/deploy/stash.sh | bash -s -- -h stash.sh - install stash operator @@ -78,7 +78,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.8.2/hack/deploy/stash.sh \ +$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.3/hack/deploy/stash.sh \ | bash -s -- --run-on-master [--rbac] ``` @@ -86,7 +86,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.8.2/hack/deploy/stash.sh \ +$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.3/hack/deploy/stash.sh \ | bash -s -- --namespace=stash [--run-on-master] [--rbac] ``` @@ -98,33 +98,33 @@ 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.8.2/hack/deploy/stash.sh \ +$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.3/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/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook) 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.8.2/hack/deploy/stash.sh \ +$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.3/hack/deploy/stash.sh \ | bash -s -- --enable-validating-webhook=false --enable-mutating-webhook=false [--rbac] ``` -Stash 0.8.2 or later releases can use status sub resource for CustomResourceDefintions. This is enabled by default for Kubernetes 1.11.0 or later releases. To disable this feature, pass the `--enable-status-subresource=false` flag. +Stash 0.8.3 or later releases can use status sub resource for CustomResourceDefintions. This is enabled by default for Kubernetes 1.11.0 or later releases. To disable this feature, pass the `--enable-status-subresource=false` flag.