ssmwrap
ssmwrap copied to clipboard
Release for v2.0.0
This pull request is for the next release as v2.0.0 created by tagpr. Merging it will tag v2.0.0 to the merge commit and create a GitHub release.
You can modify this branch "tagpr-from-v1.2.2" directly before merging if you want to change the next version number or other files for the release.
How to change the next version as you like
There are two ways to do it.
- Version file
- Edit and commit the version file specified in the .tagpr configuration file to describe the next version
- If you want to use another version file, edit the configuration file.
- Labels convention
- Add labels to this pull request like "tagpr:minor" or "tagpr:major"
- If no conventional labels are added, the patch version is incremented as is.
What's Changed
- migrate to aws-sdk-go-v2 by @handlename in https://github.com/handlename/ssmwrap/pull/61
- test parsing flags by @handlename in https://github.com/handlename/ssmwrap/pull/63
- io/ioutil is deprecated by @handlename in https://github.com/handlename/ssmwrap/pull/67
- Handle SIGINT by @handlename in https://github.com/handlename/ssmwrap/pull/68
- Group dependabot PRs by @handlename in https://github.com/handlename/ssmwrap/pull/69
Full Changelog: https://github.com/handlename/ssmwrap/compare/v1.2.2...v2.0.0