Releases: observIQ/terraform-provider-bindplane
Releases · observIQ/terraform-provider-bindplane
v1.7.3
Changelog
Bug Fixes
- e827eff: fix: Ignore parameters_json whitespace only changes (#197) (@jsirianni)
Dependencies
- 4103d75: chore(deps): bump actions/cache from 4 to 5 (#192) (@dependabot[bot])
Other
- 5d78487: Update sigstore, cosign, rekor, and go-git dependencies (#199) (@Copilot)
- 44de271: chore: update CODEOWNERS to use teams and add validator workflow (#193) (@joe-armstrong)
v1.7.2
Changelog
Bug Fixes
- d64e5b1: fix: Read rollout options from Bindplane (#191) (@jsirianni)
Dependencies
- a2e731b: chore(deps): bump actions/checkout from 5 to 6 (#188) (@dependabot[bot])
- dff5777: chore(deps): bump golang.org/x/crypto in /internal/tools (#190) (@dependabot[bot])
Other
- b0b70b6: Bindplane v1.96 (#187) (@jsirianni)
- 91c385c: chore: Set workflow permissions (@jsirianni)
v1.7.1
Changelog
Dependencies
- 8cae5c9: chore(deps): bump actions/checkout from 4 to 5 (#181) (@dependabot[bot])
- 28f7176: chore(deps): bump actions/setup-go from 5 to 6 (#184) (@dependabot[bot])
- c3055e1: chore(deps): bump github.com/ulikunitz/xz in /internal/tools (#183) (@dependabot[bot])
Other
- 03e22b7: Bindplane v1.93 (#177) (@jsirianni)
- 9868a85: Bindplane v1.95 (#185) (@jsirianni)
- db18e76: doc: Fix outdated links (#186) (@jsirianni)
v1.7.0
What's Changed
- fix: Apply over progressive rollouts by @jsirianni in #174
- fix: validate condition parameters in terraform by @justinianvoss22 in #176
- deps: upgrade mapstructure dependency by @itonyr in #180
- feat: Use stable bindplane.observiq.com/v2 API by @jsirianni in #182
New Contributors
Full Changelog: v1.6.1...v1.7.0
v1.6.1
Changelog
Dependencies
- 5314d14: chore(deps): bump github.com/cloudflare/circl in /internal/tools (#170) (@dependabot[bot])
Other
- a7c2392: Upgrade mapstructure (#172) (@jsirianni)
- 5dac163: chore: Bindplane v1.92.0 (#173) (@jsirianni)
- b8e03a8: fix codeblock close (#171) (@jsirianni)
v1.6.0
What's Changed
- feat: Support Telemetry Port and Telemetry Level on Configuration and Configuration v2 resources by @jsirianni in #168
New Contributors
- @schmikei made their first contribution in #157
- @justinianvoss22 made their first contribution in #164
Full Changelog: v1.5.1...v1.6.0
v1.5.1
v1.5.0
Supported Bindplane Versions
Provider v1.5.0 supports Bindplane v1.79.0 - latest
Configuration V2
This release introduces connectors and configuration V2.
Configuration V2 is currently beta and supported as of Bindplane v1.85.0. See the docs for usage details.
Changelog
New Features
- 1886317: feat(resource): Config V2 (#152) (@jsirianni)
- d64b7c8: feat(resource): Processor Bundles (#140) (@jsirianni)
- 2b770fe: feat: Generate component IDs before applying new resources (#142) (@jsirianni)
Dependencies
- 81cd560: chore(deps): bump github.com/golang-jwt/jwt/v4 in /internal/tools (#132) (@dependabot[bot])
- 6c25354: deps: Update go-git/v5 to v5.13 (@jsirianni)
Other
- cd1900c: Enable vulnerability reporting (#120) (@jsirianni)
- 097368b: Goreleaser v2 (#121) (@jsirianni)
- bac0e7e: Test against v1.85.0 (#139) (@jsirianni)
- d49d556: bindplane 1.70.0 (#122) (@jsirianni)
- a4219ff: bump crypto to 0.31 (#137) (@jsirianni)
- 48e955f: bump golang.org/x/net to v0.33.0 (#138) (@jsirianni)
- 4850bdc: test against bindplane 1.72 (#124) (@jsirianni)
- 1a4d708: test against v1.71.0 (#123) (@jsirianni)
- e0493e9: test against v1.73.0 (#125) (@jsirianni)
- 7c148b5: test against v1.74.0 (#126) (@jsirianni)
- 8774575: test against v1.75.0 (#127) (@jsirianni)
- 4a7eb2a: test against v1.76.0 (#128) (@jsirianni)
- c1d24c2: test against v1.77.0 (#129) (@jsirianni)
- 0886da0: test against v1.79.0 (#130) (@jsirianni)
- 0181478: test against v1.80.0 (#131) (@jsirianni)
- c494d12: test against v1.81.0 (#133) (@jsirianni)
- 47da1f8: test against v1.82.0 (#134) (@jsirianni)
- f628ab8: test against v1.83.0 (#135) (@jsirianni)
- 85638a2: test against v1.84.0 (#136) (@jsirianni)
v1.4.4
Changelog
Dependencies
- 66218ae: chore(deps): bump google.golang.org/grpc in /internal/tools (#117) (@dependabot[bot])
Other
- a62d350: add configuration extensions to the state (#116) (@jsirianni)
- b7a1afa: bindplane 1.68 (#119) (@jsirianni)
v1.4.3
Changelog
Bug Fixes
- bd52dcb: fix(bindplane_configuration): Lack of rollout options should not cause a change during apply (#114) (@jsirianni)