Changelog
- 28e75ca Merge pull request #371 from Cesarsk/feat/new-resources
- 7fbd716 Merge pull request #370 from Cesarsk/fix/quick-wins
- 796d37a Merge pull request #379 from jdamata/fix/tfplugindocs-terraform-on-path
- ba2fdc2 ci: drop comments on setup-terraform steps
- 2050138 ci: pin hashicorp/setup-terraform to a commit SHA
- d7affae Revert "ci: TEMP verify fix on branch (to be reverted)"
- b918007 ci: TEMP verify fix on branch (to be reverted)
- 0bbc75e ci: install terraform before tfplugindocs to avoid expired PGP key
- c54c693 test: add validation tests for ExactlyOneOf and ValidateFunc behaviors
- 5b16d9d test: add acceptance tests for new resources; fix teardown edge cases
- d369ba9 docs: add examples for new resources (required by tfplugindocs)
- 52ae844 fix: revert go.mod to go 1.25.8 (Go 1.25 shipped Aug 2025, CI pins go-version: 1.25)
- 24f57c8 fix: correct ExactlyOneOf on token/pass, add ValidateFunc for visibility and version, fix go.mod version
- a5c433c feat: add project_links, secured_setting, measures data source, permission_template_default resources
- ec5d4ec Merge pull request #367 from jdamata/dependabot/go_modules/github.com/hashicorp/terraform-plugin-testing-1.16.0
- 93363b6 build(deps): bump github.com/hashicorp/terraform-plugin-testing
What's Changed
- build(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.15.0 to 1.16.0 by @dependabot[bot] in #367
- ci: install terraform before tfplugindocs to avoid expired PGP key by @Cesarsk in #379
- fix: correct ExactlyOneOf on token/pass auth, add ValidateFunc for visibility and installed_version by @Cesarsk in #370
- feat: add sonarqube_project_links, sonarqube_secured_setting, data.sonarqube_measures, sonarqube_permission_template_default by @Cesarsk in #371
New Contributors
Full Changelog: v0.16.21...v0.16.22