Skip to content

Releases: fgouteroux/terraform-provider-mimir

v1.0.0

13 May 09:43
Compare
Choose a tag to compare

Changelog

Features

  • 6119b4d feat: alertmanager add msteams receiver (#37)

Bug fixes

  • e575bd9 fix: add interval in alerting rule group (#38)
  • b8fe558 fix: check if location is nil before calling string (#35)
  • a9083e6 fix: changes to interval or source tenants should run update (#36)

v0.2.6

26 Mar 14:48
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 89eacba fix: add missing labels property in data_source_mimir_rule_group_recording schema (#30)
  • dc34a23 fix: child routes parameters are inherited from its parent node if not set (#29)

v0.2.5

08 Mar 17:30
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 228bd70 fix(alertmanager): support multiple dynamic blocks

v0.2.4

20 Feb 09:36
Compare
Choose a tag to compare

Changelog

Features

  • 5f88f4d feat: configure User-Agent for apiClient
  • 5c4a3f5 feat: go 1.21

Bug fixes

  • 7ccae4b fix: add alertmanager empty config check

v0.2.3

06 Nov 16:56
Compare
Choose a tag to compare

Changelog

Features

  • a452c4a feat: add mimir_distributor_tenant_stats datasource (#19)
  • 5211eba feat: add provider parameters rule_group_read_retry_after_change and alertmanager_read_retry_after_change
  • 83e530f feat: allow setting providers params with env vars

Bug fixes

  • 2068ddc fix: return empty string when duration is 0s

v0.2.2

27 Oct 14:46
Compare
Choose a tag to compare

Changelog

Features

  • 9f0056a feat: add overwrite_alertmanager_config and overwrite_rule_group_config provider params (#22)
  • 9ecc86b feat: add provider params to manage rule_group and alertmanager config read delay

BREAKING CHANGES:

  • new provider parameters overwrite_alertmanager_config and overwrite_rule_group_config (default: false) will cause tf apply errors for alertmanager config or rule_group if they exists in remote but not in tf state. This prevent to overwrite remote config in case of resources not managed by TF.
  • new provider parameters rule_group_read_delay_after_change and alertmanager_read_delay_after_change (default: 1s) will cause tf apply delay for create/update resources, because mimir api could return inconsistent result caused by the event change notification propagation latency.

v0.2.1

26 Oct 13:01
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 2d67c09 fix: rule group not found after creation

v0.2.0

04 Oct 07:48
450174d
Compare
Choose a tag to compare

Changelog

Features

v0.1.9

01 Sep 10:40
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 5ed846d fix: use alertmanager times format for time_range in time_interval

v0.1.8

14 Aug 10:47
Compare
Choose a tag to compare

Changelog

Features

  • 1b6b010 feat: add proxy_url and support proxy env vars

Bug fixes

  • 6de94e3 fix: api_client.go error message typo