Skip to content

Releases: AdRoll/hologram

Release 1.3

16 Feb 20:00
8b3d221
Compare
Choose a tag to compare

Updated Golang 1.17.5 -> 1.19.4
Restructured the CLI to break down sub-command functionality into separate files.
Switched from flag to cobra. This gives us some really nice help output and flexibility for any future changes.
Added the console command which will log into the AWS console using your default browser

Release 1.2.1

16 May 19:51
32db47c
Compare
Choose a tag to compare

Support for IMDSv2

Release 1.2

11 Jan 18:57
a722443
Compare
Choose a tag to compare

This release provides binaries compiled with the Go 1.17.5 which should function properly on MacOS Monterey as well as the M1 architecture.

This release also provides a new hologram version command to allow easy version checking.

`hologram-authorize` support.

11 Feb 19:42
Compare
Choose a tag to compare

This release adds the hologram-authorize command, which can be use in pre-install environments to automatically add SSH keys to user accounts, making deployment much simpler for internal IT departments.

Misc. logging and debugging improvements are also included.