Skip to content

Releases: kartverket/github-workflows

v2.3

18 Jul 12:40
1d97920
Compare
Choose a tag to compare

New features

  • Posts comments with relevant information to Pull Requests
  • Prevents deploys running in parallel against the same environment crashing due to failing to aquire state lock

Fixes

  • Fixes spammy GitHub commands output to job summaries (::set-output ... and so on)
  • Improves documentation a fair bit
  • Changes terraform_workspace logic to use TF_WORKSPACE which means we don't need to run terraform workspace select
  • Changes working_directory logic to use defaults.run.working-directory to reduce duplication
  • Explicitly support on: pull_request in addition to on: push. Adds check in run_terraform to ensure it never runs on pull_request.

See also #4

Full Changelog: v2.2...v2.3

v2.2

15 Jul 13:11
7ee0d1a
Compare
Choose a tag to compare

What's Changed

  • SKIP-504 Use plan from plan step in apply by @esphen in #3

Full Changelog: v2.1...v2.2

v2.1

14 Jul 12:32
09e1109
Compare
Choose a tag to compare

What's Changed

  • Check plan has changes before apply by @esphen in #2

Full Changelog: v2...v2.1

v2

14 Jul 11:39
8f85658
Compare
Choose a tag to compare
v2

What's Changed

  • Support Kubernetes deploy in run-terraform by @esphen in #1

New Contributors

  • @esphen made their first contribution in #1

Full Changelog: v1...v2

v1

14 Jul 11:38
148dffe
Compare
Choose a tag to compare
v1

Initial release