Skip to content

Commit 5ee82e9

Browse files
authored
Merge pull request #21 from snowplow-devops/release/v0.5.0
Release/v0.5.0
2 parents a982e96 + 74ce454 commit 5ee82e9

File tree

5 files changed

+431
-103
lines changed

5 files changed

+431
-103
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 0.5.0 (2021-06-23)
2+
--------------------------
3+
Bump dependencies (#20)
4+
15
Version 0.4.0 (2021-06-07)
26
--------------------------
37
Add ability to override provider settings in the resource (#18)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ limitations under the License.
149149
[actions-image]: https://github.com/snowplow-devops/terraform-provider-snowplow/workflows/ci/badge.svg
150150
[actions]: https://github.com/snowplow-devops/terraform-provider-snowplow/actions
151151

152-
[release-image]: http://img.shields.io/badge/release-0.4.0-6ad7e5.svg?style=flat
152+
[release-image]: http://img.shields.io/badge/release-0.5.0-6ad7e5.svg?style=flat
153153
[releases]: https://github.com/snowplow-devops/terraform-provider-snowplow/releases
154154

155155
[license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.5.0

go.mod

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ go 1.13
44

55
require (
66
github.com/hashicorp/go-version v1.3.0 // indirect
7-
github.com/hashicorp/terraform v0.12.29
7+
github.com/hashicorp/terraform v0.14.11
88
github.com/imdario/mergo v0.3.12
9-
github.com/snowplow/snowplow-golang-tracker/v2 v2.3.0
9+
github.com/snowplow/snowplow-golang-tracker/v2 v2.4.0
1010
github.com/stretchr/testify v1.5.1
1111
github.com/twinj/uuid v1.0.0
12-
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
13-
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
14-
golang.org/x/sys v0.0.0-20210603125802-9665404d3644 // indirect
12+
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
13+
golang.org/x/tools v0.1.3 // indirect
1514
gopkg.in/stretchr/testify.v1 v1.2.2 // indirect
1615
)

0 commit comments

Comments
 (0)