Skip to content

Commit

Permalink
Update hadolint, gorelease and go version (#181)
Browse files Browse the repository at this point in the history
* Update hadolint version

* Update golang version

* Update goreleaser version

* Update changelog
  • Loading branch information
wcmjunior authored Mar 31, 2022
1 parent 24f55c6 commit 48f178f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand All @@ -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
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand All @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 48f178f

Please sign in to comment.