Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="has-text-centered">
<a class="pure-button"
href="/#/getting-started/index">
href="/#/getting-started">
Skip to the 'Getting Started' section
</a>
</div>
Expand Down
1 change: 1 addition & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
- [Workflow](/workflow.md)
- [Commands](/commands.md)
- [run](/commands/run.md)
- [upgrade](/commands/upgrade.md)
- [Changelog](/CHANGELOG.md)
8 changes: 8 additions & 0 deletions docs/commands/upgrade.md
Original file line number Diff line number Diff line change
@@ -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.