From 4d0d37c970eeed22ac2a00b86bb6c964be794a14 Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Thu, 29 Oct 2020 13:51:36 -0700 Subject: [PATCH] Prepare for release v2020.10.29 (#110) * Prepare for release v2020.10.29 ProductLine: Stash Release: v2020.10.29 Release-tracker: https://github.com/stashed/CHANGELOG/pull/21 Signed-off-by: 1gtm <1gtm@appscode.com> * Fix links Signed-off-by: Tamal Saha Co-authored-by: Tamal Saha --- docs/CHANGELOG-v2020.10.29.md | 91 +++++++++++++++++++ docs/guides/latest/auto-backup/database.md | 2 +- .../latest/hooks/backup-and-restore-hooks.md | 2 +- .../guides/latest/hooks/batch-backup-hooks.md | 2 +- 4 files changed, 94 insertions(+), 3 deletions(-) create mode 100644 docs/CHANGELOG-v2020.10.29.md diff --git a/docs/CHANGELOG-v2020.10.29.md b/docs/CHANGELOG-v2020.10.29.md new file mode 100644 index 00000000..1e17871c --- /dev/null +++ b/docs/CHANGELOG-v2020.10.29.md @@ -0,0 +1,91 @@ +--- +title: Changelog | Stash +description: Changelog +menu: + docs_{{.version}}: + identifier: changelog-stash-v2020.10.29 + name: Changelog-v2020.10.29 + parent: welcome + weight: 20201029 +product_name: stash +menu_name: docs_{{.version}} +section_menu_id: welcome +url: /docs/{{.version}}/welcome/changelog-v2020.10.29/ +aliases: + - /docs/{{.version}}/CHANGELOG-v2020.10.29/ +--- + +# Stash v2020.10.29 (2020-10-29) + + +## [appscode/stash-enterprise](https://github.com/appscode/stash-enterprise) + +### [v0.11.4](https://github.com/appscode/stash-enterprise/releases/tag/v0.11.4) + +- [5b7c911d](https://github.com/appscode/stash-enterprise/commit/5b7c911d) Prepare for release v0.11.4 (#45) +- [6c8b88e9](https://github.com/appscode/stash-enterprise/commit/6c8b88e9) Update README.md +- [385ef36d](https://github.com/appscode/stash-enterprise/commit/385ef36d) Fix status updating for backup using RunParallelBackup() (#44) +- [3edaf566](https://github.com/appscode/stash-enterprise/commit/3edaf566) Add preBackupAction and postBackupAction only for Restic driver (#43) +- [3e5ac158](https://github.com/appscode/stash-enterprise/commit/3e5ac158) Update readme + + + +## [stashed/apimachinery](https://github.com/stashed/apimachinery) + +### [v0.11.4](https://github.com/stashed/apimachinery/releases/tag/v0.11.4) + +- [1b48bb3a](https://github.com/stashed/apimachinery/commit/1b48bb3a) Update Kubernetes v1.18.9 dependencies (#66) +- [24d76627](https://github.com/stashed/apimachinery/commit/24d76627) Update Kubernetes v1.18.9 dependencies (#65) +- [5e34b047](https://github.com/stashed/apimachinery/commit/5e34b047) Update readme +- [04872fc9](https://github.com/stashed/apimachinery/commit/04872fc9) Update Kubernetes v1.18.9 dependencies (#64) + + + +## [stashed/catalog](https://github.com/stashed/catalog) + +### [v2020.10.29](https://github.com/stashed/catalog/releases/tag/v2020.10.29) + +- [858d610](https://github.com/stashed/catalog/commit/858d610) Update readme +- [3d011d9](https://github.com/stashed/catalog/commit/3d011d9) Update readme + + + +## [stashed/cli](https://github.com/stashed/cli) + +### [v0.11.4](https://github.com/stashed/cli/releases/tag/v0.11.4) + +- [236c29f](https://github.com/stashed/cli/commit/236c29f) Prepare for release v0.11.4 (#69) +- [885792c](https://github.com/stashed/cli/commit/885792c) Update README.md +- [80f916f](https://github.com/stashed/cli/commit/80f916f) Update Kubernetes v1.18.9 dependencies (#68) +- [d2b4ad3](https://github.com/stashed/cli/commit/d2b4ad3) Update readme +- [4889acc](https://github.com/stashed/cli/commit/4889acc) Update Kubernetes v1.18.9 dependencies (#67) + + + +## [stashed/installer](https://github.com/stashed/installer) + +### [v0.11.4](https://github.com/stashed/installer/releases/tag/v0.11.4) + +- [4817082](https://github.com/stashed/installer/commit/4817082) Prepare for release v0.11.4 (#120) +- [3f52053](https://github.com/stashed/installer/commit/3f52053) Update README.md +- [20ac983](https://github.com/stashed/installer/commit/20ac983) Update Kubernetes v1.18.9 dependencies (#119) +- [04b3101](https://github.com/stashed/installer/commit/04b3101) Update readme +- [cf374ce](https://github.com/stashed/installer/commit/cf374ce) Update Kubernetes v1.18.9 dependencies (#118) + + + +## [stashed/stash](https://github.com/stashed/stash) + +### [v0.11.4](https://github.com/stashed/stash/releases/tag/v0.11.4) + +- [675b4bad](https://github.com/stashed/stash/commit/675b4bad) Prepare for release v0.11.4 (#1239) +- [008680ef](https://github.com/stashed/stash/commit/008680ef) Update README.md +- [569cdb79](https://github.com/stashed/stash/commit/569cdb79) Add preBackupAction and postBackupAction only for Restic driver (#1236) +- [6f0bb719](https://github.com/stashed/stash/commit/6f0bb719) Fix status updating for backup using RunParallelBackup() (#1238) +- [25e51b3a](https://github.com/stashed/stash/commit/25e51b3a) Update Kubernetes v1.18.9 dependencies (#1237) +- [0a6bab0f](https://github.com/stashed/stash/commit/0a6bab0f) Update readme +- [309a8f29](https://github.com/stashed/stash/commit/309a8f29) Update Kubernetes v1.18.9 dependencies (#1234) + + + + diff --git a/docs/guides/latest/auto-backup/database.md b/docs/guides/latest/auto-backup/database.md index 6b1ef5d9..4bad5f3c 100644 --- a/docs/guides/latest/auto-backup/database.md +++ b/docs/guides/latest/auto-backup/database.md @@ -23,7 +23,7 @@ This tutorial will show you how to configure automatic backup for PostgreSQL dat - At first, you need to have a Kubernetes cluster, and the `kubectl` command-line tool must be configured to communicate with your cluster. If you do not already have a cluster, you can create one by using [kind](https://kind.sigs.k8s.io/docs/user/quick-start/). - Install Stash in your cluster following the steps [here](/docs/setup/README.md). - Install PostgreSQL addon for Stash following the steps [here](/docs/addons/postgres/setup/install.md). -- Install [KubeDB](https://kubedb.com) in your cluster following the steps [here](https://kubedb.com/docs/latest/setup/install/). This step is optional. You can deploy your database using any method you want. We are using KubeDB because KubeDB simplifies many of the difficult or tedious management tasks of running a production grade databases on private and public clouds. +- Install [KubeDB](https://kubedb.com) in your cluster following the steps [here](https://kubedb.com/docs/latest/setup/). This step is optional. You can deploy your database using any method you want. We are using KubeDB because KubeDB simplifies many of the difficult or tedious management tasks of running a production grade databases on private and public clouds. - If you are not familiar with how Stash backup and restore PostgreSQL databases, please check the following guide [here](/docs/addons/postgres/overview.md). You should be familiar with the following `Stash` concepts: diff --git a/docs/guides/latest/hooks/backup-and-restore-hooks.md b/docs/guides/latest/hooks/backup-and-restore-hooks.md index 0e4de4fe..bca8d453 100644 --- a/docs/guides/latest/hooks/backup-and-restore-hooks.md +++ b/docs/guides/latest/hooks/backup-and-restore-hooks.md @@ -24,7 +24,7 @@ Here, we are going to demonstrate how you can perform different actions before a - At first, you need to have a Kubernetes cluster, and the `kubectl` command-line tool must be configured to communicate with your cluster. If you do not already have a cluster, you can create one by using [kind](https://kind.sigs.k8s.io/docs/user/quick-start/). - Install Stash in your cluster following the steps [here](/docs/setup/README.md). - Install MySQL addon for Stash following the steps [here](/docs/addons/mysql/setup/install.md). -- Install [KubeDB](https://kubedb.com) in your cluster following the steps [here](https://kubedb.com/docs/latest/setup/install/). This step is optional. You can deploy your database using any method you want. We are using KubeDB because KubeDB simplifies many of the difficult or tedious management tasks of running production-grade databases on private and public clouds. +- Install [KubeDB](https://kubedb.com) in your cluster following the steps [here](https://kubedb.com/docs/latest/setup/). This step is optional. You can deploy your database using any method you want. We are using KubeDB because KubeDB simplifies many of the difficult or tedious management tasks of running production-grade databases on private and public clouds. - If you are not familiar with how Stash backup and restore MySQL databases, please check the following guide [here](/docs/addons/mysql/overview.md). - Also, if you haven't read about how hooks work in Stash, please check it from [here](/docs/guides/latest/hooks/overview.md). diff --git a/docs/guides/latest/hooks/batch-backup-hooks.md b/docs/guides/latest/hooks/batch-backup-hooks.md index 42ffba3f..d7ac55a4 100644 --- a/docs/guides/latest/hooks/batch-backup-hooks.md +++ b/docs/guides/latest/hooks/batch-backup-hooks.md @@ -26,7 +26,7 @@ Here, we are going to demonstrate how to send a notification to a Slack channel - At first, you need to have a Kubernetes cluster, and the `kubectl` command-line tool must be configured to communicate with your cluster. If you do not already have a cluster, you can create one by using [kind](https://kind.sigs.k8s.io/docs/user/quick-start/). - Install Stash in your cluster following the steps [here](/docs/setup/README.md). - Install MySQL addon for Stash following the steps [here](/docs/addons/mysql/setup/install.md). -- Install [KubeDB](https://kubedb.com) in your cluster following the steps [here](https://kubedb.com/docs/latest/setup/install/). This step is optional. You can deploy your database using any method you want. We are using KubeDB because KubeDB simplifies many of the difficult or tedious management tasks of running production-grade databases on private and public clouds. +- Install [KubeDB](https://kubedb.com) in your cluster following the steps [here](https://kubedb.com/docs/latest/setup/). This step is optional. You can deploy your database using any method you want. We are using KubeDB because KubeDB simplifies many of the difficult or tedious management tasks of running production-grade databases on private and public clouds. - If you are not familiar with how Stash backup and restore MySQL databases, please check the following guide [here](/docs/addons/mysql/overview.md). - Also, if you haven't read about how hooks work in Stash, please check it from [here](/docs/guides/latest/hooks/overview.md).