Skip to content

Releases: bwhaley/ssmsh

v1.4.9

14 Feb 19:13
aa1df0e
Compare
Choose a tag to compare

Changelog

  • aa1df0e changed filepath.Clean usage to path.Clean (#33)

Thanks to @mtmelvin for this contribution!

v1.4.7: Adds arm64 binaries

17 Feb 23:57
545fd23
Compare
Choose a tag to compare

Changelog

  • 545fd23 update goreleaser for arm64

v1.4.6

17 Feb 23:09
bd280eb
Compare
Choose a tag to compare

Changelog

  • bd280eb Fixes put command when there is no config file (#30)

v1.4.5

01 Feb 20:41
2d360bc
Compare
Choose a tag to compare

This release adds support for Homebrew using the goreleaser tool. Special thanks to @dbirks for this contribution!

Changelog

2d360bc Add goreleaser (#27)

v1.4.4: Improved error checking

09 Nov 05:46
786ea92
Compare
Choose a tag to compare

This patch has improved error checking and resolves some linting issues. Thanks to @dbirks for the GitHub Actions contribution that detected these issues!

v1.4.3: Add JSON output format for get and history commands

17 Aug 02:43
Compare
Choose a tag to compare

With this release, you can add a line like

output=json

to your .ssmshrc file to print the output of get and history commands in JSON format. The fields of the JSON results will be the same as in the respective Go structs. See the Parameter and ParameterHistory docs. All other results are printed in plain text/non-formatted output (e.g. not JSON).

v1.4.2: Fixes an issue with extra spaces in multiline values

10 Mar 19:09
089506d
Compare
Choose a tag to compare

When putting parameters with values that contain line breaks, an extraneous space was being added at the end of each line. This release resolves that issue.

v1.4.1: Fixes the `key` command

10 Dec 20:41
Compare
Choose a tag to compare

Previously, entering key with no arguments caused a crash. This release now prints the usage statement as intended. Also bumped Go to version 1.13.

Add configuration support

29 Sep 23:59
Compare
Choose a tag to compare

This release adds support for configuring ssmsh with ~/.ssmshrc. See the README.md for details.

Also, the semantics for the decrypt command have changed. Previously, running decrypt within the shell would toggle decryption. Now, running decrypt prints the current state. To toggle the state, use decrypt true and decrypt false.

The README.md has been updated to remove references to Game of Thrones.

Add profile command

16 Jul 23:36
Compare
Choose a tag to compare

This update adds the ability to switch to named profile using the profile command.

/> profile
default
/> profile myprofile
/> profile
myprofile

Use the AWS credentials file to set up profiles.