Skip to content

Commit

Permalink
Merge pull request #549 from terraform-providers/release/v1.17.1
Browse files Browse the repository at this point in the history
Release/v1.17.1
  • Loading branch information
zlesnr authored May 4, 2020
2 parents e10c6e4 + 5a42f56 commit 43e61f8
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 17 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
## 1.17.1 (Unreleased)

BUG FIXES:

* fix(client): update the client for pagination URL fix

## 1.17.0 (May 01, 2020)

IMPROVEMENTS:

* feat(dashboard): add grid_column_count to dashboard schema ([#535](https://github.com/terraform-providers/terraform-provider-newrelic/pull/535))

## 1.16.0 (March 24, 2020)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ require (
github.com/hashicorp/terraform-plugin-sdk v1.8.0
github.com/newrelic/go-agent/v3 v3.4.0
github.com/newrelic/go-insights v1.0.3
github.com/newrelic/newrelic-client-go v0.23.0
github.com/newrelic/newrelic-client-go v0.23.1
github.com/stretchr/testify v1.5.1
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,8 @@ github.com/newrelic/go-insights v1.0.3 h1:zSNp1CEZnXktzSIEsbHJk8v6ZihdPFP2WsO/fz
github.com/newrelic/go-insights v1.0.3/go.mod h1:A20BoT8TNkqPGX2nS/Z2fYmKl3Cqa3iKZd4whzedCY4=
github.com/newrelic/newrelic-client-go v0.23.0 h1:SNqudEOG0DBmRsBdsWNfWlPF8P6Csfnnhv3+D9XGI24=
github.com/newrelic/newrelic-client-go v0.23.0/go.mod h1:Kql4o4D5et8WS8c4O/7ZdH2QcTX6zYtoIrbdlhwg+Oc=
github.com/newrelic/newrelic-client-go v0.23.1 h1:7LEo9zZVy6A51KNb+OVez3dXKMZOSzkkH+iw6av703A=
github.com/newrelic/newrelic-client-go v0.23.1/go.mod h1:Kql4o4D5et8WS8c4O/7ZdH2QcTX6zYtoIrbdlhwg+Oc=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/oklog/run v1.0.0 h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ github.com/newrelic/go-agent/v3/internal/utilization
github.com/newrelic/go-agent/v3/newrelic
# github.com/newrelic/go-insights v1.0.3
github.com/newrelic/go-insights/client
# github.com/newrelic/newrelic-client-go v0.23.0
# github.com/newrelic/newrelic-client-go v0.23.1
github.com/newrelic/newrelic-client-go/internal/http
github.com/newrelic/newrelic-client-go/internal/logging
github.com/newrelic/newrelic-client-go/internal/serialization
Expand Down

0 comments on commit 43e61f8

Please sign in to comment.