diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 168741e..3ee04a5 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.6.1-beta] - 22-04-2021 + +### Added +- Added `upgrade` command to update used blueprint version +- Guided installation + +### Updated +- Fix module add/remove commands not updating containers +- Silence helper scripts by default +- Sync after up scripts + +### Fixed +- Sync after scripts have been run after `up` command finishes +- Always refresh containers after building them + ## [0.6.0-beta] - 18-04-2021 ### Added diff --git a/docs/README.md b/docs/README.md index c35b41f..41c6946 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@
+ href="/#/getting-started"> Skip to the 'Getting Started' section
diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 0d3174f..f8fdc09 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -3,4 +3,5 @@ - [Workflow](/workflow.md) - [Commands](/commands.md) - [run](/commands/run.md) + - [upgrade](/commands/upgrade.md) - [Changelog](/CHANGELOG.md) diff --git a/docs/commands/upgrade.md b/docs/commands/upgrade.md new file mode 100644 index 0000000..6ccb452 --- /dev/null +++ b/docs/commands/upgrade.md @@ -0,0 +1,8 @@ +# `upgrade` command + +## Description + +Upgrade the blueprint version to the latest version. + +This checks the blueprint repository for any changes on the remote branch +and updates the version to the latest one.