Releases: pavel-snyk/terraform-provider-snyk
Releases · pavel-snyk/terraform-provider-snyk
v0.7.1
v0.7.1 (2023-03-11)
Maintaining
- bump GitHub action versions to latest
- don't use deprecated GoReleaser options
- use go 1.19 in GitHub action builds
- deps: upgrade terraform-plugin-docs to v0.14.1
- deps: upgrade git-chglog to v0.15.4
- deps: upgrade golangci-lint to v1.51.2
- deps: bump github.com/hashicorp/terraform-plugin-sdk/v2
- deps: bump github.com/stretchr/testify from 1.8.0 to 1.8.2
- deps: bump goreleaser/goreleaser-action from 3 to 4
v0.7.0
v0.7.0 (2022-09-24)
Bug Fixes
- resource/snyk_integration: use oneOf validator for integration type
Features
- resource/snyk_integration: add credentials validator for type attribute
- resource/snyk_integration: add configuration options for dependency auto-upgrade
Maintaining
- upgrade snyk-sdk-go to v0.4.1
- complete migration to terraform-plugin-framework v0.13.0
- don't run acceptance tests in parallel
- update snyk-sdk-go to v0.4.0
- deps: bump github.com/hashicorp/terraform-plugin-framework
v0.6.1
v0.6.0
v0.6.0 (2022-09-18)
Features
- resource/snyk_integration: add configuration options for pull request testing
Maintaining
- update snyk-sdk-go to v0.3.1
- fix caching for tools task in test workflow
- deps: bump github.com/hashicorp/terraform-plugin-sdk/v2
- deps: bump github.com/hashicorp/terraform-plugin-sdk/v2
v0.5.0
v0.4.2
v0.4.2 (2022-09-05)
Bug Fixes
- resource/snyk_integration: fix plan and state handling by updating integration
Code Refactoring
- add validator with NotEmptyString() function
- resource/snyk_organization: add acceptance tests for organization resource
Maintaining
- set provider version via ldflags when releasing
- add debug support for provider
v0.4.1
v0.4.1 (2022-09-02)
Bug Fixes
- consider envvars by provider configuration
Documentation
- add how-to guide for provider authentication
Maintaining
- activate unit and acceptance tests workflows
- install golangci-lint via tools-as-dependencies
- deps: bump github.com/hashicorp/terraform-plugin-framework
- golangci-lint: replace deadcode and varcheck linter with unused