Fix an issue with the `component_info` output from the `atmos describe component` command. Add `assume_role` property to Atmos JSON Schema S3 backend @aknysh (#621)
## what- Fix an issue with the
component_info
output from theatmos describe component
command - Add
assume_role
property to Atmos JSON Schema S3 backend
why
-
The issue with the
component_info
output from theatmos describe component
command was introduced in the previous PRs (different order of execution when evaluationGo
templates in Atmos stack manifests) -
Support the recommended
assume_role
property in S3 backends. Assuming an IAM Role can be configured in two ways. The preferred way is to use the argumentassume_role
, the other, which is deprecated, is with arguments at the top level (e.g.role_arn
)
references
Update github actions documentation @goruha (#606)
## what * Update github actions documentationwhy
- Document the latest gitops
references
- DEV-491: Update Atmos.tools documentation for GitHub Actions to use atmos.yaml
Fix tests @goruha (#619)
## what * Fix tests * Fix documentationwhy
- Because branch
master
renamed tomain
Go auto release workflows @goruha (#586)
# What * Use go auto-release workflow `cloudposse/.github/.github/workflows/shared-go-auto-release.yml@main` * Remove `.goreleaser.yml`. Now will use https://github.com/cloudposse/.github/blob/main/.github/goreleaser.yml * Drop `auto-release.yaml`. Now will use https://github.com/cloudposse/.github/blob/main/.github/auto-release.yml and https://github.com/cloudposse/.github/blob/main/.github/auto-release-hotfix.ymlWhy
- Consolidate go releases workflow pattern
- Closes #579