Releases: grafana/terraform-provider-grafana
Releases · grafana/terraform-provider-grafana
v3.8.2
What's Changed
- Bump the terraform group with 2 updates by @dependabot in #1826
- Bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #1825
Full Changelog: v3.8.1...v3.8.2
v3.8.1
v3.8.0
What's Changed
Features and fixes:
- Grafana: Use a service account token instead of an API key by @dmihai in #1800
- ML: update client and disable builtin retries by @sd2k in #1803
- OnCall: add
templates.mobile_app
to OnCall Integration resource by @joeyorlando in #1814 - SLO: Handle resource 404 gracefully by @joeblubaugh in #1784
- SM: Add missing proxy headers by @spinillos in #1815
- SSO: Add example for configuring SSO with LDAP by @dmihai in #1796
- SSO: Add support for LDAP in SSO settings by @dmihai in #1785
Docs:
- docs(alerting): update links to Grafana Docs by @ppcano in #1738
- docs: update the Grafana Cloud docs link to create a cloud access policy token by @ppcano in #1776
- docs: Document that the org and user resources aren't usable in Cloud by @julienduchesne in #1703
- docs(data_source): add CloudWatch ARN example by @Duologic in #1753
- docs: fix create-api-tokens-for-org/ url by @Duologic in #1795
- docs: use custom templates for ML resource docs by @sd2k in #1802
Config Generation:
- Config Generation: Add test case struct type by @julienduchesne in #1740
- Config Generation: Add test for SM Check generation by @julienduchesne in #1741
- Config Generation: Better names for all resources by @julienduchesne in #1763
- Config Generation: De-dupe IDs by @julienduchesne in #1743
- Config Generation: Fix dashboard extraction by @julienduchesne in #1761
- Config Generation: Fix oncall by @julienduchesne in #1742
- Config Generation: Omit org ID from Grafana resources by @julienduchesne in #1762
- Config Generation: Set a preferred field for resource names by @julienduchesne in #1759
- Config Generation: Use new categories enum instead of resource prefixes by @julienduchesne in #1764
Chores:
- Update clients to latest version by @julienduchesne in #1735
- OpenAPI clients: Use new import paths by @julienduchesne in #1757
- Couple improvements to GHA workflows by @julienduchesne in #1744
- Fix merge conflict from two PRs by @julienduchesne in #1779
- Re-run flaky tests on PRs by @julienduchesne in #1756
- Ignore hidden dirs when listing possible references by @julienduchesne in #1758
- fix(ci): run go generate ./... by @Duologic in #1754
Dependency updates:
- Bump github.com/Masterminds/semver/v3 from 3.2.1 to 3.3.0 by @dependabot in #1786
- Bump github.com/grafana/grafana-plugin-sdk-go from 0.235.0 to 0.250.0 by @dependabot in #1810
- Bump github.com/grafana/synthetic-monitoring-agent from 0.25.0 to 0.25.2 by @dependabot in #1749
- Bump github.com/hashicorp/hc-install from 0.7.0 to 0.8.0 by @dependabot in #1747
- Bump github.com/hashicorp/hc-install from 0.8.0 to 0.9.0 by @dependabot in #1805
- Bump github.com/hashicorp/hcl/v2 from 2.21.0 to 2.22.0 by @dependabot in #1781
- Bump github.com/hashicorp/terraform-plugin-framework from 1.10.0 to 1.11.0 in the terraform group by @dependabot in #1767
- Bump github.com/prometheus/common from 0.55.0 to 0.59.1 by @dependabot in #1798
- Bump github.com/tmccombs/hcl2json from 0.6.3 to 0.6.4 by @dependabot in #1748
- Bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4 by @dependabot in #1769
- Bump golang.org/x/text from 0.16.0 to 0.17.0 by @dependabot in #1768
- Bump golang.org/x/text from 0.17.0 to 0.18.0 by @dependabot in #1799
- Bump hashicorp/setup-terraform from 3.1.1 to 3.1.2 by @dependabot in #1773
New Contributors
Full Changelog: v3.7.0...v3.8.0
v3.7.0
What's Changed
- Bump Gcom client version by @Rydez in #1726
- Bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3 by @dependabot in #1729
- SSO: Add org_mapping and org_attribute_path to sso_settings resource by @mgyongyosi in #1683
- Cloud: Fix stack wake-up function by @julienduchesne in #1727
- Alerting: Remove mute timings from alert rules on deletion by @julienduchesne in #1724
Full Changelog: v3.6.0...v3.7.0
v2.19.4
What's Changed
- [v2] Bump gcom client version by @Rydez in #1728
- V2:
grafana_cloud_api_key
ID compatibility from v2.12 to v2.19 by @julienduchesne in #1731
Full Changelog: v2.19.3...v2.19.4
v3.6.0
What's Changed
- ML: Increase alert window max value by @ioanarm in #1702
- API: update url.UserPassword arguments to use TrimSpace by @rluisr in #1704
- SM Check: Fix panic when settings are nil by @julienduchesne in #1710
- Config Generation: Run tests on local provider code by @julienduchesne in #1711
- SLO: Update openapi provider and support search_expression by @joeblubaugh in #1695
- Update Grafana client to latest version by @julienduchesne in #1712
- Address
file name too long
error when passing certs as literal values by @lornest in #1719 - Deny importing read-only datasource by @julienduchesne in #1717
- Deny the
http
scheme in Grafana Cloud by @julienduchesne in #1718 - docs(slo): Fixing value description getting inappropriately attribued to all value tags by @Leo-DiCara in #1720
- SSO: Fix validation for SAML certificate and private key by @dmihai in #1721
- Config Generation: Generate resources with sensitive attributes by @julienduchesne in #1715
- Datasource: Panic proof by @julienduchesne in #1723
New Contributors
- @rluisr made their first contribution in #1704
- @joeblubaugh made their first contribution in #1695
- @lornest made their first contribution in #1719
Full Changelog: v3.5.0...v3.6.0
v2.19.3
What's Changed
- (Backport) Fix SLO client by @julienduchesne in #1716
Full Changelog: v2.19.2...v2.19.3
v3.5.0
What's Changed
- Fix inability to update managed ML alerts by @csmarchbanks in #1684
- Bump the terraform group with 2 updates by @dependabot in #1686
- Bump github.com/grafana/synthetic-monitoring-agent from 0.24.3 to 0.25.0 by @dependabot in #1687
- Bump github.com/zclconf/go-cty from 1.14.4 to 1.15.0 by @dependabot in #1689
- Check oncall rolling_users shift does not include empty group by @matiasb in #1685
- Config Generation: Handle read failures by @julienduchesne in #1690
- Config Generation: Add some missing listers by @julienduchesne in #1692
- Config Generation: Simplify listing of org resources by @julienduchesne in #1693
- Fix SLO client by @julienduchesne in #1697
- Config Generation: Add tests for listers by @julienduchesne in #1698
- Add
Grafana-Terraform-Provider-Version
header by @julienduchesne in #1700
Full Changelog: v3.4.0...v3.5.0
v3.4.0
What's Changed
- Standardize setting empty ID by @julienduchesne in #1667
- goreleaser: Set version field by @julienduchesne in #1668
grafana_oncall_user_notification_rule
: Remove hardcoded user in test by @julienduchesne in #1671- Bump google.golang.org/grpc from 1.64.0 to 1.64.1 by @dependabot in #1674
- Config Generation: Redact credentials from generated config by @julienduchesne in #1661
- Config Generation: Configurable Terraform Install by @julienduchesne in #1659
grafana_library_panels
datasource by @julienduchesne in #1651- Config Generation: Extract post-processing code by @julienduchesne in #1675
- SAML: Add Azure AD Graph API integration by @linoman in #1669
- Add resources for creating ML managed alerts by @csmarchbanks in #1670
- Support expired access policy tokens by @malcolmholmes in #1678
- Config Generation: Structured Result by @julienduchesne in #1677
New Contributors
Full Changelog: v3.3.0...v3.4.0
v3.3.0
What's Changed
- feat(slo): Update Terraform provider to include option to set min Failures by @Leo-DiCara in #1660
- add
grafana_oncall_user_notification_rule
resource by @joeyorlando in #1653
Full Changelog: v3.2.1...v3.3.0