Releases: cloudposse/github-action-deploy-ecspresso
0.6.0
What's Changed
- feature: s3 template merge by Ben (@Benbentwo) in #22
New Contributors
- Ben (@Benbentwo) made their first contribution in #22
Full Changelog: 0.5.0...0.6.0
v0.5.0
Update actions/checkout action to v4 renovate (#15)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| actions/checkout | action | major | v3 -> v4 |
Release Notes
actions/checkout (actions/checkout)
v4
Update aws-actions/configure-aws-credentials action to v4 renovate (#16)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| aws-actions/configure-aws-credentials | action | major | v2.2.0 -> v4.0.2 |
Release Notes
aws-actions/configure-aws-credentials (aws-actions/configure-aws-credentials)
v4.0.2
v4.0.1
See the changelog for details about the changes included in this release.
v4.0.0
See the changelog for details about the changes included in this release.
v3.0.2
See the changelog for details about the changes included in this release.
v3.0.1
See the changelog for details about the changes included in this release.
v3.0.0
See the changelog for details about the changes included in this release.
Update dcarbone/install-jq-action action to v2 renovate (#17)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| dcarbone/install-jq-action | action | major | v1.0.1 -> v2.1.0 |
Release Notes
dcarbone/install-jq-action (dcarbone/install-jq-action)
v2.1.0
What's Changed
- Support running action inside containers by @TaxBusby in https://github.com/dcarbone/install-jq-action/pull/10
New Contributors
- @TaxBusby made their first contribution in https://github.com/dcarbone/install-jq-action/pull/10
Full Changelog: dcarbone/install-jq-action@v2.0.2...v2.1.0
v2.0.2
What's Changed
- use curl instead of wget to avoid download failure on macOS by @vaidyakhil in https://github.com/dcarbone/install-jq-action/pull/8
New Contributors
- @vaidyakhil made their first contribution in https://github.com/dcarbone/install-jq-action/pull/8
Full Changelog: dcarbone/install-jq-action@v2.0.1...v2.0.2
v2.0.1
What's Changed
- using macos as dl link os prefix in lieu of osx by @dcarbone in https://github.com/dcarbone/install-jq-action/pull/7
Full Changelog: dcarbone/install-jq-action@v2.0.0...v2.0.1
v2.0.0
What's Changed
- quick & dirty 1.7 support by @dcarbone in https://github.com/dcarbone/install-jq-action/pull/4
New Contributors
- @dcarbone made their first contribution in https://github.com/dcarbone/install-jq-action/pull/4
Full Changelog: dcarbone/install-jq-action@v1.0.1...v2.0.0
Update 1arp/create-a-file-action action to v0.3 - autoclosed renovate (#18)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| 1arp/create-a-file-action | action | minor | 0.2 -> 0.3 |
Release Notes
Update nick-fields/assert-action action to v2 renovate (#20)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| nick-fields/assert-action | action | major | v1 -> v2 |
Release Notes
v0.4.0
Encrypt task-definition on s3 mirror Igor Rodionov (@goruha) (#13)
what
- Encrypt task-definition on S3 mirror
- Replace action that generates random dir name
why
- Security reasons
- Old step raise errors on some GHA runners
v0.3.0
Change s3 mirroring path Igor Rodionov (@goruha) (#12)
what
- Change s3 mirroring path from
${{application}}/task-definition.jsto${{cluster_name}}/${{application}}/task-definition.js
why
- Allow to share one bucket for mirroring from different clusters
Update aws-actions/configure-aws-credentials action to v2.2.0 renovate (#11)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| aws-actions/configure-aws-credentials | action | minor | v2.1.0 -> v2.2.0 |
Release Notes
aws-actions/configure-aws-credentials
v2.2.0
See the changelog for details about the changes included in this release.
Update joellefkowitz/random-env action to v1.2.0 renovate (#10)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| joellefkowitz/random-env | action | minor | v1.0.0 -> v1.2.0 |
Release Notes
v0.2.0
Added mirroring task definition on s3 Igor Rodionov (@goruha) (#5)
what
- On deployment, copy
task definitionto the s3 bucket
Why
- Mirroring to s3 is part of the disaster recovery strategy
Update aws-actions/configure-aws-credentials action to v2.1.0 renovate (#6)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| aws-actions/configure-aws-credentials | action | minor | v2.0.0 -> v2.1.0 |
Release Notes
aws-actions/configure-aws-credentials
v2.1.0
See the changelog for details about the changes included in this release.
Update actions/checkout action to v3 renovate (#9)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| actions/checkout | action | major | v2 -> v3 |
Release Notes
Update cloudposse/actions action to v0.33.0 renovate (#7)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| cloudposse/actions | action | minor | 0.30.0 -> 0.33.0 |
Release Notes
cloudposse/actions
v0.33.0
v0.32.0: 0.32.0 Update cloned actions
What's Changed
- Use args with status updater instead of env vars, update checkout to v3 by @Nuru in https://github.com/cloudposse/actions/pull/133
- Renamed access token by @zdmytriv in https://github.com/cloudposse/actions/pull/137
- Update cloned GitHub actions by @Nuru in https://github.com/cloudposse/actions/pull/136
- Update cloned actions to current by @Nuru in https://github.com/cloudposse/actions/pull/138
New Contributors
- @zdmytriv made their first contribution in https://github.com/cloudposse/actions/pull/137
Full Changelog: cloudposse-archives/actions@0.31.0...0.32.0
v0.31.0: Update Alpine-based actions to Alpine 3.16
What's Changed
- ci: add injection of CloudFlare secrets by @SweetOps in https://github.com/cloudposse/actions/pull/111
- Add support for Terraform versions 0.15 and 1.x by @Nuru in https://github.com/cloudposse/actions/pull/118
- test-harness uses different grep than Geodesic default by @Nuru in https://github.com/cloudposse/actions/pull/119
- Update bats and terratest testing for Terraform 1.x by @Nuru in https://github.com/cloudposse/actions/pull/121
- Choose Terraform version based requirements of test, not of module by @Nuru in https://github.com/cloudposse/actions/pull/132
- chore(deps): update dependency alpine to v3.16 by @renovate in https://github.com/cloudposse/actions/pull/113
Full Changelog: cloudposse-archives/actions@0.30.0...0.31.0
Configure Renovate renovate (#4)
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
.github/workflows/auto-readme.yml(github-actions).github/workflows/feature-branch.yml(github-actions).github/workflows/main-branch.yaml(github-actions).github/workflows/test-negative.yml(github-actions).github/workflows/test-positive.yml(github-actions)action.yml(github-actions)
Configuration Summary
Based on the default config's presets, Renovate will:
- Start dependency updates only once this onboarding PR is merged
- Enable Renovate Dependency Dashboard creation.
- Use semantic commit type
fixfor dependencies andchorefor all others if semantic commits are in use. - Ignore
node_modules,bower_components,vendorand various test/tests directories. - Group known monorepo packages together.
- Use curated list of recommended non-monorepo package groupings.
- Apply crowd-sourced package replacement rules.
- Apply crowd-sourced workarounds for known problems with packages.
🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.
What to Expect
With your current configuration, Renovate will create 3 Pull Requests:
Update aws-actions/configure-aws-credentials action to v2.1.0
- Schedule: ["at any time"]
- Branch name:
renovate/aws-actions-configure-aws-credentials-2.x - Merge into:
main - Upgrade aws-actions/configure-aws-credentials to
v2.1.0
Update cloudposse/actions action to v0.33.0
- Schedule: ["at any time"]
- Branch name:
renovate/cloudposse-actions-0.x - Merge into:
main - Upgrade cloudposse/actions to
0.33.0
Update actions/checkout action to v3
- Schedule: ["at any time"]
- Branch name:
renovate/actions-checkout-3.x - Merge into:
main - Upgrade actions/checkout to
v3
🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for prhourlylimit for details.
❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.
This PR has been generated by Mend Renovate. View repository job log here.
v0.1.0
Added initial implementation Igor Rodionov (@goruha) (#1)
what
- Initial implementation
why
- Deploy with ecspresso