GitHub Action for Extracting Atmos Settings
Version updated for cloudposse/github-action-atmos-get-setting to version 0.3.1.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by 3 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
what
- revert change that added quotes to output result
- remove quotes from test case
why
- #6 unintentionally added quotes around the returned result
- Revert test case to match expected result
references
- #6
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/github-action-setup-atmos | action | patch | v1.0.0 -> 1.0.2 |
Release Notes
v1.0.2
No changes. Just re-triggering major release tagger.
v1.0.1
what
- Fixed readme
- Added major release tagger
why
- Fixed readme
- Added major release tagger
references
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/actions | action | minor | 0.30.0 -> 0.33.0 |
Release Notes
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: https://github.com/cloudposse/actions/compare/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: https://github.com/cloudposse/actions/compare/0.30.0...0.31.0
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
actions/checkout | action | major | v2 -> v3 |
Release Notes
v3
- Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in
- Fix typos found by codespell
- Add support for sparse checkouts