Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.56 KB

CHANGELOG.md

File metadata and controls

42 lines (36 loc) · 1.56 KB

Changelog

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

The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.

v1.3.1

Fixed

  • Fixed some basic logic when checking for the correct tar file to download on self update

Internal

  • Fixing the release packages naming

v1.3.0

Added

  • Set Use to clear previous ACL tokens when called to avoid conflicts
  • Caching, the way it should have been from the beginning.
  • Ensuring we include the version during builds
  • Adding more testing for commands
  • --detailed flag to list with colored output
  • self update command added to allow pulling in the latest version

Changed

  • Changed the naming of assets on releases to match more of what Go provides built-in

Fixed

  • Fixed bug where cache setting was not actually being checked
  • Removed print statement in use that caused eval to fail
  • Fixing an issue where running use could error out due to there not being any cached data

v1.0.0 - 2024-04-26

Added

  • caching of Nomad and Consul tokens

Changed

  • Moved config file into dedicated hctx directory

Fixed

  • unset command is now aware of both stack names and aliases
  • Ensuring use and unset aliases are included in the activate script

0.3.1 - 2024-02-28

Fixed

  • Bug where listing stacks when no stack is currently selected adds an inidicator to every stack
  • unset command erroring out if no stack is active