Skip to content

Commit

Permalink
Merge branch 'prepare-release' into 'master'
Browse files Browse the repository at this point in the history
Prepare release v0.2.0

See merge request Qm64/backpack!16
  • Loading branch information
koalalorenzo committed Nov 15, 2020
2 parents 08ee3d4 + b438f90 commit bccb7b3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added
### Removed
### Changed
### Fixed

## [0.2.0] - 2020-11-15
### Added
- It is possible to plan changes and check the differences before applying them via `backpack plan` ([!11](https://gitlab.com/Qm64/backpack/-/merge_requests/11), [#12](https://gitlab.com/Qm64/backpack/-/issues/12))
- It is possible to stop jobs of a pack using `backpack stop` ([!13](https://gitlab.com/Qm64/backpack/-/merge_requests/13), [#15](https://gitlab.com/Qm64/backpack/-/issues/15))
- CLI Aliases for Helm users (ex: `backpack uninstall` is `backpack stop`)([!13](https://gitlab.com/Qm64/backpack/-/merge_requests/13))
- It is possible to check the jobs' allocations of a pack using `backpack status` ([!14](https://gitlab.com/Qm64/backpack/-/merge_requests/14))

### Removed
### Changed
- Optimize the Connection struct and avoid repeating tasks ([!11](https://gitlab.com/Qm64/backpack/-/merge_requests/11))
- Refactoring of `backpack run` to share part of the code with `backpack plan` ([!11](https://gitlab.com/Qm64/backpack/-/merge_requests/11))
- Renamed type Backpack to Pack to differ the software from the packages ([!12](https://gitlab.com/Qm64/backpack/-/merge_requests/12)))
- Upgraded to latest version of the dependencies ([!12](https://gitlab.com/Qm64/backpack/-/merge_requests/12)))

### Fixed
- Fixes network selection on `redis` and `fabiolb` examples when running docker ([!12](https://gitlab.com/Qm64/backpack/-/merge_requests/12)))

## [1.0.0] - 2020-10-12
## [0.1.0] - 2020-10-12
### Added
This is the first release!
- Backpack now can to pack and unpack packages/bundles ([#2](https://gitlab.com/Qm64/backpack/-/issues/2))
Expand Down

0 comments on commit bccb7b3

Please sign in to comment.