Skip to content

Releases: zytek/goship

v1.0.6-ztk5

06 May 14:16
e6a4551
Compare
Choose a tag to compare

Changelog

e6a4551 CI: build on go 1.16 to support Apple Silicon

v1.0.6-ztk4

06 May 14:07
4576d1e
Compare
Choose a tag to compare

Changelog

d2f4491 bugfix: fix scp invocation for EC2 Connect
4576d1e release version 1.0.6-ztk4

v1.0.6-ztk3

07 Feb 19:12
70d1551
Compare
Choose a tag to compare

Changelog

70d1551 bugfix: use proper ssh key path in tunnel subcommand

v1.0.6-ztk2

07 Feb 18:44
49778d1
Compare
Choose a tag to compare

Changelog

c0f4fcc Fix output of find command
49778d1 Version 1.0.6-ztk2

v1.0.6-ztk1

21 Jan 17:33
ed7e414
Compare
Choose a tag to compare

Changelog

3d00281 Add global preinit_hook
03e5f1e Update version and changelog
ed7e414 Use GoReleaser for builds and brew
af0942f Versionize path to cache file to ease updates

Improvements to profiles and EC2 Instance Connect support

25 Dec 16:42
30fa3d3
Compare
Choose a tag to compare
1.0.6-ec2

Merge branch 'print-profile'

Test release with ec2 connect

10 Apr 12:06
5ef90b1
Compare
Choose a tag to compare
Pre-release
Add support for EC2 Instance Connect

* ability to use ephemeral SSH keys for connecting to EC2 instances
Check this for more details: https://aws.amazon.com/blogs/compute/new-using-amazon-ec2-instance-connect-for-ssh-access-to-your-ec2-instances/

* add new command push-key: helper command that can be executed
for example as a local action in ansible before running playbooks

* add default provider config to `goship configure` for easier
user onboarding