Releases: patrickcping/dvtf-pingctl
Releases · patrickcping/dvtf-pingctl
v0.4.2
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
orobject
by @patrickcping in #28
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- Fix double quoted string connector variables by @patrickcping in #23
- Bump golang.org/x/crypto from 0.29.0 to 0.31.0 in /tools by @dependabot in #24
- Bump golang.org/x/crypto from 0.29.0 to 0.31.0 by @dependabot in #25
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Correct relative flow location errors by @patrickcping in #19
- Add flow outputs by @patrickcping in #20
- Add readme generation by @patrickcping in #21
- Correct flow JSON variable descriptions by @patrickcping in #22
Full Changelog: v0.3.0...v0.4.0
v0.3.0
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
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
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
- @dependabot made their first contribution in #5
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Enhance debug and validation output by @patrickcping in #1
- Bump go module (DV) by @patrickcping in #2
New Contributors
- @patrickcping made their first contribution in #1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Initial release