Releases: AdRoll/hologram
Release 1.3
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
Support for IMDSv2
Release 1.2
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.
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.