diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e1ead68..b92a2931 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.15 + go-version: 1.17 - name: Import GPG key id: import_gpg uses: hashicorp/ghaction-import-gpg@v2.1.0 @@ -34,7 +34,7 @@ jobs: GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }} PASSPHRASE: ${{ secrets.PASSPHRASE }} - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v2.5.0 + uses: goreleaser/goreleaser-action@v2.9.1 with: version: latest args: release --rm-dist diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d6ca6ab..d8402c7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 2.5.1 (March 31, 2022) + +Minimum required Control Plane version: `v2.29.0`. + +### Bug fixes: + +- **Update hadolint, gorelease and go version**: [#181](https://github.com/cyralinc/terraform-provider-cyral/pull/181); + ## 2.5.0 (March 31, 2022) Minimum required Control Plane version: `v2.29.0`. @@ -8,9 +16,11 @@ Minimum required Control Plane version: `v2.29.0`. - **Fix PagerDuty resource due to confExtensions breaking changes**: [#173](https://github.com/cyralinc/terraform-provider-cyral/pull/173); ### Features: + - **Add Access Gateway support for repo binding resource**: [#180](https://github.com/cyralinc/terraform-provider-cyral/pull/180); ### Deprecate: + - **Deprecate properties field from policy resource**: [#178](https://github.com/cyralinc/terraform-provider-cyral/pull/178); ## 2.4.4 (March 3, 2022) diff --git a/docker-compose.yaml b/docker-compose.yaml index a17447a9..1e376282 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,7 +2,7 @@ version: "3" services: app: - image: golang:1.15 + image: golang:1.17 container_name: terraform_provider_cyral volumes: - .:/go/src/cyral @@ -12,7 +12,7 @@ services: build: . lint: - image: hadolint/hadolint:v2.5.0 + image: hadolint/hadolint:v2.10.0 container_name: lint command: "/bin/hadolint /Dockerfile" volumes: