|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v1.12.0](https://github.com/grafana/terraform-provider-grafana/tree/v1.12.0) (2021-06-22) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/grafana/terraform-provider-grafana/compare/v1.11.0...v1.12.0) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- AccessControl: Add description in Access Control resources docs [\#209](https://github.com/grafana/terraform-provider-grafana/issues/209) |
| 10 | +- Unable to set "Max concurrent Shard Requests" for Elasticsearch in grafana\_data\_source [\#195](https://github.com/grafana/terraform-provider-grafana/issues/195) |
| 11 | +- \[Feature request\] Have Grafana dashboards be stored by uid instead of slug [\#95](https://github.com/grafana/terraform-provider-grafana/issues/95) |
| 12 | +- \[Feature Request\] Support dashboard overwriting [\#8](https://github.com/grafana/terraform-provider-grafana/issues/8) |
| 13 | +- Prepare For Grafana Cloud Resources [\#213](https://github.com/grafana/terraform-provider-grafana/pull/213) ([trotttrotttrott](https://github.com/trotttrotttrott)) |
| 14 | + |
| 15 | +**Fixed bugs:** |
| 16 | + |
| 17 | +- Dashboard Resource Ignores Changes to UID [\#223](https://github.com/grafana/terraform-provider-grafana/issues/223) |
| 18 | +- Dashboard resource not working with Grafana v8 [\#212](https://github.com/grafana/terraform-provider-grafana/issues/212) |
| 19 | +- UID Change Causes Diff [\#224](https://github.com/grafana/terraform-provider-grafana/pull/224) ([trotttrotttrott](https://github.com/trotttrotttrott)) |
| 20 | + |
| 21 | +**Closed issues:** |
| 22 | + |
| 23 | +- darwin/arm64 support [\#179](https://github.com/grafana/terraform-provider-grafana/issues/179) |
| 24 | +- Unsupported attribute dashboard\_id [\#138](https://github.com/grafana/terraform-provider-grafana/issues/138) |
| 25 | +- Terraform removes uid from config\_json before create dashboard on Grafana [\#121](https://github.com/grafana/terraform-provider-grafana/issues/121) |
| 26 | +- Editing Dashboard 'title' creates new dashboard - leaving old dashboard behind [\#80](https://github.com/grafana/terraform-provider-grafana/issues/80) |
| 27 | + |
| 28 | +**Merged pull requests:** |
| 29 | + |
| 30 | +- Dashboard Resource Works with Grafana 8 [\#217](https://github.com/grafana/terraform-provider-grafana/pull/217) ([trotttrotttrott](https://github.com/trotttrotttrott)) |
| 31 | +- Remove Vendor Directory [\#215](https://github.com/grafana/terraform-provider-grafana/pull/215) ([trotttrotttrott](https://github.com/trotttrotttrott)) |
| 32 | +- Allow to overwrite while creating dashboard from terraform [\#214](https://github.com/grafana/terraform-provider-grafana/pull/214) ([szemek](https://github.com/szemek)) |
| 33 | +- typo in grafana\_dashboard\_permission docs [\#211](https://github.com/grafana/terraform-provider-grafana/pull/211) ([rssnyder](https://github.com/rssnyder)) |
| 34 | +- AccessControl: Add description in AccessControl resources docs [\#210](https://github.com/grafana/terraform-provider-grafana/pull/210) ([gamab](https://github.com/gamab)) |
| 35 | +- Added the MaxConcurrentShardRequests in JSONData for Elasticsearch datasources [\#196](https://github.com/grafana/terraform-provider-grafana/pull/196) ([aymericDD](https://github.com/aymericDD)) |
| 36 | + |
3 | 37 | ## [v1.11.0](https://github.com/grafana/terraform-provider-grafana/tree/v1.11.0) (2021-06-09) |
4 | 38 |
|
5 | 39 | [Full Changelog](https://github.com/grafana/terraform-provider-grafana/compare/v1.10.0...v1.11.0) |
|
76 | 110 | - Allow dependabot to check go modules [\#165](https://github.com/grafana/terraform-provider-grafana/pull/165) ([jlosito](https://github.com/jlosito)) |
77 | 111 | - Adding profile field to JSON Data [\#164](https://github.com/grafana/terraform-provider-grafana/pull/164) ([grlvrl](https://github.com/grlvrl)) |
78 | 112 | - is\_admin added to grafana\_user. [\#157](https://github.com/grafana/terraform-provider-grafana/pull/157) ([AlirezaKm](https://github.com/AlirezaKm)) |
| 113 | +- Add full Stackdriver data source support [\#155](https://github.com/grafana/terraform-provider-grafana/pull/155) ([ryanaross](https://github.com/ryanaross)) |
79 | 114 | - 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)) |
80 | 115 | - feat: add new TLS configuration options [\#133](https://github.com/grafana/terraform-provider-grafana/pull/133) ([joemiller](https://github.com/joemiller)) |
81 | 116 |
|
|
103 | 138 |
|
104 | 139 | **Merged pull requests:** |
105 | 140 |
|
106 | | -- Add full Stackdriver data source support [\#155](https://github.com/grafana/terraform-provider-grafana/pull/155) ([ryanaross](https://github.com/ryanaross)) |
107 | 141 | - Add support for dashboard permissions [\#150](https://github.com/grafana/terraform-provider-grafana/pull/150) ([pascal-hofmann](https://github.com/pascal-hofmann)) |
108 | 142 | - Updated dead link in documentation - data\_sources [\#149](https://github.com/grafana/terraform-provider-grafana/pull/149) ([WilliamDahlen](https://github.com/WilliamDahlen)) |
109 | 143 | - Do not delete dashboard uid fields [\#136](https://github.com/grafana/terraform-provider-grafana/pull/136) ([gw0](https://github.com/gw0)) |
|
189 | 223 |
|
190 | 224 | [Full Changelog](https://github.com/grafana/terraform-provider-grafana/compare/v1.3.0...v1.4.0) |
191 | 225 |
|
192 | | -**Implemented enhancements:** |
193 | | - |
194 | | -- Import error debug [\#30](https://github.com/grafana/terraform-provider-grafana/pull/30) ([tonglil](https://github.com/tonglil)) |
195 | | - |
196 | 226 | **Closed issues:** |
197 | 227 |
|
198 | 228 | - Documentation missing quote [\#39](https://github.com/grafana/terraform-provider-grafana/issues/39) |
|
207 | 237 |
|
208 | 238 | [Full Changelog](https://github.com/grafana/terraform-provider-grafana/compare/v1.2.0...v1.3.0) |
209 | 239 |
|
| 240 | +**Implemented enhancements:** |
| 241 | + |
| 242 | +- Import error debug [\#30](https://github.com/grafana/terraform-provider-grafana/pull/30) ([tonglil](https://github.com/tonglil)) |
| 243 | + |
210 | 244 | **Closed issues:** |
211 | 245 |
|
212 | 246 | - PagerDuty setting for grafana\_alert\_notification is coerced into an invalid value [\#35](https://github.com/grafana/terraform-provider-grafana/issues/35) |
|
0 commit comments