Skip to content

Releases: codefresh-io/terraform-provider-codefresh

v1.2.0

18 Nov 07:36
bb9f444

Choose a tag to compare

Changes

v1.1.0

26 Sep 16:06
51e2702

Choose a tag to compare

Changes

  • docs - small doc fixes for account_admins and accont_gitops_settings @ilia-medvedev-codefresh (#173)
  • feat: Add gitops environments resource @ilia-medvedev-codefresh (#172)

v1.0.2

10 Sep 12:06
f217344

Choose a tag to compare

Changes

  • fix: api key read errors out when getting keys for users @ilia-medvedev-codefresh (#171)

v1.0.1

25 May 16:17
92fb1c3

Choose a tag to compare

Changes

  • fix - remove unnecessary unmarshalling in codefresh_user activation @ilia-medvedev-codefresh (#166)

v1.0.0

20 May 14:08
88eb8fc

Choose a tag to compare

Changes

Breaking (changed behavior):

  • fix(resource/pipeline): fix permit_restart_from_failed_steps = false wrong behavior. @masontikhonov (#160) See codefresh_pipeline resource documentation for more details on changed behavior.

Other changes:

  • feat: add runtime-environment resource support to codefresh_permission resource @ilia-medvedev-codefresh (#164)
  • chore: Update golang to 1.24, add tools usage, update libraries to recent versions, remove deprecated libraries and fix linting @ilia-medvedev-codefresh (#163)

v0.12.0

12 Jan 12:19
736e7ad

Choose a tag to compare

Changes

  • feat: Add datasource codefresh_current_account_user to retrieve users by email and name from current account @ilia-medvedev-codefresh (#159)
  • feat: Add codefresh_service_account resource and datasource @ilia-medvedev-codefresh (#157)

v0.11.1

17 Dec 14:47
59f99a0

Choose a tag to compare

Changes

  • fix: codefresh_context force decryption when forbidDecrypt feature flag is set (on-prem) @ilia-medvedev-codefresh (#156)

v0.11.0

17 Sep 11:03
f41f07f

Choose a tag to compare

Changes

  • fix(pipeline_resource): switch yaml to json conversion to yq to support anchors in different sections of the yaml (like the dedicated indicators section) @ilia-medvedev-codefresh (#153)
  • feat: add abac rules for products, environments, and promotion flows @danielm-codefresh (#151)

v0.10.1

15 Jul 07:00
3fe2bc4

Choose a tag to compare

Changes

  • fix - permission resource update failures and ignored related_resource attribute @ilia-medvedev-codefresh (#150)
  • patch - update docs: specify which resources require admin token @ilia-medvedev-codefresh (#149)

v0.10.0

03 Jun 12:45
205d0ec

Choose a tag to compare

Changes

  • Feat: Add gitops account settings resource and data source for configuring account level gitops settings (Git provider and ISC repo) @ilia-medvedev-codefresh (#147)
  • Fix: User data source times out on getting all users - add pagination @ilia-medvedev-codefresh (#146)
  • Feat: Support local password for users @ilia-medvedev-codefresh (#145)