Releases: cloudposse/.github
Releases · cloudposse/.github
v0.68.0
Updated runs-on confguration @Nuru (#140)
## what
- Update Runs-On configuration
- Remove
s3-cache
setting from all runners
- Add comments
why
- Better reflect Cloud Posse usage
- Magic
s3-cache
breaks artifact up/downloads if not combined with runs-on/action, so it should be set per-job, not by default.
- Compare to GitHub hosted runners
- Caution against blindly adopting these definitions in other circumstances
v0.67.0
Add runner configuration for Runs-On @Nuru (#139)
## what
- Add sharable runner configuration for self-hosted GitHub Action Runners managed by Runs-On
why
- Provide a central point of configuration so updates are automatically available to all
references
v0.66.0
Update slack url @osterman (#138)
## what
* Use the registration page at cloudposse.com/slack instead of directly linking to slackin-extended
why
- Provide more details about the slack community
v0.65.0
Migration completed @goruha (#136)
## what
* Update mergify PR messages for component migration
why
- Migration is done, so we need to update comments' text
references
v0.64.0
Disable PR close for terraform-aws-components @goruha (#137)
## what
* Disable PR close for terraform-aws-components
why
references
v0.63.0
[mergify] Code freeze rules @goruha (#134)
## what
* Added mergify rule to close PR to `cloudposse/terraform-aws-components`
why
- We want to close all new PRs because of the code freeze
references
v0.62.0
Fix readme template @goruha (#135)
## what
* Added explicit default value for `README_INCLUDES` environment variables
why
- Starting from gomplate
4.2.0
includes required implicit definition starting with "./" or "/"
references
v0.61.0
Use github app for codeowners validation @goruha (#132)
## what
* Use the GitHub app for code owners validation
why
- Get rid of PAT for security reasons
- DEV-2144 Create GitHub app for code-owners testing
references
v0.60.0
Fix release changelog space issue @goruha (#129)
## what
* Fix release changelog space issue
![CleanShot 2024-10-01 at 12 27 42@2x](https://private-user-images.githubusercontent.com/496956/372424094-2d42740a-1d5d-4990-94ac-eb49bdfe4c32.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTE1NzksIm5iZiI6MTczOTU5MTI3OSwicGF0aCI6Ii80OTY5NTYvMzcyNDI0MDk0LTJkNDI3NDBhLTFkNWQtNDk5MC05NGFjLWViNDliZGZlNGMzMi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQwMzQ3NTlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04M2E1YmIwMTYxMzIzODJhYTJmZTJiMWZhMzRkYzlhZGRlNmZhZWU2MjcxZTY5YTkyNTcwMzJkYjRlNGJjOGUzJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.LF70oSUZ7L6J3k2Kalr9ZaVGQJ2ico69TJE68UGF1qs)
why
references
v0.59.0
Added read custom properties for terratest @goruha (#128)
## what
* Support custom property `test-aws-role`
* Support custom property `test-skip-concurrency`
why
- Allow to set custom AWS role for terratest
- Allow running terraform / opentofu tests in a row