diff --git a/README.md b/README.md index a1ebd5728..184e98a0f 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.0](https://github.com/appscode/stash/releases/tag/0.8.0) (uses CRD) | [User Guide](https://appscode.com/products/stash/0.8.0) | 1.9.x+ | +| [0.8.1](https://github.com/appscode/stash/releases/tag/0.8.1) (uses CRD) | [User Guide](https://appscode.com/products/stash/0.8.1) | 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.0/setup/install). +To install Stash, please follow the guide [here](https://appscode.com/products/stash/0.8.1/setup/install). ## Using Stash -Want to learn how to use Stash? Please start [here](https://appscode.com/products/stash/0.8.0). +Want to learn how to use Stash? Please start [here](https://appscode.com/products/stash/0.8.1). ## 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.0/welcome/contributing). +Want to help improve Stash? Please start [here](https://appscode.com/products/stash/0.8.1/welcome/contributing). --- diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index bc1e46533..49cc88cc1 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.0" + "version": "v0.8.1" }, "paths": { "/apis/": { diff --git a/chart/stash/Chart.yaml b/chart/stash/Chart.yaml index f61dec6e7..6446445ac 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.0 -appVersion: 0.8.0 +version: 0.8.1 +appVersion: 0.8.1 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 d545ce657..734d2e6ae 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.0` | +| `operator.tag` | operator container image tag | `0.8.1` | | `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 ee60165bd..6cfe109ef 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.0 + tag: 0.8.1 pushgateway: registry: prom repository: pushgateway diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 607fd5bc2..d7806ee5d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,22 +2,34 @@ title: Changelog | Stash description: Changelog menu: - product_stash_0.8.0: + product_stash_0.8.1: identifier: changelog-stash name: Changelog parent: welcome weight: 10 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: welcome -url: /products/stash/0.8.0/welcome/changelog/ +url: /products/stash/0.8.1/welcome/changelog/ aliases: - - /products/stash/0.8.0/CHANGELOG/ + - /products/stash/0.8.1/CHANGELOG/ --- # Change Log -## [0.8.0](https://github.com/appscode/stash/tree/0.8.0) (2018-12-07) +## [Unreleased](https://github.com/appscode/stash/tree/HEAD) + +[Full Changelog](https://github.com/appscode/stash/compare/0.8.0...HEAD) + +**Closed issues:** + +- Stash chart is throwing error [\#627](https://github.com/appscode/stash/issues/627) + +**Merged pull requests:** + +- Add missing validator for respository resource in chart [\#628](https://github.com/appscode/stash/pull/628) ([tamalsaha](https://github.com/tamalsaha)) + +## [0.8.0](https://github.com/appscode/stash/tree/0.8.0) (2018-12-08) [Full Changelog](https://github.com/appscode/stash/compare/0.7.0...0.8.0) **Fixed bugs:** @@ -56,6 +68,7 @@ aliases: **Merged pull requests:** +- Prepare docs for 0.8.0 release [\#626](https://github.com/appscode/stash/pull/626) ([tamalsaha](https://github.com/tamalsaha)) - Update docs \(Minio, Rook, NFS\) [\#625](https://github.com/appscode/stash/pull/625) ([hossainemruz](https://github.com/hossainemruz)) - Use flags.DumpAll to dump flags [\#624](https://github.com/appscode/stash/pull/624) ([tamalsaha](https://github.com/tamalsaha)) - Set periodic analytics [\#623](https://github.com/appscode/stash/pull/623) ([tamalsaha](https://github.com/tamalsaha)) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index e78bcb19f..adb1d7c36 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -2,17 +2,17 @@ title: Contributing | Stash description: Contributing menu: - product_stash_0.8.0: + product_stash_0.8.1: identifier: contributing-stash name: Contributing parent: welcome weight: 10 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: welcome -url: /products/stash/0.8.0/welcome/contributing/ +url: /products/stash/0.8.1/welcome/contributing/ aliases: - - /products/stash/0.8.0/CONTRIBUTING/ + - /products/stash/0.8.1/CONTRIBUTING/ --- # Contribution Guidelines diff --git a/docs/README.md b/docs/README.md index d4e4432d2..395bfbd68 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.0: + product_stash_0.8.1: identifier: readme-stash name: Readme parent: welcome weight: -1 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: welcome -url: /products/stash/0.8.0/welcome/ +url: /products/stash/0.8.1/welcome/ aliases: - - /products/stash/0.8.0/ - - /products/stash/0.8.0/README/ + - /products/stash/0.8.1/ + - /products/stash/0.8.1/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 377a7fd00..81f320fa1 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -2,9 +2,9 @@ title: Docs | Stash description: Stash Docs menu: - product_stash_0.8.0: + product_stash_0.8.1: identifier: welcome name: Welcome weight: 10 -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 --- diff --git a/docs/acknowledgement.md b/docs/acknowledgement.md index 2f2adf35d..c7fdfb4d9 100644 --- a/docs/acknowledgement.md +++ b/docs/acknowledgement.md @@ -2,17 +2,17 @@ title: Acknowledgement | Stash description: Acknowledgement menu: - product_stash_0.8.0: + product_stash_0.8.1: identifier: acknowledgement-stash name: Acknowledgement parent: welcome weight: 20 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: welcome -url: /products/stash/0.8.0/welcome/acknowledgement/ +url: /products/stash/0.8.1/welcome/acknowledgement/ aliases: - - /products/stash/0.8.0/acknowledgement/ + - /products/stash/0.8.1/acknowledgement/ --- # Acknowledgement diff --git a/docs/concepts/README.md b/docs/concepts/README.md index de0d94eb6..a81d74942 100644 --- a/docs/concepts/README.md +++ b/docs/concepts/README.md @@ -1,17 +1,17 @@ --- title: Concepts | Stash menu: - product_stash_0.8.0: + product_stash_0.8.1: identifier: concepts-readme name: Readme parent: concepts weight: -1 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: concepts -url: /products/stash/0.8.0/concepts/ +url: /products/stash/0.8.1/concepts/ aliases: - - /products/stash/0.8.0/concepts/README/ + - /products/stash/0.8.1/concepts/README/ --- # Concepts diff --git a/docs/concepts/_index.md b/docs/concepts/_index.md index 77d730c9c..e65f03723 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.0: + product_stash_0.8.1: identifier: concepts name: Concepts weight: 20 -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 --- diff --git a/docs/concepts/crds/_index.md b/docs/concepts/crds/_index.md index f62d06fc5..39fcb07db 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.0: + product_stash_0.8.1: identifier: crds parent: concepts name: Declarative API weight: 15 -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 --- diff --git a/docs/concepts/crds/recovery.md b/docs/concepts/crds/recovery.md index e66bb9f5f..ab75a0361 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.0: + product_stash_0.8.1: identifier: recovery-overview name: Recovery parent: crds weight: 20 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: concepts --- diff --git a/docs/concepts/crds/repository.md b/docs/concepts/crds/repository.md index 388ab5a40..b2bf57954 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.0: + product_stash_0.8.1: identifier: repository-overview name: Repository parent: crds weight: 15 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: concepts --- diff --git a/docs/concepts/crds/restic.md b/docs/concepts/crds/restic.md index 4e9bd3128..744203302 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.0: + product_stash_0.8.1: identifier: restic-overview name: Restic parent: crds weight: 10 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: concepts --- diff --git a/docs/concepts/crds/snapshot.md b/docs/concepts/crds/snapshot.md index 33b5b8658..6ef8bf86b 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.0: + product_stash_0.8.1: identifier: snapshot-overview name: Snapshot parent: crds weight: 25 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 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 813230fe7..c21dfb322 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.0: + product_stash_0.8.1: identifier: what-is-stash parent: concepts name: What is Stash weight: 10 -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 --- diff --git a/docs/concepts/what-is-stash/overview.md b/docs/concepts/what-is-stash/overview.md index b711fe200..1f52ffb62 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.0: + product_stash_0.8.1: identifier: overview-concepts name: Overview parent: what-is-stash weight: 10 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: concepts --- # Stash diff --git a/docs/examples/workloads/statefulset.yaml b/docs/examples/workloads/statefulset.yaml index e84a6758d..0fcd34af8 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.0 + - image: appscode/stash:0.8.1 name: stash imagePullPolicy: IfNotPresent args: diff --git a/docs/guides/README.md b/docs/guides/README.md index 4f11360e9..8c48a7b4b 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.0: + product_stash_0.8.1: identifier: guides-readme name: Readme parent: guides weight: -1 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: guides -url: /products/stash/0.8.0/guides/ +url: /products/stash/0.8.1/guides/ aliases: - - /products/stash/0.8.0/guides/README/ + - /products/stash/0.8.1/guides/README/ --- # Guides diff --git a/docs/guides/_index.md b/docs/guides/_index.md index 34b27188f..d8a0dbe97 100644 --- a/docs/guides/_index.md +++ b/docs/guides/_index.md @@ -1,9 +1,9 @@ --- title: Guides | Stash menu: - product_stash_0.8.0: + product_stash_0.8.1: identifier: guides name: Guides weight: 40 -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 --- diff --git a/docs/guides/backends/_index.md b/docs/guides/backends/_index.md index b3ad95b5f..87a627462 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.0: + product_stash_0.8.1: identifier: backend name: Supported Backends parent: guides weight: 30 -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 --- diff --git a/docs/guides/backends/azure.md b/docs/guides/backends/azure.md index 2b8d9023c..129503725 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.0: + product_stash_0.8.1: identifier: backend-azure name: Azure Blob Storage parent: backend weight: 40 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: guides --- diff --git a/docs/guides/backends/b2.md b/docs/guides/backends/b2.md index dec9e6c41..eba5d2721 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.0: + product_stash_0.8.1: identifier: backend-b2 name: Backblaze B2 parent: backend weight: 70 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: guides --- diff --git a/docs/guides/backends/gcs.md b/docs/guides/backends/gcs.md index ecc9d62dd..dcc0c0ba3 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.0: + product_stash_0.8.1: identifier: backend-gcs name: Google Cloud Storage parent: backend weight: 50 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: guides --- diff --git a/docs/guides/backends/local.md b/docs/guides/backends/local.md index 8581e4442..5f9b2b152 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.0: + product_stash_0.8.1: identifier: backend-local name: Persistent Volumes parent: backend weight: 20 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: guides --- diff --git a/docs/guides/backends/overview.md b/docs/guides/backends/overview.md index c17882d6b..2e4f21219 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.0: + product_stash_0.8.1: identifier: backend-overview name: What is Backend? parent: backend weight: 10 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: guides --- diff --git a/docs/guides/backends/s3.md b/docs/guides/backends/s3.md index 4cf2f3325..6503e1451 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.0: + product_stash_0.8.1: identifier: backend-s3 name: AWS S3 parent: backend weight: 30 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: guides --- diff --git a/docs/guides/backends/swift.md b/docs/guides/backends/swift.md index ffba6242f..3c9675d86 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.0: + product_stash_0.8.1: identifier: backend-swift name: OpenStack Swift parent: backend weight: 60 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: guides --- diff --git a/docs/guides/backup.md b/docs/guides/backup.md index 4e552a8ce..10dac4a1f 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.0: + product_stash_0.8.1: identifier: backup-stash name: Backup Volumes parent: guides weight: 10 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: guides --- diff --git a/docs/guides/monitoring/_index.md b/docs/guides/monitoring/_index.md index 6f147117a..7a8240c55 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.0: + product_stash_0.8.1: identifier: monitoring name: Monitoring parent: guides weight: 40 -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 --- diff --git a/docs/guides/monitoring/builtin.md b/docs/guides/monitoring/builtin.md index b7af76861..a32fb3fed 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.0: + product_stash_0.8.1: identifier: monitoring-builtin name: Builtin Prometheus parent: monitoring weight: 20 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: guides --- @@ -32,7 +32,7 @@ namespace/demo 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.0/hack/deploy/stash.sh | bash -s -- \ +$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.1/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 curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.0/docs/examples/monitoring/builtin/prom-rbac.yaml +$ kubectl apply -f curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.1/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 curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.0/docs/examples/monitoring/builtin/prom-config.yaml +$ kubectl apply -f curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.1/docs/examples/monitoring/builtin/prom-config.yaml configmap/stash-prometheus-server-conf created ``` @@ -303,7 +303,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 curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.0/docs/examples/monitoring/builtin/prom-deployment.yaml +$ kubectl apply -f curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.1/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 90bded871..e8ae6e4e5 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.0: + product_stash_0.8.1: identifier: monitoring-coreos-operator name: Prometheus Operator parent: monitoring weight: 30 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 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.0/hack/deploy/stash.sh | bash -s -- \ +$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.1/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.0/docs/examples/monitoring/coreos/prometheus.yaml +$ kubectl apply -f https://raw.githubusercontent.com/appscode/stash/0.8.1/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 79c4f5fcd..7a6dac02e 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.0: + product_stash_0.8.1: identifier: monitoring-grafana name: Using Grafana parent: monitoring weight: 40 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 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.0/docs/examples/monitoring/coreos/prometheus-service.yaml +$ kubectl apply -f https://raw.githubusercontent.com/appscode/stash/0.8.1/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 95efe8fad..f23d524b6 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.0: + product_stash_0.8.1: identifier: monitoring-overview name: Overview parent: monitoring weight: 10 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: guides --- @@ -87,7 +87,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.0 --namespace kube-system \ +$ helm install appscode/stash --name stash-operator --version 0.8.1 --namespace kube-system \ --set monitoring.agent=prometheus.io/coreos-operator \ --set monitoring.backup=true \ --set monitoring.operator=true \ @@ -97,7 +97,7 @@ $ helm install appscode/stash --name stash-operator --version 0.8.0 --namespace **Script:** ```console -$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.0/hack/deploy/stash.sh | bash -s -- \ +$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.1/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 6a57a0ccd..8a9960bb2 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.0: + product_stash_0.8.1: identifier: offline-stash name: Offline Backup parent: guides weight: 15 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: guides --- diff --git a/docs/guides/platforms/_index.md b/docs/guides/platforms/_index.md index 80a16158a..a65588ad2 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.0: + product_stash_0.8.1: identifier: platforms name: Platforms parent: guides weight: 35 -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 --- diff --git a/docs/guides/platforms/aks.md b/docs/guides/platforms/aks.md index 470c105dd..f12459fbe 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.0: + product_stash_0.8.1: identifier: platforms-aks name: AKS parent: platforms weight: 20 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: guides --- diff --git a/docs/guides/platforms/eks.md b/docs/guides/platforms/eks.md index a88eb6c0a..43a3f0ae2 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.0: + product_stash_0.8.1: identifier: platforms-eks name: EKS parent: platforms weight: 10 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: guides --- diff --git a/docs/guides/platforms/gke.md b/docs/guides/platforms/gke.md index ccac3183a..7adbbab1f 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.0: + product_stash_0.8.1: identifier: platforms-gke name: GKE parent: platforms weight: 30 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: guides --- diff --git a/docs/guides/platforms/minio.md b/docs/guides/platforms/minio.md index 0825bf958..6b78fe939 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.0: + product_stash_0.8.1: identifier: platforms-minio name: Minio parent: platforms weight: 40 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: guides --- diff --git a/docs/guides/platforms/rook.md b/docs/guides/platforms/rook.md index ca11ee36a..086c2750d 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.0: + product_stash_0.8.1: identifier: platforms-rook name: Rook parent: platforms weight: 50 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: guides --- diff --git a/docs/guides/rbac.md b/docs/guides/rbac.md index 366eae5ba..7ab9dc016 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.0: + product_stash_0.8.1: identifier: rbac-stash name: RBAC parent: guides weight: 45 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 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 351255189..335a7f718 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.0: + product_stash_0.8.1: identifier: restore-stash name: Restore Volumes parent: guides weight: 20 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: guides --- diff --git a/docs/guides/workloads.md b/docs/guides/workloads.md index d4a87c8e0..2b87c561b 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.0: + product_stash_0.8.1: identifier: workloads-stash name: Workloads parent: guides weight: 25 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: guides --- @@ -64,7 +64,7 @@ spec: volumeMounts: - mountPath: /source/data name: source-data - - image: appscode/stash:0.8.0 + - image: appscode/stash:0.8.1 name: stash imagePullPolicy: IfNotPresent args: diff --git a/docs/reference/_index.md b/docs/reference/_index.md index 0381d00ee..5488da5a9 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.0: + product_stash_0.8.1: identifier: reference name: Reference weight: 1000 -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 --- diff --git a/docs/reference/stash.md b/docs/reference/stash.md index c50664e9f..79340496f 100644 --- a/docs/reference/stash.md +++ b/docs/reference/stash.md @@ -1,17 +1,17 @@ --- title: Stash menu: - product_stash_0.8.0: + product_stash_0.8.1: identifier: stash name: Stash parent: reference weight: 0 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: reference aliases: - - products/stash/0.8.0/reference/ + - products/stash/0.8.1/reference/ --- ## stash diff --git a/docs/reference/stash_backup.md b/docs/reference/stash_backup.md index bda423414..84233d3ef 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.0: + product_stash_0.8.1: identifier: stash-backup name: Stash Backup parent: reference product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: reference --- ## stash backup diff --git a/docs/reference/stash_check.md b/docs/reference/stash_check.md index 01be2bbb5..778726ed7 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.0: + product_stash_0.8.1: identifier: stash-check name: Stash Check parent: reference product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: reference --- ## stash check diff --git a/docs/reference/stash_forget.md b/docs/reference/stash_forget.md index f0b96ea4d..33388d65b 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.0: + product_stash_0.8.1: identifier: stash-forget name: Stash Forget parent: reference product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: reference --- ## stash forget diff --git a/docs/reference/stash_recover.md b/docs/reference/stash_recover.md index da1c42079..6747b8ba6 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.0: + product_stash_0.8.1: identifier: stash-recover name: Stash Recover parent: reference product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: reference --- ## stash recover diff --git a/docs/reference/stash_run.md b/docs/reference/stash_run.md index f538e2016..4f32c06c9 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.0: + product_stash_0.8.1: identifier: stash-run name: Stash Run parent: reference product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: reference --- ## stash run diff --git a/docs/reference/stash_scaledown.md b/docs/reference/stash_scaledown.md index 41f55607e..18954145b 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.0: + product_stash_0.8.1: identifier: stash-scaledown name: Stash Scaledown parent: reference product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: reference --- ## stash scaledown diff --git a/docs/reference/stash_snapshots.md b/docs/reference/stash_snapshots.md index 2c8ae3ef8..2e0959272 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.0: + product_stash_0.8.1: identifier: stash-snapshots name: Stash Snapshots parent: reference product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: reference --- ## stash snapshots diff --git a/docs/reference/stash_version.md b/docs/reference/stash_version.md index c924e85b5..78158e5a8 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.0: + product_stash_0.8.1: identifier: stash-version name: Stash Version parent: reference product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: reference --- ## stash version diff --git a/docs/roadmap.md b/docs/roadmap.md index d5f56adbc..48f9a3bb2 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.0: + product_stash_0.8.1: identifier: roadmap-stash name: Roadmap parent: welcome weight: 15 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: welcome -url: /products/stash/0.8.0/welcome/roadmap/ +url: /products/stash/0.8.1/welcome/roadmap/ aliases: - - /products/stash/0.8.0/roadmap/ + - /products/stash/0.8.1/roadmap/ --- # Project Status diff --git a/docs/setup/README.md b/docs/setup/README.md index 5160dd246..99a24e4cf 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.0: + product_stash_0.8.1: identifier: setup-readme name: Readme parent: setup weight: -1 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: setup -url: /products/stash/0.8.0/setup/ +url: /products/stash/0.8.1/setup/ aliases: - - /products/stash/0.8.0/setup/README/ + - /products/stash/0.8.1/setup/README/ --- # Setup diff --git a/docs/setup/_index.md b/docs/setup/_index.md index 2218bf8cb..e9502b7d0 100644 --- a/docs/setup/_index.md +++ b/docs/setup/_index.md @@ -1,9 +1,9 @@ --- title: Setup | Stash menu: - product_stash_0.8.0: + product_stash_0.8.1: identifier: setup name: Setup weight: 30 -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 --- diff --git a/docs/setup/developer-guide/_index.md b/docs/setup/developer-guide/_index.md index c69f2108e..1a46ef98b 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.0: + product_stash_0.8.1: identifier: developer-guide name: Developer Guide parent: setup weight: 40 -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 --- \ No newline at end of file diff --git a/docs/setup/developer-guide/overview.md b/docs/setup/developer-guide/overview.md index 795b032fd..18d6aa2af 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.0: + product_stash_0.8.1: identifier: developer-guide-readme name: Overview parent: developer-guide weight: 15 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: setup --- diff --git a/docs/setup/developer-guide/release.md b/docs/setup/developer-guide/release.md index fe9bcdb87..c2616b5a3 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.0: + product_stash_0.8.1: identifier: release name: Release parent: developer-guide weight: 15 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: setup --- # Release Process diff --git a/docs/setup/install.md b/docs/setup/install.md index 4c6ff2b31..981862626 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.0: + product_stash_0.8.1: identifier: install-stash name: Install parent: setup weight: 10 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 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.0/hack/deploy/stash.sh | bash +$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.1/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.0/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.1/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.0/hack/deploy/stash.sh | bash -s -- -h +$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.1/hack/deploy/stash.sh | bash -s -- -h stash.sh - install stash operator stash.sh [options] @@ -77,7 +77,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.0/hack/deploy/stash.sh \ +$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.1/hack/deploy/stash.sh \ | bash -s -- --run-on-master [--rbac] ``` @@ -85,7 +85,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.0/hack/deploy/stash.sh \ +$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.1/hack/deploy/stash.sh \ | bash -s -- --namespace=stash [--run-on-master] [--rbac] ``` @@ -97,33 +97,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.0/hack/deploy/stash.sh \ +$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.1/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.8.0/hack/deploy/stash.sh \ +$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.1/hack/deploy/stash.sh \ | bash -s -- --enable-validating-webhook=false --enable-mutating-webhook=false [--rbac] ``` -Stash 0.8.0 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.1 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.
## Using Helm -Stash can be installed via [Helm](https://helm.sh/) using the [chart](https://github.com/appscode/stash/tree/0.8.0/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.8.1/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.8.0 0.8.0 Stash by AppsCode - Backup your Kubernetes Volumes +appscode/stash 0.8.1 0.8.1 Stash by AppsCode - Backup your Kubernetes Volumes -$ helm install appscode/stash --name stash-operator --version 0.8.0 --namespace kube-system +$ helm install appscode/stash --name stash-operator --version 0.8.1 --namespace kube-system ``` To see the detailed configuration options, visit [here](https://github.com/appscode/stash/tree/master/chart/stash). @@ -216,13 +216,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.8.0 +Version = 0.8.1 VersionStrategy = tag Os = alpine Arch = amd64 CommitHash = 85b0f16ab1b915633e968aac0ee23f877808ef49 GitBranch = release-0.5 -GitTag = 0.8.0 +GitTag = 0.8.1 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 62cc953c3..3d192c097 100644 --- a/docs/setup/uninstall.md +++ b/docs/setup/uninstall.md @@ -2,13 +2,13 @@ title: Uninstall description: Stash Uninstall menu: - product_stash_0.8.0: + product_stash_0.8.1: identifier: uninstall-stash name: Uninstall parent: setup weight: 20 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 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.8.0/hack/deploy/stash.sh \ +$ curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.1/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 0068d56b4..2161b5df8 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.8.0: + product_stash_0.8.1: identifier: upgrade-stash name: Upgrade parent: setup weight: 15 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: setup --- diff --git a/docs/support.md b/docs/support.md index c55243442..e83210388 100644 --- a/docs/support.md +++ b/docs/support.md @@ -2,17 +2,17 @@ title: Support | Stash description: Support menu: - product_stash_0.8.0: + product_stash_0.8.1: identifier: support-stash name: Support parent: welcome weight: 25 product_name: stash -menu_name: product_stash_0.8.0 +menu_name: product_stash_0.8.1 section_menu_id: welcome -url: /products/stash/0.8.0/welcome/support/ +url: /products/stash/0.8.1/welcome/support/ aliases: - - /products/stash/0.8.0/support/ + - /products/stash/0.8.1/support/ --- # Support diff --git a/glide.yaml b/glide.yaml index 445d84da4..6c6c7e722 100644 --- a/glide.yaml +++ b/glide.yaml @@ -38,9 +38,9 @@ import: - package: github.com/onsi/gomega version: v1.4.0 - package: github.com/pkg/errors - version: v0.8.0 + version: v0.8.1 - package: github.com/prometheus/client_golang - version: v0.8.0 + version: v0.8.1 - package: github.com/spf13/afero version: v1.1.2 - package: github.com/spf13/cobra diff --git a/hack/deploy/stash.sh b/hack/deploy/stash.sh index b52d9cd45..dd01e3fc0 100755 --- a/hack/deploy/stash.sh +++ b/hack/deploy/stash.sh @@ -113,7 +113,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.8.0 +export STASH_IMAGE_TAG=0.8.1 export STASH_IMAGE_PULL_SECRET= export STASH_IMAGE_PULL_POLICY=IfNotPresent export STASH_ENABLE_STATUS_SUBRESOURCE=false @@ -123,7 +123,7 @@ export STASH_PURGE=0 export STASH_BYPASS_VALIDATING_WEBHOOK_XRAY=false export STASH_USE_KUBEAPISERVER_FQDN_FOR_AKS=true -export SCRIPT_LOCATION="curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.0/" +export SCRIPT_LOCATION="curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.8.1/" if [[ "$APPSCODE_ENV" == "dev" ]]; then detect_tag export SCRIPT_LOCATION="cat " diff --git a/hack/gencrd/main.go b/hack/gencrd/main.go index 7afef4e14..368831291 100644 --- a/hack/gencrd/main.go +++ b/hack/gencrd/main.go @@ -61,7 +61,7 @@ func generateSwaggerJson() { Codecs: Codecs, Info: spec.InfoProps{ Title: "Stash", - Version: "v0.8.0", + Version: "v0.8.1", Contact: &spec.ContactInfo{ Name: "AppsCode Inc.", URL: "https://appscode.com", diff --git a/hack/gendocs/main.go b/hack/gendocs/main.go index 7232c8c5b..92ac8f586 100644 --- a/hack/gendocs/main.go +++ b/hack/gendocs/main.go @@ -16,7 +16,7 @@ import ( ) const ( - version = "0.8.0" + version = "0.8.1" ) var (