Skip to content

Releases: patrickcping/dvtf-pingctl

v0.5.2

16 Jul 13:45
f7115c6

Choose a tag to compare

What's Changed

  • Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 in /tools by @dependabot[bot] in #65
  • Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by @dependabot[bot] in #66
  • Update Connector Schema by @github-actions[bot] in #67

Full Changelog: v0.5.1...v0.5.2

v0.5.1

19 Jun 10:34
62ab0c8

Choose a tag to compare

What's Changed

  • Bump github.com/samir-gandhi/davinci-client-go from 0.11.0 to 0.11.1 by @dependabot in #64

Full Changelog: v0.5.0...v0.5.1

v0.5.0

11 Jun 11:52
e121b56

Choose a tag to compare

Important

As of this release, the DaVinci Terraform provider must be v0.5.0 or higher and the Terraform CLI must be v1.12.0 or higher.

What's Changed

Full Changelog: v0.4.4...v0.5.0

v0.4.4

03 Jun 19:58
73b6113

Choose a tag to compare

What's Changed

  • Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in #39
  • Bump goreleaser/goreleaser-action from 6.1.0 to 6.2.1 by @dependabot in #40
  • Update Connector Schema by @github-actions in #41
  • Bump golang.org/x/net from 0.33.0 to 0.36.0 in /tools by @dependabot in #43
  • Update Connector Schema by @github-actions in #55
  • Bump golang.org/x/net from 0.36.0 to 0.38.0 in /tools by @dependabot in #54
  • Bump goreleaser/goreleaser-action from 6.2.1 to 6.3.0 by @dependabot in #48
  • Bump golang.org/x/net from 0.33.0 to 0.38.0 by @dependabot in #53
  • Update Connector Schema by @github-actions in #50
  • Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot in #42
  • Bump github.com/samir-gandhi/davinci-client-go from 0.8.0 to 0.11.0 by @patrickcping in #59
  • Bump go version by @patrickcping in #60
  • Update example in the /examples directory with latest implementation by @patrickcping in #61
  • Bump github.com/rs/zerolog from 1.33.0 to 1.34.0 by @dependabot in #47
  • Bump github.com/spf13/viper from 1.19.0 to 1.20.1 by @dependabot in #46

Full Changelog: v0.4.3...v0.4.4

v0.4.3

06 Feb 11:19
3126bc7

Choose a tag to compare

What's Changed

New Contributors

  • @github-actions made their first contribution in #36

Full Changelog: v0.4.2...v0.4.3

v0.4.2

18 Dec 15:06
65b3a30

Choose a tag to compare

What's Changed

  • Make connector schema update idempotent when no functional change by @patrickcping in #27
  • Correct generated connector property variable type when connector schema is array or object by @patrickcping in #28

Full Changelog: v0.4.1...v0.4.2

v0.4.1

16 Dec 12:09
cba367c

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

11 Dec 14:34
5f773ed

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

05 Dec 13:37
5f3966a

Choose a tag to compare

What's Changed

  • Add variables for flow JSON paths/contents in generated HCL by @patrickcping in #17
  • Enforce connector property ordering for idempotent generation by @patrickcping in #18

Full Changelog: v0.2.0...v0.3.0

v0.2.0

03 Dec 15:22
a15267f

Choose a tag to compare

BREAKING CHANGE The generate ... command now creates a module structure to assist with overriding variable values. It allows the Terraform to be incrementally regenerated without having to significantly re-work variable value mappings

What's Changed

  • Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 by @dependabot in #10
  • Bump github.com/fatih/color from 1.17.0 to 1.18.0 by @dependabot in #9
  • Re-map all subflow_link flow references based on provided subflows by @patrickcping in #13
  • Convert to module generating format, add support for connector properties by @patrickcping in #15

Full Changelog: v0.1.2...v0.2.0