Skip to content

Commit 50425fb

Browse files
Release v1.15.0
1 parent 8e15552 commit 50425fb

File tree

1 file changed

+24
-6
lines changed

1 file changed

+24
-6
lines changed

CHANGELOG.md

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [v1.15.0](https://github.com/grafana/terraform-provider-grafana/tree/v1.15.0) (2021-11-19)
4+
5+
[Full Changelog](https://github.com/grafana/terraform-provider-grafana/compare/v1.14.0...v1.15.0)
6+
7+
**Fixed bugs:**
8+
9+
- Provider should retry on HTTP Error 503 [\#250](https://github.com/grafana/terraform-provider-grafana/issues/250)
10+
- Sync Terraform state with Grafana backend [\#43](https://github.com/grafana/terraform-provider-grafana/issues/43)
11+
12+
**Merged pull requests:**
13+
14+
- Add new datasource: `grafana\_user` [\#291](https://github.com/grafana/terraform-provider-grafana/pull/291) ([julienduchesne](https://github.com/julienduchesne))
15+
- Add support for importing probe auth\_token [\#290](https://github.com/grafana/terraform-provider-grafana/pull/290) ([mem](https://github.com/mem))
16+
- Bump github.com/hashicorp/terraform-plugin-docs from 0.5.0 to 0.5.1 [\#287](https://github.com/grafana/terraform-provider-grafana/pull/287) ([dependabot[bot]](https://github.com/apps/dependabot))
17+
- grafana/provider.go: set NumRetries [\#284](https://github.com/grafana/terraform-provider-grafana/pull/284) ([flokli](https://github.com/flokli))
18+
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.7.0 to 2.8.0 [\#271](https://github.com/grafana/terraform-provider-grafana/pull/271) ([dependabot[bot]](https://github.com/apps/dependabot))
19+
- Bump github.com/hashicorp/terraform-plugin-docs from 0.4.0 to 0.5.0 [\#268](https://github.com/grafana/terraform-provider-grafana/pull/268) ([dependabot[bot]](https://github.com/apps/dependabot))
20+
321
## [v1.14.0](https://github.com/grafana/terraform-provider-grafana/tree/v1.14.0) (2021-10-05)
422

523
[Full Changelog](https://github.com/grafana/terraform-provider-grafana/compare/v1.13.4...v1.14.0)
@@ -181,6 +199,7 @@
181199

182200
- Refactor CI [\#158](https://github.com/grafana/terraform-provider-grafana/issues/158)
183201
- \[feature request\] Support "sendReminder" and "frequency" options in the alert notification resource [\#62](https://github.com/grafana/terraform-provider-grafana/issues/62)
202+
- grafana\_user is importable [\#125](https://github.com/grafana/terraform-provider-grafana/pull/125) ([trotttrotttrott](https://github.com/trotttrotttrott))
184203

185204
**Closed issues:**
186205

@@ -198,7 +217,6 @@
198217
- Allow dependabot to check go modules [\#165](https://github.com/grafana/terraform-provider-grafana/pull/165) ([jlosito](https://github.com/jlosito))
199218
- Adding profile field to JSON Data [\#164](https://github.com/grafana/terraform-provider-grafana/pull/164) ([grlvrl](https://github.com/grlvrl))
200219
- is\_admin added to grafana\_user. [\#157](https://github.com/grafana/terraform-provider-grafana/pull/157) ([AlirezaKm](https://github.com/AlirezaKm))
201-
- Add full Stackdriver data source support [\#155](https://github.com/grafana/terraform-provider-grafana/pull/155) ([ryanaross](https://github.com/ryanaross))
202220
- r/grafana\_alert\_notification Add disable\_resolve\_message [\#145](https://github.com/grafana/terraform-provider-grafana/pull/145) ([Puneeth-n](https://github.com/Puneeth-n))
203221
- feat: add new TLS configuration options [\#133](https://github.com/grafana/terraform-provider-grafana/pull/133) ([joemiller](https://github.com/joemiller))
204222

@@ -226,6 +244,7 @@
226244

227245
**Merged pull requests:**
228246

247+
- Add full Stackdriver data source support [\#155](https://github.com/grafana/terraform-provider-grafana/pull/155) ([ryanaross](https://github.com/ryanaross))
229248
- Add support for dashboard permissions [\#150](https://github.com/grafana/terraform-provider-grafana/pull/150) ([pascal-hofmann](https://github.com/pascal-hofmann))
230249
- Updated dead link in documentation - data\_sources [\#149](https://github.com/grafana/terraform-provider-grafana/pull/149) ([WilliamDahlen](https://github.com/WilliamDahlen))
231250
- Do not delete dashboard uid fields [\#136](https://github.com/grafana/terraform-provider-grafana/pull/136) ([gw0](https://github.com/gw0))
@@ -259,7 +278,6 @@
259278
- \[Feature Request\] Support setting version for Elasticsearch datasource [\#54](https://github.com/grafana/terraform-provider-grafana/issues/54)
260279
- Allow skipping TLS verify in datasources [\#42](https://github.com/grafana/terraform-provider-grafana/issues/42)
261280
- Targets/Docs for Releases and Changelog Generation [\#127](https://github.com/grafana/terraform-provider-grafana/pull/127) ([trotttrotttrott](https://github.com/trotttrotttrott))
262-
- grafana\_user is importable [\#125](https://github.com/grafana/terraform-provider-grafana/pull/125) ([trotttrotttrott](https://github.com/trotttrotttrott))
263281
- Automated Releases [\#123](https://github.com/grafana/terraform-provider-grafana/pull/123) ([trotttrotttrott](https://github.com/trotttrotttrott))
264282
- resource/data\_source: add support for stackdriver privatekey [\#100](https://github.com/grafana/terraform-provider-grafana/pull/100) ([anGie44](https://github.com/anGie44))
265283
- Add uid value to alert notification resource [\#87](https://github.com/grafana/terraform-provider-grafana/pull/87) ([58231](https://github.com/58231))
@@ -352,6 +370,10 @@
352370

353371
[Full Changelog](https://github.com/grafana/terraform-provider-grafana/compare/v1.0.2...v1.1.0)
354372

373+
**Implemented enhancements:**
374+
375+
- alert\_notification/dashboard: fix compatibility with grafana 5.0 [\#17](https://github.com/grafana/terraform-provider-grafana/pull/17) ([pearkes](https://github.com/pearkes))
376+
355377
**Closed issues:**
356378

357379
- Upstream Library Ownership [\#26](https://github.com/grafana/terraform-provider-grafana/issues/26)
@@ -366,10 +388,6 @@
366388

367389
[Full Changelog](https://github.com/grafana/terraform-provider-grafana/compare/v1.0.1...v1.0.2)
368390

369-
**Implemented enhancements:**
370-
371-
- alert\_notification/dashboard: fix compatibility with grafana 5.0 [\#17](https://github.com/grafana/terraform-provider-grafana/pull/17) ([pearkes](https://github.com/pearkes))
372-
373391
**Closed issues:**
374392

375393
- Grafana 5.0 Dashboard Support [\#15](https://github.com/grafana/terraform-provider-grafana/issues/15)

0 commit comments

Comments
 (0)