Skip to content

Releases: cloudposse/.github

v0.40.0

05 Jun 18:38
baead23
Compare
Choose a tag to compare
Fix fix-goreleaser-config @goruha (#103) ## what * Fix go releaser config

v0.39.0

01 Jun 13:51
f350756
Compare
Choose a tag to compare
Added migrations to update release workflow @goruha (#99) ## what - Added migrations to update workflow (`.github/workflows/release.yaml`) to have permissions commenting PR

why

  • Add comments to PRs when it's changes are released

v0.38.0

30 May 10:57
4d133b0
Compare
Choose a tag to compare
fix: Point Shared Workflows to `main` @milldr (#101) ## what - Update workflow action references to use `main` branch

why

references

[Invalid workflow file: .github/workflows/branch.yml#L24](https://github.com/cloudposse/terraform-aws-managed-prometheus/actions/runs/9292957421/workflow)
error parsing called workflow
".github/workflows/branch.yml"
-> "cloudposse/.github/.github/workflows/shared-terraform-module.yml@main" (source branch with sha:a7920175625a9e55449656baafda1bd2a82603ba)
--> "cloudposse/github-actions-workflows/.github/workflows/ci-terraform.yml@shared-workflows"
: failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit

v0.37.0

29 May 17:34
a792017
Compare
Choose a tag to compare
Fix release commenter indent @goruha (#100) ## what * Fix release commenter intend

why

  • To have well formated comments

v0.36.0

23 May 19:17
5fe8548
Compare
Choose a tag to compare
Added release PR commenter @goruha (#88) ## what * Added release PR commenter

v0.35.0

21 May 21:19
99b7882
Compare
Choose a tag to compare
Migrate terraform modules to shared workflows @goruha (#91) ## what * Migrate terraform modules to shared workflows

why

  • Reduce levels of nested workflows

references

  • DEV-400: Move shared workflows into .github repo with shared- prefix

v0.34.0

21 May 21:16
9f2a18b
Compare
Choose a tag to compare
Migrate github actions to shared workflows @goruha (#92) ## what * Migrate github actions to shared workflows

why

  • Reduce levels of nested workflows

references

  • DEV-400: Move shared workflows into .github repo with shared- prefix

v0.33.0

20 May 22:40
a4ee807
Compare
Choose a tag to compare
[shared-terrarform-moduke-workflow] Make secret optional @goruha (#97) ## what * Make `REPO_ACCESS_TOKEN` secret optional

why

  • Fix forks workflows run

v0.32.0

20 May 22:26
58a5e34
Compare
Choose a tag to compare
Fix terraform modules workflow @goruha (#96) ## what * Fix terraform modules workflow

why

  • Pin the right version

v0.31.0

17 May 22:22
4831149
Compare
Choose a tag to compare
Update README template to use canonical URLs @osterman (#95) ## what * Serve banner from canonical URL

why

  • Terraform registry doesn't support relative URLs 💩