github cloudposse/atmos v1.79.0

latest releases: v1.83.1, v1, v1.83.0...
24 days ago
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 the atmos describe component command
  • Add assume_role property to Atmos JSON Schema S3 backend

why

  • The issue with the component_info output from the atmos describe component command was introduced in the previous PRs (different order of execution when evaluation Go 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 argument assume_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 documentation

why

  • 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 documentation

why

  • Because branch master renamed to main
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.yml

Why

  • Consolidate go releases workflow pattern
  • Closes #579

Don't miss a new atmos release

NewReleases is sending notifications on new releases.