Skip to content

Releases: cloudposse/actions

0.33.0: chore(deps): update golang docker tag to v1.20 (#115)

14 Mar 15:27
d4ad42a
Compare
Choose a tag to compare
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

0.32.0 Update cloned actions

13 Mar 20:08
bbf10c1
Compare
Choose a tag to compare

What's Changed

  • Use args with status updater instead of env vars, update checkout to v3 by @Nuru in #133
  • Renamed access token by @zdmytriv in #137
  • Update cloned GitHub actions by @Nuru in #136
  • Update cloned actions to current by @Nuru in #138

New Contributors

Full Changelog: 0.31.0...0.32.0

0.32.0-rc1 Update cloned actions

13 Mar 10:22
0.32.0-rc1
dfae36b
Compare
Choose a tag to compare
Pre-release

Update cloned actions, mainly to update from deprecated Node.js 12 to supported Node.js 16 and new state and output mechanisms.

What's Changed

  • Use args with status updater instead of env vars, update checkout to v3 by @Nuru in #133
  • Renamed access token by @zdmytriv in #137
  • Update cloned GitHub actions by @Nuru in #136

New Contributors

Full Changelog: 0.31.0...0.32.0-rc1

Update Alpine-based actions to Alpine 3.16

23 Sep 00:17
23d15dc
Compare
Choose a tag to compare

What's Changed

  • ci: add injection of CloudFlare secrets by @SweetOps in #111
  • Add support for Terraform versions 0.15 and 1.x by @Nuru in #118
  • test-harness uses different grep than Geodesic default by @Nuru in #119
  • Update bats and terratest testing for Terraform 1.x by @Nuru in #121
  • Choose Terraform version based requirements of test, not of module by @Nuru in #132
  • chore(deps): update dependency alpine to v3.16 by @renovate in #113

Full Changelog: 0.30.0...0.31.0

0.30.0 git-push Action Now Pushes for Untracked Files as well as File Modifications

08 Mar 04:34
45e16b2
Compare
Choose a tag to compare

0.30.0 git-push action now pushes for untracked files as well as file modifications.

Adding -C Option to git-push Action

05 Mar 05:15
a219257
Compare
Choose a tag to compare

Adding -C Option to git-push Action

Update Codefresh Docker image bases to 0.74.9

05 Feb 00:04
db7e13e
Compare
Choose a tag to compare
  • Update Codefresh Docker image bases to 0.74.9
  • Fix Terraform tests for repos whose default branch is not named master

0.28.0 Support LDFLAGS in Go Build

02 Feb 20:42
6419cd0
Compare
Choose a tag to compare

what

Support the LDFLAGS option in go build

why

So we can add set build-time variables (such as the binary's version)

0.27.0 Update `pipeline-creator` README

31 Jan 03:18
c1d5e69
Compare
Choose a tag to compare

what

  • Update pipeline-creator README

why

  • Use Cloud Posse codefresh repo in the example

0.26.0 Update Codefresh `pipeline-creator`

30 Jan 06:44
9648e1d
Compare
Choose a tag to compare

what

  • Update Codefresh pipeline-creator

why

  • Use cf_spec_type to provide pipeline spec type (microservice, spa, serverless) instead of defining cf_spec_catalog and cf_pipeline_catalog as paths to the pipeline definitions and specs - simpler, but more opinionated, configuration.
  • Use netrc to provide GITHUB_TOKEN to git clone - more secure.