Skip to content

Releases: pavel-snyk/terraform-provider-snyk

v0.7.1

11 Mar 03:26
26417bc
Compare
Choose a tag to compare

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

24 Sep 00:02
68a7b1f
Compare
Choose a tag to compare

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

19 Sep 02:00
e3d4fff
Compare
Choose a tag to compare

v0.6.1 (2022-09-19)

Code Refactoring

  • snyk_integration: rename pull_request_testing attribute to pull_request_sca

Documentation

  • fix provider version in example snippet

v0.6.0

18 Sep 21:24
0af40e8
Compare
Choose a tag to compare

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

05 Sep 11:04
36c0e48
Compare
Choose a tag to compare

v0.5.0 (2022-09-05)

Features

  • datasource/snyk_project: add new data source for projects

Maintaining

  • upgrade snyk-sdk-go to v0.1.0

v0.4.2

05 Sep 00:37
59477bf
Compare
Choose a tag to compare

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

02 Sep 19:28
e23d256
Compare
Choose a tag to compare

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

v0.4.0

22 Aug 00:22
f61df76
Compare
Choose a tag to compare

v0.4.0 (2022-08-22)

Features

  • resource/snyk_integration: add new resource for integrations

v0.3.1

20 Aug 04:01
b059aa6
Compare
Choose a tag to compare

v0.3.1 (2022-08-20)

Maintaining

  • use git-chglog for changelog generation
  • install tfplugindocs via tool-as-dependencies
  • add make targets to generate and validate docs

v0.3.0

20 Aug 04:01
e21020b
Compare
Choose a tag to compare

v0.3.0 (2022-08-18)

Features

  • datasource/snyk_organization: add new data source for organizations