[go: up one dir, main page]

Skip to content

Tags: aws/ec2-macos-init

Tags

1.5.10

Toggle 1.5.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #51 from mattcataws/feature/add-sequoia-support

Add support for macOS Sequoia in the MOTD module

1.5.9

Toggle 1.5.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #37 from jahkeup/fix/2023-05/handle-zero-value-sys…

…temconfig

fix: detect module even when false is set

1.5.8

Toggle 1.5.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #45 from mattcataws/master

feat(motd): support macOS Sonoma 14

1.5.7

Toggle 1.5.7's commit message
feat: add command to grow root APFS volume

The current EC2 macOS AMIs default to an APFS volume size of 100 GB.
Volumes with larger sizes are not automatically usable when the instance
becomes available.

This change adds a new command to use ec2-macos-utils to grow the root
APFS volume to its maximum size. This will allow 100% of the volumes
size to be available when the instance becomes available.

1.5.6

Toggle 1.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #18 from jahkeup/feature/2022-10/13-dependabot

feat: enable dependabot dep updates

1.5.5

Toggle 1.5.5's commit message
fix: handle invalid JSON read from history file

The added HistoryError type will allow calling code to direct the user
on steps to resolve the source of the error.

1.5.4

Toggle 1.5.4's commit message
added check for macos ventura and minor changes to logging

1.5.3

Toggle 1.5.3's commit message
Update dependency versions to follow upstream updates

There are some updates in dependencies.
This commit will incorporate the latest versions.

1.5.2

Toggle 1.5.2's commit message
Modify build.sh to build ec2-macos-init as a universal binary

The recent Mac hardware is with one of x86_64 and arm64 architectures.
To support the both architectures, this commit modifies build.sh by
building two binaries making a universal binary with lipo.

1.5.1

Toggle 1.5.1's commit message
Update MOTD Module to support Monterey

Add an additional case to getVersionName function to map Monterey to
osProductVersion 12.

Signed-off-by: Matthew Carter <mattcat@amazon.com>