Skip to content

Releases: adhocteam/ssm

v1.5.1

16 Apr 22:12
cd4c7df
Compare
Choose a tag to compare

What's Changed

  • adding key name in error message when getting invalid key by @jgrundman in #39

CSV support

02 Jul 01:59
d638680
Compare
Choose a tag to compare

Summary

This release adds csv support and fixes a bug in the strip-prefixes command.

sha256sums and binaries attached.

What's Changed

Full Changelog: v1.4.3...v1.5.0

Release 1.4.3

10 May 01:16
d9a9fc9
Compare
Choose a tag to compare

Fewer goroutines on ls command due to AWS rate limiting.

What's Changed

  • Update readme for new way to install binaries by @kingishb in #32
  • Use fewer goroutines to fetch secrets, some cleanup by @kingishb in #33

Full Changelog: v1.4.2...v1.4.3

Release 1.4.2

17 May 03:26
b469dff
Compare
Choose a tag to compare

Output ls as a tsv, which renders better for large params in stdout.

Release 1.4.1

02 Mar 16:15
cf45d91
Compare
Choose a tag to compare

Prints dates in the parameter history.

Release 1.4.0

24 Feb 22:08
5bb46c3
Compare
Choose a tag to compare

Add a flag to ssm ls, --show-history to view a param value's history.

Release 1.3.6

10 Feb 04:03
139b965
Compare
Choose a tag to compare

Version git tag and version number were not matching in previous release.

Release 1.3.5

30 Jan 16:32
ce040db
Compare
Choose a tag to compare

There were some potential data race conditions detected by go's race detector. This only uses channels for passing around data and removes the sync package.

Release 1.3.4

29 Jan 16:58
ce040db
Compare
Choose a tag to compare
  • Add command line flags to alphabetize and not show timestamps on ls output -- useful for diffing environments.

Release 1.3.3

28 Jan 22:15
40a09ad
Compare
Choose a tag to compare
  • Fix concurrency bug in date printing.