Skip to content

Commit

Permalink
Prepare docs for 0.7.0 release. (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha authored May 29, 2018
1 parent 72c9e20 commit 705ecd0
Show file tree
Hide file tree
Showing 52 changed files with 148 additions and 140 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@ Please pick a version of Stash that matches your Kubernetes installation.

| Stash Version | Docs | Kubernetes Version |
|------------------------------------------------------------------------------------|-----------------------------------------------------------------|--------------------|
| [0.7.0-rc.5](https://github.com/appscode/stash/releases/tag/0.7.0-rc.5) (uses CRD) | [User Guide](https://appscode.com/products/stash/0.7.0-rc.5) | 1.8.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.7.0-rc.5/setup/install).
To install Stash, please follow the guide [here](https://appscode.com/products/stash/0.7.0/setup/install).

## Using Stash
Want to learn how to use Stash? Please start [here](https://appscode.com/products/stash/0.7.0-rc.5).
Want to learn how to use Stash? Please start [here](https://appscode.com/products/stash/0.7.0).

## Contribution guidelines
Want to help improve Stash? Please start [here](https://appscode.com/products/stash/0.7.0-rc.5/welcome/contributing).
Want to help improve Stash? Please start [here](https://appscode.com/products/stash/0.7.0/welcome/contributing).

---

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.7.0-rc.5
appVersion: 0.7.0-rc.5
version: 0.7.0
appVersion: 0.7.0
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.7.0-rc.5` |
| `operator.tag` | operator container image tag | `0.7.0` |
| `pushgateway.registry` | Docker registry used to pull Prometheus pushgateway image | `prom` |
| `pushgateway.repository` | Prometheus pushgateway container image | `pushgateway` |
| `pushgateway.tag` | Prometheus pushgateway container image tag | `v0.4.0` |
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.7.0-rc.5
tag: 0.7.0
pushgateway:
registry: prom
repository: pushgateway
Expand Down
18 changes: 13 additions & 5 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,39 @@
title: Changelog | Stash
description: Changelog
menu:
product_stash_0.7.0-rc.5:
product_stash_0.7.0:
identifier: changelog-stash
name: Changelog
parent: welcome
weight: 10
product_name: stash
menu_name: product_stash_0.7.0-rc.5
menu_name: product_stash_0.7.0
section_menu_id: welcome
url: /products/stash/0.7.0-rc.5/welcome/changelog/
url: /products/stash/0.7.0/welcome/changelog/
aliases:
- /products/stash/0.7.0-rc.5/CHANGELOG/
- /products/stash/0.7.0/CHANGELOG/
---

# Change Log

## [Unreleased](https://github.com/appscode/stash/tree/HEAD)

[Full Changelog](https://github.com/appscode/stash/compare/0.7.0-rc.4...HEAD)
[Full Changelog](https://github.com/appscode/stash/compare/0.7.0-rc.5...HEAD)

**Closed issues:**

- Resource type "snapshot" not registered [\#499](https://github.com/appscode/stash/issues/499)

## [0.7.0-rc.5](https://github.com/appscode/stash/tree/0.7.0-rc.5) (2018-05-23)
[Full Changelog](https://github.com/appscode/stash/compare/0.7.0-rc.4...0.7.0-rc.5)

**Fixed bugs:**

- Fix storage implementation for snapshots [\#497](https://github.com/appscode/stash/pull/497) ([tamalsaha](https://github.com/tamalsaha))

**Merged pull requests:**

- Prepare docs for 0.7.0-rc.5 [\#498](https://github.com/appscode/stash/pull/498) ([tamalsaha](https://github.com/tamalsaha))
- Update changelog [\#495](https://github.com/appscode/stash/pull/495) ([tamalsaha](https://github.com/tamalsaha))

## [0.7.0-rc.4](https://github.com/appscode/stash/tree/0.7.0-rc.4) (2018-05-22)
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.7.0-rc.5:
product_stash_0.7.0:
identifier: contributing-stash
name: Contributing
parent: welcome
weight: 10
product_name: stash
menu_name: product_stash_0.7.0-rc.5
menu_name: product_stash_0.7.0
section_menu_id: welcome
url: /products/stash/0.7.0-rc.5/welcome/contributing/
url: /products/stash/0.7.0/welcome/contributing/
aliases:
- /products/stash/0.7.0-rc.5/CONTRIBUTING/
- /products/stash/0.7.0/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.7.0-rc.5:
product_stash_0.7.0:
identifier: readme-stash
name: Readme
parent: welcome
weight: -1
product_name: stash
menu_name: product_stash_0.7.0-rc.5
menu_name: product_stash_0.7.0
section_menu_id: welcome
url: /products/stash/0.7.0-rc.5/welcome/
url: /products/stash/0.7.0/welcome/
aliases:
- /products/stash/0.7.0-rc.5/
- /products/stash/0.7.0-rc.5/README/
- /products/stash/0.7.0/
- /products/stash/0.7.0/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.7.0-rc.5:
product_stash_0.7.0:
identifier: welcome
name: Welcome
weight: 10
menu_name: product_stash_0.7.0-rc.5
menu_name: product_stash_0.7.0
---
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.7.0-rc.5:
product_stash_0.7.0:
identifier: acknowledgement-stash
name: Acknowledgement
parent: welcome
weight: 20
product_name: stash
menu_name: product_stash_0.7.0-rc.5
menu_name: product_stash_0.7.0
section_menu_id: welcome
url: /products/stash/0.7.0-rc.5/welcome/acknowledgement/
url: /products/stash/0.7.0/welcome/acknowledgement/
aliases:
- /products/stash/0.7.0-rc.5/acknowledgement/
- /products/stash/0.7.0/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.7.0-rc.5:
product_stash_0.7.0:
identifier: concepts-readme
name: Readme
parent: concepts
weight: -1
product_name: stash
menu_name: product_stash_0.7.0-rc.5
menu_name: product_stash_0.7.0
section_menu_id: concepts
url: /products/stash/0.7.0-rc.5/concepts/
url: /products/stash/0.7.0/concepts/
aliases:
- /products/stash/0.7.0-rc.5/concepts/README/
- /products/stash/0.7.0/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.7.0-rc.5:
product_stash_0.7.0:
identifier: concepts
name: Concepts
weight: 20
menu_name: product_stash_0.7.0-rc.5
menu_name: product_stash_0.7.0
---
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.7.0-rc.5:
product_stash_0.7.0:
identifier: crds
parent: concepts
name: Declarative API
weight: 15
menu_name: product_stash_0.7.0-rc.5
menu_name: product_stash_0.7.0
---
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.7.0-rc.5:
product_stash_0.7.0:
identifier: recovery-overview
name: Recovery
parent: crds
weight: 20
product_name: stash
menu_name: product_stash_0.7.0-rc.5
menu_name: product_stash_0.7.0
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.7.0-rc.5:
product_stash_0.7.0:
identifier: repository-overview
name: Repository
parent: crds
weight: 15
product_name: stash
menu_name: product_stash_0.7.0-rc.5
menu_name: product_stash_0.7.0
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.7.0-rc.5:
product_stash_0.7.0:
identifier: restic-overview
name: Restic
parent: crds
weight: 10
product_name: stash
menu_name: product_stash_0.7.0-rc.5
menu_name: product_stash_0.7.0
section_menu_id: concepts
---

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.7.0-rc.5:
product_stash_0.7.0:
identifier: what-is-stash
parent: concepts
name: What is Stash
weight: 10
menu_name: product_stash_0.7.0-rc.5
menu_name: product_stash_0.7.0
---
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.7.0-rc.5:
product_stash_0.7.0:
identifier: overview-concepts
name: Overview
parent: what-is-stash
weight: 10
product_name: stash
menu_name: product_stash_0.7.0-rc.5
menu_name: product_stash_0.7.0
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.7.0-rc.5
- image: appscode/stash:0.7.0
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.7.0-rc.5:
product_stash_0.7.0:
identifier: guides-readme
name: Readme
parent: guides
weight: -1
product_name: stash
menu_name: product_stash_0.7.0-rc.5
menu_name: product_stash_0.7.0
section_menu_id: guides
url: /products/stash/0.7.0-rc.5/guides/
url: /products/stash/0.7.0/guides/
aliases:
- /products/stash/0.7.0-rc.5/guides/README/
- /products/stash/0.7.0/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.7.0-rc.5:
product_stash_0.7.0:
identifier: guides
name: Guides
weight: 40
menu_name: product_stash_0.7.0-rc.5
menu_name: product_stash_0.7.0
---
4 changes: 2 additions & 2 deletions docs/guides/backends.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
title: Supported Backends | Stash
description: Supported Backends for Stash
menu:
product_stash_0.7.0-rc.5:
product_stash_0.7.0:
identifier: backends-stash
name: Backends
parent: guides
weight: 30
product_name: stash
menu_name: product_stash_0.7.0-rc.5
menu_name: product_stash_0.7.0
section_menu_id: guides
---

Expand Down
6 changes: 3 additions & 3 deletions docs/guides/backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
title: Backup Volumes | Stash
description: Backup Volumes using Stash
menu:
product_stash_0.7.0-rc.5:
product_stash_0.7.0:
identifier: backup-stash
name: Backup Volumes
parent: guides
weight: 10
product_name: stash
menu_name: product_stash_0.7.0-rc.5
menu_name: product_stash_0.7.0
section_menu_id: guides
---

Expand Down Expand Up @@ -220,7 +220,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: appscode/stash:0.7.0-rc.5
image: appscode/stash:0.7.0
imagePullPolicy: IfNotPresent
name: stash
resources: {}
Expand Down
Loading

0 comments on commit 705ecd0

Please sign in to comment.