Releases: patrickcping/dvtf-pingctl
Releases · patrickcping/dvtf-pingctl
v0.5.2
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
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
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
- Bug fix: correct the minimum required Terraform CLI version by @patrickcping in #63
- Add support for defining the per-flow log level by @patrickcping in #62
Full Changelog: v0.4.4...v0.5.0
v0.4.4
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
What's Changed
- Bump github.com/samir-gandhi/davinci-client-go from 0.7.1 to 0.8.0 by @dependabot in #29
- Bump golang.org/x/net from 0.31.0 to 0.33.0 in /tools by @dependabot in #31
- Bump golang.org/x/net from 0.23.0 to 0.33.0 by @dependabot in #30
- Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 by @dependabot in #33
- Resolve code scanning errors #1 by @patrickcping in #34
- Bug fix: Fix unescaped double quote issue in connection property variable descriptions by @patrickcping in #35
- Update Connector Schema by @github-actions in #36
- Resolve code scanning errors #2 by @patrickcping in #37
- Update generated example by @patrickcping in #38
New Contributors
- @github-actions made their first contribution in #36
Full Changelog: v0.4.2...v0.4.3
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
arrayorobjectby @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_linkflow 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