diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f8a09cf66..da3915c055 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ # Changelog -#### v0.3.3 - 2017-08-10 +#### [v0.3.3](https://github.com/heptio/ark/tree/v0.3.3) - 2017-08-10 * Treat the first field in a schedule's cron expression as minutes, not seconds -#### v0.3.2 - 2017-08-07 +#### [v0.3.2](https://github.com/heptio/ark/tree/v0.3.2) - 2017-08-07 * Add client-go auth provider plugins for Azure, GCP, OIDC -#### v0.3.1 - 2017-08-03 +#### [v0.3.1](https://github.com/heptio/ark/tree/v0.3.1) - 2017-08-03 * Fix Makefile VERSION -#### v0.3.0 - 2017-08-03 +#### [v0.3.0](https://github.com/heptio/ark/tree/v0.3.0) - 2017-08-03 * Initial Release diff --git a/README.md b/README.md index 4a6c0a480e..f3ad3b9cc6 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,12 @@ Clone or fork the Heptio Ark repo: git clone git@github.com:heptio/ark.git ``` +Checkout the appropriate tag for the Ark version you wish to use (e.g. replacing `` with "v0.3.3"): +``` +git checkout +``` +You should `git checkout master` only if you're planning on [building the Ark image from scratch][7]. + ### 2. Setup There are two types of Ark instances that work in tandem: diff --git a/docs/cloud-provider-specifics.md b/docs/cloud-provider-specifics.md index 0a994596cf..d89ccc2f3e 100644 --- a/docs/cloud-provider-specifics.md +++ b/docs/cloud-provider-specifics.md @@ -1,5 +1,7 @@ # Cloud Provider Specifics +> NOTE: Documentation may change between releases. See the [Changelog][20] for links to previous versions of this repository and its docs. + While the [Quickstart][0] uses a local storage service to quickly set up Heptio Ark as a demonstration, this document details additional configurations that are required when integrating with the cloud providers below: * [Setup][12] @@ -358,4 +360,5 @@ ark restore create nginx-backup --restore-volumes [16]: https://cloud.google.com/compute/docs/gcloud-compute [17]: https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-application-objects [18]: https://docs.microsoft.com/en-us/azure/storage/storage-azure-cli -[19]: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#reclaiming \ No newline at end of file +[19]: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#reclaiming +[20]: /CHANGELOG.md