Skip to content

Commit

Permalink
Prepare docs for 0.8.1 release (#629)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored Dec 9, 2018
1 parent d5086aa commit 5523345
Show file tree
Hide file tree
Showing 70 changed files with 194 additions and 181 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.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:
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.0/welcome/contributing).
Want to help improve Stash? Please start [here](https://appscode.com/products/stash/0.8.1/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.0"
"version": "v0.8.1"
},
"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.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:
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.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` |
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.0
tag: 0.8.1
pushgateway:
registry: prom
repository: pushgateway
Expand Down
23 changes: 18 additions & 5 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down Expand Up @@ -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))
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.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
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.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:
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.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
---
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.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
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.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

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.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
---
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.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
---
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.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
---

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.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
---

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.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
---

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.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).
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.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
---
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.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
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.0
- image: appscode/stash:0.8.1
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.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

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.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
---
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.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
---
Loading

0 comments on commit 5523345

Please sign in to comment.