Skip to content

Releases: cds-snc/terraform-plan

v2.0.3

21 Jan 16:44
6c749ff
Compare
Choose a tag to compare

What's Changed

  • feat: terragrunt iam role supported by @mohamed-cds in #55

New Contributors

  • @mohamed-cds made their first contribution in #55

Full Changelog: v2.0.2...v2.0.3

v2.0.2

10 Jan 16:00
3f3f3d5
Compare
Choose a tag to compare

What's Changed

  • [Snyk] Upgrade @actions/core from 1.5.0 to 1.6.0 by @snyk-bot in #53

Full Changelog: v2...v2.0.2

v2.0.1

07 Jan 14:31
3b56921
Compare
Choose a tag to compare

What's Changed

  • docs: add Conftest setup by @patheard in #49
  • security: @open-policy-agent/opa-wasm from 1.3.0 to 1.5.0 by @snyk-bot in #52

Full Changelog: v2.0.0...v2.0.1

v2.0.0

05 Oct 20:26
d184388
Compare
Choose a tag to compare

Add Conftest checks from cds-snc/opa_checks to the action.

To use this version, your workflow will need Conftest installed:

- name: Install Conftest
  env:
    CONFTEST_VERSION: 0.27.0
  run: |
    wget "https://github.com/open-policy-agent/conftest/releases/download/v${{ env.CONFTEST_VERSION }}/conftest_${{ env.CONFTEST_VERSION }}_Linux_x86_64.tar.gz" \
    && wget "https://github.com/open-policy-agent/conftest/releases/download/v${{ env.CONFTEST_VERSION }}/checksums.txt" \
    && grep 'Linux_x86_64.tar.gz' < checksums.txt | sha256sum --check  --status \
    && tar -zxvf "conftest_${{ env.CONFTEST_VERSION }}_Linux_x86_64.tar.gz" conftest \
    && mv conftest /usr/local/bin \
    && rm "conftest_${{ env.CONFTEST_VERSION }}_Linux_x86_64.tar.gz" checksums.txt

Changes

  • feat: add conftest to github action by @CalvinRodo in #45
  • snyk: Upgrade @open-policy-agent/opa-wasm from 1.2.0 to 1.3.0 by @snyk-bot in #47
  • fix: remove HTML encoded chars from Conftest output by @patheard in #48

v1.0.10

24 Sep 21:00
1519c00
Compare
Choose a tag to compare

Fix output of command errors when a stdout or stderr message is not included.

v1.0.9

13 Aug 15:36
fbf74f0
Compare
Choose a tag to compare

Remove Terraform resource fresh output from terraform plan runs that only have output changes.

v1.0.8

10 Jul 20:25
0b1f884
Compare
Choose a tag to compare

Fix Terraform format output in the PR comment.

v1.0.7

09 Jul 16:02
78f2fd2
Compare
Choose a tag to compare

Remove colour codes from Terraform command output.

v1.0.6

09 Jul 12:46
b120080
Compare
Choose a tag to compare

Improve how the action outputs failures on the PR comment and action logs.

v1.0.5

01 Jul 19:54
bb7ceaf
Compare
Choose a tag to compare

Add check for hashicorp/setup-terraform GitHub action's terraform_wrapper output.