Skip to content

Releases: philips-labs/terraform-cloudfoundry-thanos

v2.1.0

21 Jun 16:36
13b308e
Compare
Choose a tag to compare
  • Use space_id for Grafana integration

v2.0.3

19 Jun 21:11
5f76427
Compare
Choose a tag to compare
  • Increase default disk quota to 5G for all components

v2.0.2

18 Jun 18:52
f9ce561
Compare
Choose a tag to compare
  • Support for pg_exporter
  • Auto-add Thanos data source to Grafana

v2.0.1

17 Jun 12:12
834564f
Compare
Choose a tag to compare
  • Use postfix more pervasively
  • Update Grafana module
  • Use tf- prefix for all CF deployed apps

v2.0.0

17 Jun 08:46
bee8a8b
Compare
Choose a tag to compare
  • Breaking change: removes internal space creation

WARNING: if you want to upgrade from older versions of this module you will most likely need to tweak the Terraform state and remove the space related resources which are now no longer under Terraform control. Commands:

terraform state rm module.thanos.cloudfoundry_space.space
terraform state rm module.thanos.cloudfoundry_space_users.users 
terraform state rm module.thanos.cloudfoundry_service_instance.metrics

CRITICAL: If you do not execute above statements Terraform will most likely destroy your existing Thanos deployment on the next apply!

v0.9.4

30 Apr 06:48
6a24de2
Compare
Choose a tag to compare
  • Pin dependencies

v1.0.0

16 Jun 14:48
f65a7aa
Compare
Choose a tag to compare
  • Switch to upstream cloud foundry provider

v0.9.1

08 Mar 11:51
7dd4b34
Compare
Choose a tag to compare
  • Tagged build of Docker with exporter
  • Updated documentation

v0.9.0

08 Mar 11:36
123fe19
Compare
Choose a tag to compare
  • Upgrade to Thanos 0.18.0 and Prometheus 2.25.0

v0.8.4

22 Feb 15:24
de8fa36
Compare
Choose a tag to compare
  • Fix yq issue in Docker image