Skip to content

Releases: Shackelford-Arden/hctx

v1.3.1

09 Nov 04:51
Compare
Choose a tag to compare

Changelog

  • 44641ce self update fixes along with packaging adjustments;

v1.3.0

07 Nov 07:31
Compare
Choose a tag to compare

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.2.0

16 Jul 21:26
1704592
Compare
Choose a tag to compare

Changelog

v1.1.0

12 Jul 17:22
8c3e1a3
Compare
Choose a tag to compare

Changelog

  • 8c3e1a3 Caching the way I should have from the beginning (#11)

v1.0.3

12 Jul 04:47
b4dbbbf
Compare
Choose a tag to compare

Changelog

  • b4dbbbf Setting Use to clear out ACL tokens when switching stacks (#10)

v1.0.2

10 Jun 19:16
c805513
Compare
Choose a tag to compare

Changelog

  • c805513 cleanup unnecessary print statement (#9)

v1.0.1

10 Jun 17:47
22fcd36
Compare
Choose a tag to compare

Changelog

v1.0.0

26 Apr 22:09
561845b
Compare
Choose a tag to compare

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

v0.3.0

06 Feb 07:06
e2fab95
Compare
Choose a tag to compare

Changelog

  • e2fab95 feat: Adding support for stack aliases

v0.2.0

06 Feb 05:38
3da102b
Compare
Choose a tag to compare

Changelog

  • cbcf5a7 Adding a few more details to docs
  • 28eb542 Adding notes on shell integration
  • a66292d Additional potential features
  • 3da102b Merge pull request #1 from ddreier/current-stack-indicator
  • 7ac8bc6 Update list command to print an indicator for the currently active stack