Skip to content

Tags: earthly/earthly

Tags

v0.8.15

Toggle v0.8.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add terraform and manual installation support (#4246)

This tweaks the BYOC cloud installation methods to enable manual
installation; and installation via terraform. Example commands:

To install automatically via CloudFormation: `earthly cloud install
--via cloudformation --name <stack-name>`

To install automatically via Terraform: `earthly cloud install --via
terraform`

To install manually:
```
earthly cloud install \
   --name <name> \
  --aws-account-id <aws-account-id> \
  --aws-region <aws-region> \
  --aws-security-group-id <aws-security-group-id> \
  --aws-ssh-key-id <aws-ssh-key-id> \
  --aws-subnet-id <aws-subnet-id> \
  --aws-instance-profile-arn <aws-instance-profile-arn> \
  --aws-earthly-access-role-arn <aws-earthly-access-role-arn>
```

Docs forthcoming on the new installation options.

---------

Co-authored-by: Brandon Schurman <brandon@earthly.dev>

v0.8.14

Toggle v0.8.14's commit message

Verified

This commit was signed with the committer’s verified signature.
alexcb Alex Couture-Beil
CHANGELOG for v0.8.14

Signed-off-by: Alex Couture-Beil <alex@earthly.dev>

v0.8.13

Toggle v0.8.13's commit message

Verified

This commit was signed with the committer’s verified signature.
alexcb Alex Couture-Beil
CHANGELOG for v0.8.13

v0.8.12

Toggle v0.8.12's commit message

Verified

This commit was signed with the committer’s verified signature.
alexcb Alex Couture-Beil
CHANGELOG for v0.8.12

v0.8.11

Toggle v0.8.11's commit message

Verified

This commit was signed with the committer’s verified signature.
alexcb Alex Couture-Beil
CHANGELOG for v0.8.11

v0.8.10

Toggle v0.8.10's commit message

Verified

This commit was signed with the committer’s verified signature.
alexcb Alex Couture-Beil
CHANGELOG for v0.8.10

v0.8.9

Toggle v0.8.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CHANGELOG for v0.8.9 (#4058)

v0.8.8

Toggle v0.8.8's commit message

Verified

This commit was signed with the committer’s verified signature.
alexcb Alex Couture-Beil
CHANGELOG for v0.8.8

v0.8.7

Toggle v0.8.7's commit message

Verified

This commit was signed with the committer’s verified signature.
alexcb Alex Couture-Beil
CHANGELOG for v0.8.7

v0.8.6

Toggle v0.8.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update changelog and documentation for v0.8.6 (#3920)

Update changelog and docs for v0.8.6