Releases: grafana/terraform-provider-grafana
Releases · grafana/terraform-provider-grafana
v1.37.0
What's Changed
- Bump github.com/grafana/synthetic-monitoring-agent from 0.14.2 to 0.14.3 by @dependabot in #852
- Bump actions/setup-go from 3 to 4 by @dependabot in #856
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.25.0 to 2.26.0 by @dependabot in #857
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.26.0 to 2.26.1 by @dependabot in #863
- Switch report and datasource permissions tests to Enterprise by @julienduchesne in #860
- Cloud Stack: Allow importing by slug by @julienduchesne in #859
- Service accounts: Create Grafana service accounts through cloud provider by @IevaVasiljeva in #858
- Annotations: Support
org_id
by @julienduchesne in #865 - Bump github.com/Masterminds/semver/v3 from 3.2.0 to 3.2.1 by @dependabot in #874
- Bump golang.org/x/text from 0.8.0 to 0.9.0 by @dependabot in #873
- API keys: Add deprecation message of terraform using api keys by @eleijonmarck in #872
- Docs: Add sections for local dev of provider and together w. client by @eleijonmarck in #876
- Add webhook message and title fields by @skatsaounis in #875
- add callout for grafana_notification_policy by @julienduchesne in #878
New Contributors
- @skatsaounis made their first contribution in #875
Full Changelog: v1.36.1...v1.37.0
v1.36.1
What's Changed
- Run enterprise tests in CI by @julienduchesne in #839
- Fix
grafana_cloud_stack_api_key
panic by @julienduchesne in #848
Full Changelog: v1.36.0...v1.36.1
v1.36.0
What's Changed
- Bump golang.org/x/text from 0.6.0 to 0.7.0 by @dependabot in #818
- Support
org_id
in the playlist resource by @julienduchesne in #819 org_id
: Better helper function names by @julienduchesne in #820- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.24.1 to 2.25.0 by @dependabot in #826
- bump golang.org/x/net from 0.5.0 to 0.7.0 by @dependabot in #821
- Split off cloud stack API keys from Grafana by @julienduchesne in #822
- Service Accounts: Support
org_id
by @julienduchesne in #824 - Fix broken link failing on master by @julienduchesne in #832
- Bump github.com/grafana/synthetic-monitoring-agent from 0.14.1 to 0.14.2 by @dependabot in #830
- Bump github.com/hashicorp/terraform-plugin-docs from 0.13.0 to 0.14.1 by @dependabot in #833
- Bump golang.org/x/text from 0.7.0 to 0.8.0 by @dependabot in #835
- Support new templates for oncall integration by @Konstantinov-Innokentii in #831
- Support anonymous login by @julienduchesne in #836
- Deprecate
grafana_team_preferences
by @julienduchesne in #838 grafana_api_key
: Supportorg_id
by @julienduchesne in #823- Bump Grafana versions in tests by @julienduchesne in #837
- Provider: MaxConnsPerHost tests with creating 60 service accounts by @eleijonmarck in #842
- Fix
library_panel
failing to be managed with API key by @julienduchesne in #844 - ExternalGroup: Fix import tfstate for external group by @eleijonmarck in #846
Full Changelog: v1.35.0...v1.36.0
v1.35.0
What's Changed
- Bump github.com/grafana/synthetic-monitoring-api-go-client from 0.6.5 to 0.7.0 by @dependabot in #793
- Grafana Cloud: Support HTTP headers by @julienduchesne in #792
- Remove
unparam
linter by @julienduchesne in #784 - Convert
org_id
references to TypeString by @julienduchesne in #791 - Bump github.com/grafana/synthetic-monitoring-agent from 0.14.0 to 0.14.1 by @dependabot in #798
- Fix setting either a home dashboard ID or UID for org prefs by @julienduchesne in #777
- Fix removal of old team members when new are added by @dlukman in #795
- Add support for Machine Learning Outlier Detector by @gerboland in #801
- Extract
meta
Client to a common package by @julienduchesne in #805 - Dashboard with org id: Additional validation by @julienduchesne in #804
- Move helper functions to
common
package by @julienduchesne in #806 - Move common test utils to
testutils
package by @julienduchesne in #807 - Split resources and provider into different packages by @julienduchesne in #810
- Split up resources into multiple folders by @julienduchesne in #811
- Add alert pausing by @alexmobo in #809
- Linkchecking: Fix all redirects by @julienduchesne in #815
- Library Panel: Make
org_id
an Optional attribute by @julienduchesne in #814 - Fix the (still hardcoded) value of 'algorithm' for ML jobs by @sd2k in #816
New Contributors
- @dlukman made their first contribution in #795
- @gerboland made their first contribution in #801
- @alexmobo made their first contribution in #809
Full Changelog: v1.34.0...v1.35.0
v1.34.0
What's Changed
- Fix "create folder from editor key" test by @julienduchesne in #779
- Add diff suppress function for team members by @IevaVasiljeva in #780
- Define
org_id
within theorganization_preferences
resource by @julienduchesne in #776 - Add
org_id
to dashboards by @julienduchesne in #782 - Bump github.com/grafana/synthetic-monitoring-agent from 0.13.0 to 0.14.0 by @dependabot in #786
- Bump github.com/grafana/grafana-api-golang-client from 0.18.0 to 0.18.1 by @dependabot in #785
- Cloud: Stop validating region slugs by @julienduchesne in #787
- auth: Make access policy token's
expires_at
optional by @cinaglia in #788 - Configure User-Agent for OnCallClient by @Konstantinov-Innokentii in #790
New Contributors
Full Changelog: v1.33.0...v1.34.0
v1.33.0
What's Changed
- Clearer
json_data
docs by @julienduchesne in #751 - Bump github.com/grafana/synthetic-monitoring-agent from 0.12.0 to 0.12.1 by @dependabot in #749
- Bump github.com/grafana/synthetic-monitoring-api-go-client from 0.6.3 to 0.6.5 by @dependabot in #750
- Disable failing Cloud Instance test by @julienduchesne in #754
- Bump goreleaser/goreleaser-action from 3 to 4 by @dependabot in #757
- Bump github.com/grafana/synthetic-monitoring-agent from 0.12.1 to 0.13.0 by @dependabot in #756
- Update CI Grafana versions: Add 9.3.2 by @julienduchesne in #748
- Datasource: Set datasource UID to force recreation by @julienduchesne in #758
- Add "cloud_organization" resource by @julienduchesne in #759
- Document how to run a single cloud test by @julienduchesne in #761
- Use the
ParallelTest
helper on all possible tests by @julienduchesne in #762 - Add test checking that folders can be created from an editor API key by @julienduchesne in #763
- Implement Cloud Access Policies by @julienduchesne in #760
- Fix flaky tests by @julienduchesne in #774
- Add support for Machine Learning holidays by @sd2k in #764
- Bump golang.org/x/text from 0.5.0 to 0.6.0 by @dependabot in #771
- Add a new datasource for Grafana datasource by @julienduchesne in #775
- Add default value for RBAC role's scope by @IevaVasiljeva in #767
Full Changelog: v1.32.0...v1.33.0
v1.32.0
What's Changed
- Add
grafana_users
datasource by @wilfriedroset in #734 - Bump github.com/Masterminds/semver/v3 from 3.1.1 to 3.2.0 by @dependabot in #739
- Bump github.com/grafana/synthetic-monitoring-agent from 0.11.0 to 0.11.2 by @dependabot in #740
- return error if datasource organization is not found by @fgouteroux in #738
- Change category for dashboard and folder permissions by @julienduchesne in #741
- Bump golang.org/x/text from 0.4.0 to 0.5.0 by @dependabot in #745
- Bump github.com/grafana/synthetic-monitoring-agent from 0.11.2 to 0.12.0 by @dependabot in #746
- Dashboard Permissions: Support dashboard UIDs by @julienduchesne in #744
- Generate certificates on the fly by @inkel in #487
- Allow configuring a report using a dashboard UID by @julienduchesne in #743
New Contributors
- @wilfriedroset made their first contribution in #734
Full Changelog: v1.31.1...v1.32.0
v1.31.1
What's Changed
- Bump github.com/grafana/synthetic-monitoring-agent from 0.10.2 to 0.11.0 by @dependabot in #729
- Allow creating an organization with many users by @julienduchesne in #724
Full Changelog: v1.31.0...v1.31.1
v1.31.0
What's Changed
- Bump golang.org/x/text from 0.3.7 to 0.4.0 by @dependabot in #687
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.23.0 to 2.24.0 by @dependabot in #688
- Docs: add missing doublequote for service account creation example by @eleijonmarck in #694
- Access Control: Update example with permissions that are available for cloud users by @IevaVasiljeva in #695
- Add example for role assignment by @IevaVasiljeva in #701
- Fix broken alerting links by @julienduchesne in #703
- Add
terraform fmt
check by @julienduchesne in #704 - fix(cloud-stack): region_slug add new regions by @Eji4h in #706
- Teams: Skip team synced members when reading team status by @IevaVasiljeva in #702
- Allow Machine Learning jobs to be specified using datasource UID by @sd2k in #707
- Tests: Get all configs from Vault by @julienduchesne in #716
- CI: Do not run Cloud tests automatically by @julienduchesne in #718
- Bump CI Grafana versions by @julienduchesne in #717
- Bump github.com/grafana/synthetic-monitoring-agent from 0.9.4 to 0.10.2 by @dependabot in #712
- Access Control: Allow assigning
Edit
permissions for data source by @IevaVasiljeva in #693 - Playlist: Fix update by @julienduchesne in #719
- Remove deprecated attributes from datasource docs by @julienduchesne in #720
- SM Check: Add HTTP versions to the test by @julienduchesne in #721
- Access control: Fix a bug with data source permission resource and allow assigning permissions for basic roles by @IevaVasiljeva in #692
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.24.0 to 2.24.1 by @dependabot in #726
- Adding a resource for service account permissions by @IevaVasiljeva in #708
New Contributors
- @eleijonmarck made their first contribution in #694
- @Eji4h made their first contribution in #706
- @sd2k made their first contribution in #707
Full Changelog: v1.30.0...v1.31.0
v1.30.0
What's Changed
- Update links to documentation by @IevaVasiljeva in #666
- Bump github.com/grafana/synthetic-monitoring-api-go-client from 0.6.1 to 0.6.3 by @dependabot in #670
- Deprecate
grafana_alert_notification
resource by @julienduchesne in #680 - Fix typo "enteprise" to "enterprise" by @lafrenierejm in #681
- Make alertmanager_uid configurable by @Jasstkn in #684
- add
organization_preferences
resource and data source by @mdb in #622 - Report: Add
last_day_of_month
option by @julienduchesne in #686 - Add nil checks to list converters + add empty string validations by @julienduchesne in #685
New Contributors
- @lafrenierejm made their first contribution in #681
- @Jasstkn made their first contribution in #684
Full Changelog: v1.29.0...v1.30.0