Skip to content

Releases: cloudposse/.github

v0.165.0

19 Mar 22:53
fcbe2dd

Choose a tag to compare

  • No changes

v0.164.0

19 Mar 22:51
585076a

Choose a tag to compare

  • No changes

v0.163.0

19 Mar 22:38
485bdc6

Choose a tag to compare

  • No changes

v0.162.0

25 Feb 15:58
35444cb

Choose a tag to compare

Fix mkdir command to create directories properly @goruha (#251) ## what * Fix the go auto-releaser typo

v0.161.0

25 Feb 13:29
3a6654a

Choose a tag to compare

Update Go releaser config path in workflow @goruha (#250) ## what * Copy the go releaser config files provided in a repo to `.config` dir and use the copied file as the config at go releaser execution

why

  • In case the release format is specified in the action input, we update the config that leads to a git dirty state and breaks the go release run when the config is provided in a repo.

references

v0.160.0

24 Feb 12:31
9b08855

Choose a tag to compare

Feature release shared workflow @goruha (#207) ## what * Feature release shared workflow

v0.159.0

20 Feb 22:52
f6f11a6

Choose a tag to compare

Fix Copilot author detection in mergify rules @Benbentwo (#248) ## what * Fix case-sensitive regex matching for Copilot-authored PRs in mergify rules * Add explicit `author=Copilot` match for the Copilot coding agent * Use `(?i)` flag for case-insensitive regex matching

why

  • The Copilot coding agent's GitHub login is Copilot (capital C), but the regex .*copilot.* is case-sensitive and doesn't match
  • This caused cloudposse/atmos#2096 to be auto-closed despite #247 being merged
  • Follows up on #247

references

v0.158.0

20 Feb 22:25
a75bc35

Choose a tag to compare

Do not close empty Copilot pull requests @Benbentwo (#247) ## what * Exclude GitHub Copilot-authored PRs from automatic closure when they have no file changes * Add `is_copilot_author` anchor to detect Copilot PRs by author name or co-author footer

why

  • Allows Copilot-generated PRs to be reviewed before automatic closure, similar to cloudposse-terraform-components/.github#148
  • Prevents loss of valuable Copilot contributions that may be empty due to workspace state or partial updates

references

v0.157.1

20 Feb 17:18
2edae69

Choose a tag to compare

🚀 Enhancements

Exclude unsupported windows/arm from goreleaser build matrix @aknysh (#246) ## what
  • Add ignore rule to the shared goreleaser config (.github/goreleaser.yml) to exclude the windows/arm (32-bit ARM) build target
  • Prevents "unsupported GOOS/GOARCH pair windows/arm" build failures for any org repo using Go 1.24+

why

  • Go 1.24 (February 2025) deprecated the windows/arm port, and Go 1.25+ removed it entirely. Any repo that upgrades past Go 1.23 and uses this shared goreleaser config will fail during the release build after spending ~33 minutes compiling the other 13 targets
  • The ignore rule is harmless for repos still on Go < 1.24 — goreleaser simply skips a target that would otherwise build successfully. No binaries are lost for any currently-supported platform
  • windows/arm (32-bit ARM on Windows) had negligible real-world usage — Windows on ARM devices run 64-bit Windows 11 (windows/arm64), which remains supported

references

v0.157.0

24 Dec 21:43
d6fac31

Choose a tag to compare

Update template URL in customer.yaml @goruha (#245) ## what * Update template URL in customer.yaml

why

  • Fix readme generation