Releases: aws/ec2-macos-utils
Releases · aws/ec2-macos-utils
1.0.7
What's Changed
- feat: provide read only credentials in actions by @jahkeup in #31
- chore(deps): bump golang.org/x/tools from 0.31.0 to 0.37.0 by @dependabot[bot] in #30
- chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #27
- chore(deps): bump github.com/stretchr/testify from 1.7.0 to 1.11.1 by @dependabot[bot] in #28
- feat: Add commands for network monitoring and sysdiagnose collection by @dpakpak in #32
New Contributors
Full Changelog: 1.0.6...1.0.7
1.0.6
1.0.4
What's Changed
- Add support for macOS Sequoia (15.x) by @mattcataws in #13
Full Changelog: 1.0.3...1.0.4
1.0.3
What's Changed
- feat: add support for macOS Sonoma (14.x) by @mattcataws in #11
- v1.0.3 Release by @mattcataws in #12
Full Changelog: 1.0.2...1.0.3
1.0.2
What's Changed
- feat(grow): exit quietly if not enough free space by @mattcataws in #6
- Feat/2023 08/add context timeouts by @mattcataws in #7
- v1.0.2 Release by @mattcataws in #9
- chore(deps): bump golang.org/x/sys from 0.0.0-20211019181941-9d821ace8654 to 0.1.0 by @dependabot in #10
New Contributors
- @dependabot made their first contribution in #10
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
- feat: add support for macOS Ventura (13.x) by @mattcataws in #3
- v1.0.1 Release by @mattcataws in #4
Full Changelog: 1.0.0...1.0.1
1.0.0
Initial release of ec2-macos-utils.
This release contains the framework necessary to develop commands, detect macOS versions, and interact with diskutil(8). It also contains the functionality for the grow command.