Skip to content

Releases: pingidentity/terraform-provider-davinci

v0.3.3

04 Jun 11:07
e1af800
Compare
Choose a tag to compare

NOTES:

  • resource/davinci_flow: Replace deprecated flow attribute validator. (#318)
  • bump github.com/bflad/tfproviderlint from 0.29.0 => 0.30.0 (#326)
  • bump github.com/golangci/golangci-lint 1.58.2 => 1.59.0 (#318)
  • bump github.com/hashicorp/terraform-plugin-docs from 0.19.2 => 0.19.3 (#326)
  • bump github.com/hashicorp/terraform-plugin-framework 1.7.0 => 1.8.0 (#318)
  • bump github.com/hashicorp/terraform-plugin-mux 0.15.0 => 0.16.0 (#318)
  • bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.33.0 => 2.34.0 (#326)
  • bump github.com/patrickcping/pingone-go-sdk-v2/management 0.38.0 => 0.39.0 (#318)
  • bump github.com/patrickcping/pingone-go-sdk-v2 from 0.11.8 => 0.11.9 (#326)
  • bump github.com/terraform-linters/tflint from 0.50.3 => 0.51.1 (#326)
  • bump go version from 1.21.1 => 1.22.3 (#326)

ENHANCEMENTS:

  • resource/davinci_flow: Added flow_variables.value to allow the variable's default value to be updated. (#325)

BUG FIXES:

  • resource/davinci_flow: Fix issue whereby descriptions are not updated. (#319)
  • resource/davinci_flow: Fix issue whereby flow variables cannot be updated, leading to error. (#325)
  • resource/davinci_flow: Fix panic crash when flow instance and/or company variables are included in a flow export. (#316)
  • resource/davinci_flow: Fixed flow_variables.type so that it refers to the data type of the variable (as is the original intention), rather than the type of the variable object. (#325)
  • resource/davinci_flow: Where a description is not provided in the Terraform schema, the description from the flow export will be applied as a fallback. (#319)

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

28 May 08:46
19d0b7c
Compare
Choose a tag to compare

NOTES:

  • resource/davinci_flow: flow_variables now includes a plan derived from the flow import JSON. (#308)
  • bump github.com/golangci/golangci-lint 1.55.2 => 1.58.2 (#307)
  • bump github.com/hashicorp/go-getter 1.7.2 => 1.7.4 (#307)
  • bump github.com/hashicorp/terraform-plugin-docs 0.18.0 => 0.19.2 (#307)
  • bump github.com/hashicorp/terraform-plugin-go 0.22.1 => 0.23.0 (#307)
  • bump github.com/samir-gandhi/dvgenerate 0.0.10 => 0.0.11 (#307)
  • bump golang.org/x/net 0.22.0 => 0.25.0 (#307)

BUG FIXES:

  • resource/davinci_flow: Fixed "Error parsing flow_json" error when the flow_json string is unknown during plan. (#306)

What's Changed

  • Bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0 by @dependabot in #300
  • resource/davinci_flow: Skip forward plan modification when the json import is unknown by @patrickcping in #306
  • bump go modules 2024-05-24 by @patrickcping in #307
  • resource/davinci_flow: include a flow_variables plan derived from the flow import JSON by @patrickcping in #308

Full Changelog: v0.3.1...v0.3.2

v0.3.1

12 Apr 07:54
b03396c
Compare
Choose a tag to compare

NOTES:

  • bump github.com/hashicorp/terraform-plugin-framework 1.5.0 => 1.7.0 (#286)
  • bump github.com/hashicorp/terraform-plugin-go 0.21.0 => 0.22.1 (#286)
  • bump github.com/hashicorp/terraform-plugin-mux 0.14.0 => 0.15.0 (#286)
  • bump github.com/hashicorp/terraform-plugin-sdk/v2 2.31.0 => 2.33.0 (#286)
  • bump github.com/katbyte/terrafmt 0.5.2 => 0.5.3 (#286)
  • bump github.com/samir-gandhi/davinci-client-go 0.2.0 => 0.3.0 (#288)

BUG FIXES:

  • resource/davinci_flow: Fixed inconsistent state errors when importing a flow with a non-default log setting. (#288)
  • resource/davinci_flow: Fixed panic error when the flow JSON contains a flow conductor node which isn't using a subflow capability. (#285)

What's Changed

  • Fix panic error when a flow contains a flow conductor node which isn't using a subflow capability by @patrickcping in #285
  • bump modules 2024-04-11 by @patrickcping in #286
  • Add connector reference guide metadata header and fix file end by @patrickcping in #287
  • resource/davinci_flow: Fix inconsistent state errors when importing a flow with a non-default log setting by @patrickcping in #288

Full Changelog: v0.3.0...v0.3.1

v0.3.0

10 Apr 13:14
e94d13a
Compare
Choose a tag to compare
changelog pre-release

v0.2.1

07 Dec 19:45
f222d07
Compare
Choose a tag to compare
236 bug add application policies with deprecation notice (#238)

* add policy back into davinci_application

* changelog entry

* generated changelog

v0.2.0

05 Dec 16:33
3b154d7
Compare
Choose a tag to compare
Release prep (#235)

* changelog

* changelog

* generate changelog

v0.1.13

27 Sep 19:09
b064c53
Compare
Choose a tag to compare
Release prep (#215)

* changelog and connection docs

* generate changelog

* update changelog

* generate changelog

v0.1.12

15 Aug 17:44
93397b9
Compare
Choose a tag to compare
Bump github.com/patrickcping/pingone-go-sdk-v2 from 0.10.1 to 0.10.3 …

…(#187)

Bumps [github.com/patrickcping/pingone-go-sdk-v2](https://github.com/patrickcping/pingone-go-sdk-v2) from 0.10.1 to 0.10.3.
- [Release notes](https://github.com/patrickcping/pingone-go-sdk-v2/releases)
- [Changelog](https://github.com/patrickcping/pingone-go-sdk-v2/blob/main/CHANGELOG.md)
- [Commits](https://github.com/patrickcping/pingone-go-sdk-v2/compare/v0.10.1...v0.10.3)

---
updated-dependencies:
- dependency-name: github.com/patrickcping/pingone-go-sdk-v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.1.11

09 Aug 15:46
eb526de
Compare
Choose a tag to compare
closes #171 (#172)

v0.1.10

26 Jul 22:21
771e899
Compare
Choose a tag to compare
Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.26.1 to 2.27…

….0 (#161)

Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.26.1 to 2.27.0.
- [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/terraform-plugin-sdk/compare/v2.26.1...v2.27.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>