File tree Expand file tree Collapse file tree 5 files changed +431
-103
lines changed
Expand file tree Collapse file tree 5 files changed +431
-103
lines changed Original file line number Diff line number Diff line change 1+ Version 0.5.0 (2021-06-23)
2+ --------------------------
3+ Bump dependencies (#20)
4+
15Version 0.4.0 (2021-06-07)
26--------------------------
37Add ability to override provider settings in the resource (#18)
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- 0.4 .0
1+ 0.5 .0
Original file line number Diff line number Diff line change @@ -4,13 +4,12 @@ go 1.13
44
55require (
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)
You can’t perform that action at this time.
0 commit comments