Releases: cloudposse/.github
Releases · cloudposse/.github
v0.40.0
Fix fix-goreleaser-config @goruha (#103)
## what
* Fix go releaser config
v0.39.0
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
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
Fix release commenter indent @goruha (#100)
## what
* Fix release commenter intend
why
- To have well formated comments
v0.36.0
Added release PR commenter @goruha (#88)
## what
* Added release PR commenter
v0.35.0
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
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
[shared-terrarform-moduke-workflow] Make secret optional @goruha (#97)
## what
* Make `REPO_ACCESS_TOKEN` secret optional
why
v0.32.0
Fix terraform modules workflow @goruha (#96)
## what
* Fix terraform modules workflow
why
v0.31.0
Update README template to use canonical URLs @osterman (#95)
## what
* Serve banner from canonical URL
why
- Terraform registry doesn't support relative URLs 💩