Skip to content

Releases: aws/ec2-macos-utils

1.0.7

14 Oct 21:50

Choose a tag to compare

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

16 Sep 21:10

Choose a tag to compare

What's Changed

  • feat: add support for macOS Tahoe (26.x) by @mjbala in #29

Full Changelog: 1.0.5...1.0.6

1.0.4

19 Sep 19:01
a8bfaf6

Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3

28 Sep 22:44
4ddf654

Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.0.3

1.0.2

30 Aug 20:22
8972a31

Choose a tag to compare

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

Full Changelog: 1.0.1...1.0.2

1.0.1

23 May 22:42
78e4a58

Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

1.0.0

13 Dec 22:33

Choose a tag to compare

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.