Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (32 loc) · 2.43 KB

CHANGELOG.md

File metadata and controls

38 lines (32 loc) · 2.43 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[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, #12)
  • It is possible to stop jobs of a pack using backpack stop (!13, #15)
  • CLI Aliases for Helm users (ex: backpack uninstall is backpack stop)(!13)
  • It is possible to check the jobs' allocations of a pack using backpack status (!14)

Changed

  • Optimize the Connection struct and avoid repeating tasks (!11)
  • Refactoring of backpack run to share part of the code with backpack plan (!11)
  • Renamed type Backpack to Pack to differ the software from the packages (!12))
  • Upgraded to latest version of the dependencies (!12))

Fixed

  • Fixes network selection on redis and fabiolb examples when running docker (!12))

[0.1.0] - 2020-10-12

Added

This is the first release!

  • Backpack now can to pack and unpack packages/bundles (#2)
  • Backpack can help creating new packages from example (#9)
  • Backpack can create new Hashicorp Nomad Jobs from a package (#3)
  • The CLI accepts both URLs and local paths (#6)
  • There are few example backpack files (#5)
  • A backpack includes markdown documentation (#8)
  • Ability to know what version of backpack I am running (!9)