Releases: HewlettPackard/terraschema
Releases · HewlettPackard/terraschema
v0.2.1
Changelog
What's Changed
- feat: add
propertyflag to generate property on root object schema by @AislingHPE in #41 - Bump golangci/golangci-lint-action from 6 to 7 by @dependabot[bot] in #42
- Bump github.com/zclconf/go-cty from 1.16.2 to 1.16.3 by @dependabot[bot] in #45
- Bump github.com/zclconf/go-cty from 1.16.3 to 1.16.4 by @dependabot[bot] in #50
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #48
- Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by @dependabot[bot] in #52
- Bump github.com/hashicorp/hcl/v2 from 2.23.0 to 2.24.0 by @dependabot[bot] in #47
- Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #51
- Small fixes: ignore issues with complex error message issues using partial decoding, support generic type 'dynamic' (i.e. any / map(any) / list(any)) and support full optional with default by @w4rgrum in #44
- feat: Exit with non-zero code on errors by @uanid in #54
- Bump github.com/zclconf/go-cty from 1.16.4 to 1.17.0 by @dependabot[bot] in #56
- fix: add .idea to .gitignore for Jetbrains IDE by @uanid in #58
- Feature/nullable should be oneof by @AislingHPE in #59
- Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #55
New Contributors
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- fix: add top level
typeproperty by @acouvreur in #30 - Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in #35
- Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot in #34
- Bump github.com/zclconf/go-cty from 1.15.0 to 1.16.2 by @dependabot in #29
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #24
- Bump github.com/hashicorp/hcl/v2 from 2.22.0 to 2.23.0 by @dependabot in #23
- Allow mulitple validation blocks by @AislingHPE in #38
- feat: add
ignore-variableflag by @AislingHPE in #36
New Contributors
- @acouvreur made their first contribution in #30
Full Changelog: v0.1.0...v0.2.0
v0.1.0
First Release of TerraSchema