Skip to content

Commit

Permalink
Prepare docs for 0.8.3 release (#683)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored Feb 19, 2019
1 parent 54fb499 commit ccf4469
Show file tree
Hide file tree
Showing 70 changed files with 179 additions and 179 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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).

---

Expand Down
2 changes: 1 addition & 1 deletion api/openapi-spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/": {
Expand Down
4 changes: 2 additions & 2 deletions chart/stash/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion chart/stash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion chart/stash/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1
operator:
registry: appscode
repository: stash
tag: 0.8.2
tag: 0.8.3
pushgateway:
registry: prom
repository: pushgateway
Expand Down
8 changes: 4 additions & 4 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
8 changes: 4 additions & 4 deletions docs/acknowledgement.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions docs/concepts/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
4 changes: 2 additions & 2 deletions docs/concepts/crds/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
4 changes: 2 additions & 2 deletions docs/concepts/crds/recovery.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/crds/repository.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/crds/restic.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/crds/snapshot.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/what-is-stash/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
4 changes: 2 additions & 2 deletions docs/concepts/what-is-stash/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/workloads/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions docs/guides/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/_index.md
Original file line number Diff line number Diff line change
@@ -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
---
4 changes: 2 additions & 2 deletions docs/guides/backends/_index.md
Original file line number Diff line number Diff line change
@@ -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
---
4 changes: 2 additions & 2 deletions docs/guides/backends/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/backends/b2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
Loading

0 comments on commit ccf4469

Please sign in to comment.