Skip to content

Releases: patrickcping/dvtf-pingctl

v0.4.2

18 Dec 15:06
65b3a30
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v0.4.0

11 Dec 14:34
5f773ed
Compare
Choose a tag to compare

What's Changed

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

v0.3.0

05 Dec 13:37
5f3966a
Compare
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
Compare
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

v0.1.2

04 Sep 18:22
c59c498
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/rs/zerolog from 1.31.0 to 1.33.0 by @dependabot in #5
  • Bump github.com/fatih/color from 1.14.1 to 1.17.0 by @dependabot in #4
  • Fix multiple connectors of the same type not being generated by @patrickcping in #6
  • Fix variable blank string causing HCL validation failure by @patrickcping in #7
  • Fix HCL error caused by multi-line description fields by @patrickcping in #8

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

02 Sep 10:57
26f4d60
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

29 Aug 10:57
8012bdb
Compare
Choose a tag to compare

Initial release