Skip to content

Releases: cloudposse/.github

v0.68.0

07 Feb 14:41
f9fa47b
Compare
Choose a tag to compare
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

06 Feb 01:52
1fe2c34
Compare
Choose a tag to compare
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

10 Dec 23:05
5a599e3
Compare
Choose a tag to compare
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

22 Nov 23:02
67b5db6
Compare
Choose a tag to compare
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

22 Nov 22:13
3421927
Compare
Choose a tag to compare
Disable PR close for terraform-aws-components @goruha (#137) ## what * Disable PR close for terraform-aws-components

why

  • Allow update README

references

v0.63.0

13 Nov 12:09
43f92c6
Compare
Choose a tag to compare
[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

13 Nov 00:33
0d75dff
Compare
Choose a tag to compare
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

10 Oct 10:14
2d34b36
Compare
Choose a tag to compare
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

01 Oct 10:32
e487eac
Compare
Choose a tag to compare
Fix release changelog space issue @goruha (#129) ## what * Fix release changelog space issue

CleanShot 2024-10-01 at 12 27 42@2x

why

  • Have nice changelog

references

v0.59.0

28 Sep 20:41
6647629
Compare
Choose a tag to compare
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