Releases: adhocteam/ssm
Releases · adhocteam/ssm
v1.5.1
CSV support
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
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
Output ls as a tsv, which renders better for large params in stdout.
Release 1.4.1
Prints dates in the parameter history.
Release 1.4.0
Add a flag to ssm ls
, --show-history
to view a param value's history.
Release 1.3.6
Version git tag and version number were not matching in previous release.
Release 1.3.5
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
- Add command line flags to alphabetize and not show timestamps on
ls
output -- useful for diffing environments.
Release 1.3.3
- Fix concurrency bug in date printing.