Skip to content

Commit 2d01d80

Browse files
Release v1.16.0
1 parent ef12085 commit 2d01d80

File tree

1 file changed

+29
-7
lines changed

1 file changed

+29
-7
lines changed

CHANGELOG.md

Lines changed: 29 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [v1.16.0](https://github.com/grafana/terraform-provider-grafana/tree/v1.16.0) (2021-11-24)
4+
5+
[Full Changelog](https://github.com/grafana/terraform-provider-grafana/compare/v1.15.0...v1.16.0)
6+
7+
**Implemented enhancements:**
8+
9+
- CI for Cloud Acceptance Tests [\#226](https://github.com/grafana/terraform-provider-grafana/issues/226)
10+
- New feature: datasource permissions [\#205](https://github.com/grafana/terraform-provider-grafana/issues/205)
11+
- Support management of API Keys. [\#143](https://github.com/grafana/terraform-provider-grafana/issues/143)
12+
13+
**Merged pull requests:**
14+
15+
- docs: Print out the files that are out of sync [\#298](https://github.com/grafana/terraform-provider-grafana/pull/298) ([julienduchesne](https://github.com/julienduchesne))
16+
- Update the grafana version to 8.2.5 in tests [\#297](https://github.com/grafana/terraform-provider-grafana/pull/297) ([julienduchesne](https://github.com/julienduchesne))
17+
- Check for docs drift [\#296](https://github.com/grafana/terraform-provider-grafana/pull/296) ([julienduchesne](https://github.com/julienduchesne))
18+
- Api key support [\#295](https://github.com/grafana/terraform-provider-grafana/pull/295) ([baloo](https://github.com/baloo))
19+
- Run cloud tests in CI [\#293](https://github.com/grafana/terraform-provider-grafana/pull/293) ([julienduchesne](https://github.com/julienduchesne))
20+
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.8.0 to 2.9.0 [\#292](https://github.com/grafana/terraform-provider-grafana/pull/292) ([dependabot[bot]](https://github.com/apps/dependabot))
21+
- Add `grafana\_data\_source\_permission` resource [\#289](https://github.com/grafana/terraform-provider-grafana/pull/289) ([julienduchesne](https://github.com/julienduchesne))
22+
- Bump github.com/grafana/synthetic-monitoring-agent from 0.0.24 to 0.3.3 [\#288](https://github.com/grafana/terraform-provider-grafana/pull/288) ([dependabot[bot]](https://github.com/apps/dependabot))
23+
- Bump github.com/grafana/synthetic-monitoring-api-go-client from 0.0.2 to 0.3.0 [\#282](https://github.com/grafana/terraform-provider-grafana/pull/282) ([dependabot[bot]](https://github.com/apps/dependabot))
24+
325
## [v1.15.0](https://github.com/grafana/terraform-provider-grafana/tree/v1.15.0) (2021-11-19)
426

527
[Full Changelog](https://github.com/grafana/terraform-provider-grafana/compare/v1.14.0...v1.15.0)
@@ -199,7 +221,6 @@
199221

200222
- Refactor CI [\#158](https://github.com/grafana/terraform-provider-grafana/issues/158)
201223
- \[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))
203224

204225
**Closed issues:**
205226

@@ -217,6 +238,7 @@
217238
- Allow dependabot to check go modules [\#165](https://github.com/grafana/terraform-provider-grafana/pull/165) ([jlosito](https://github.com/jlosito))
218239
- Adding profile field to JSON Data [\#164](https://github.com/grafana/terraform-provider-grafana/pull/164) ([grlvrl](https://github.com/grlvrl))
219240
- is\_admin added to grafana\_user. [\#157](https://github.com/grafana/terraform-provider-grafana/pull/157) ([AlirezaKm](https://github.com/AlirezaKm))
241+
- Add full Stackdriver data source support [\#155](https://github.com/grafana/terraform-provider-grafana/pull/155) ([ryanaross](https://github.com/ryanaross))
220242
- 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))
221243
- feat: add new TLS configuration options [\#133](https://github.com/grafana/terraform-provider-grafana/pull/133) ([joemiller](https://github.com/joemiller))
222244

@@ -244,10 +266,10 @@
244266

245267
**Merged pull requests:**
246268

247-
- Add full Stackdriver data source support [\#155](https://github.com/grafana/terraform-provider-grafana/pull/155) ([ryanaross](https://github.com/ryanaross))
248269
- Add support for dashboard permissions [\#150](https://github.com/grafana/terraform-provider-grafana/pull/150) ([pascal-hofmann](https://github.com/pascal-hofmann))
249270
- Updated dead link in documentation - data\_sources [\#149](https://github.com/grafana/terraform-provider-grafana/pull/149) ([WilliamDahlen](https://github.com/WilliamDahlen))
250271
- Do not delete dashboard uid fields [\#136](https://github.com/grafana/terraform-provider-grafana/pull/136) ([gw0](https://github.com/gw0))
272+
- Adding folder permission functionality [\#128](https://github.com/grafana/terraform-provider-grafana/pull/128) ([jonathan-dorsey](https://github.com/jonathan-dorsey))
251273
- Add organization id to the provider. [\#110](https://github.com/grafana/terraform-provider-grafana/pull/110) ([medains](https://github.com/medains))
252274

253275
## [v1.7.0](https://github.com/grafana/terraform-provider-grafana/tree/v1.7.0) (2020-11-06)
@@ -264,7 +286,6 @@
264286
- Add folder resource import [\#132](https://github.com/grafana/terraform-provider-grafana/pull/132) ([zombispormedio](https://github.com/zombispormedio))
265287
- Add team preferences functionality to provider [\#131](https://github.com/grafana/terraform-provider-grafana/pull/131) ([jonathan-dorsey](https://github.com/jonathan-dorsey))
266288
- Apply changes to match the change to a Config struct [\#130](https://github.com/grafana/terraform-provider-grafana/pull/130) ([medains](https://github.com/medains))
267-
- Adding folder permission functionality [\#128](https://github.com/grafana/terraform-provider-grafana/pull/128) ([jonathan-dorsey](https://github.com/jonathan-dorsey))
268289
- Change user lists to sets [\#116](https://github.com/grafana/terraform-provider-grafana/pull/116) ([medains](https://github.com/medains))
269290

270291
## [v1.6.0](https://github.com/grafana/terraform-provider-grafana/tree/v1.6.0) (2020-10-16)
@@ -278,6 +299,7 @@
278299
- \[Feature Request\] Support setting version for Elasticsearch datasource [\#54](https://github.com/grafana/terraform-provider-grafana/issues/54)
279300
- Allow skipping TLS verify in datasources [\#42](https://github.com/grafana/terraform-provider-grafana/issues/42)
280301
- Targets/Docs for Releases and Changelog Generation [\#127](https://github.com/grafana/terraform-provider-grafana/pull/127) ([trotttrotttrott](https://github.com/trotttrotttrott))
302+
- grafana\_user is importable [\#125](https://github.com/grafana/terraform-provider-grafana/pull/125) ([trotttrotttrott](https://github.com/trotttrotttrott))
281303
- Automated Releases [\#123](https://github.com/grafana/terraform-provider-grafana/pull/123) ([trotttrotttrott](https://github.com/trotttrotttrott))
282304
- resource/data\_source: add support for stackdriver privatekey [\#100](https://github.com/grafana/terraform-provider-grafana/pull/100) ([anGie44](https://github.com/anGie44))
283305
- Add uid value to alert notification resource [\#87](https://github.com/grafana/terraform-provider-grafana/pull/87) ([58231](https://github.com/58231))
@@ -370,10 +392,6 @@
370392

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

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-
377395
**Closed issues:**
378396

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

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

409+
**Implemented enhancements:**
410+
411+
- alert\_notification/dashboard: fix compatibility with grafana 5.0 [\#17](https://github.com/grafana/terraform-provider-grafana/pull/17) ([pearkes](https://github.com/pearkes))
412+
391413
**Closed issues:**
392414

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

0 commit comments

Comments
 (0)