Skip to content

Releases: camptocamp/devops-stack-module-kube-prometheus-stack

v1.0.0

24 Mar 14:08
8ab78b9
Compare
Choose a tag to compare

1.0.0 (2023-03-24)

Documentation

  • add documentation structure and PR template (#40) (7a20f46)

v1.0.0-alpha.7

22 Feb 12:15
2331ffc
Compare
Choose a tag to compare

1.0.0-alpha.7 (2023-02-22)

Features

  • kind: allow insecure access to storage endpoint (#38) (6ba2f3a)

v1.0.0-alpha.6

30 Jan 16:24
1c6b2a2
Compare
Choose a tag to compare

1.0.0-alpha.6 (2023-01-30)

Miscellaneous Chores

v1.0.0-alpha.5

30 Jan 16:20
69ecbcf
Compare
Choose a tag to compare

1.0.0-alpha.5 (2023-01-30)

Bug Fixes

  • remove circular dependency between app and secret (#32) (cb9f2d3)

v1.0.0-alpha.4

30 Jan 13:16
c8cd6cb
Compare
Choose a tag to compare

1.0.0-alpha.4 (2023-01-30)

Features

  • add variable to configure Argo CD auto sync (#27) (214b798)

v1.0.0-alpha.3

27 Dec 09:22
0b704e8
Compare
Choose a tag to compare

1.0.0-alpha.3 (2022-12-27)

Features

v1.0.0-alpha.2

21 Dec 14:00
c282a12
Compare
Choose a tag to compare

1.0.0-alpha.2 (2022-12-21)

⚠ BREAKING CHANGES

  • azure: delete useless resource group variable and clean up

Features

  • add kind variant and improve activation of thanos on all the variants (#21) (7f516ae)

Bug Fixes

  • aks: add azure main (bb3ff9d)
  • aks: eof (646274f)
  • do not expose values as secret (f78b559)
  • wait for app, else provider says app is not existent on destroy (29e6187)

Miscellaneous Chores

  • azure: delete useless resource group variable and clean up (7b34f0e)

v1.0.0-alpha.1

18 Nov 12:01
5aaf0f0
Compare
Choose a tag to compare

1.0.0-alpha.1 (2022-11-18)

⚠ BREAKING CHANGES

  • move Terraform module at repository root
  • use var.cluster_info

Features

  • add aks profile (58ea344)
  • add namespace var (8b86be0)
  • allow multiple profiles (bc632aa)
  • azure: add module (541d2c7)
  • change the way the datasource is selected (#12) (f7e9391)
  • initial implementation (3eeae08)
  • make variables optional (a97ab6f)
  • output: add grafana_admin_password (c56d133)
  • simplify application (779d833)
  • support profiles (67e6c80)
  • Take argocd namespace as variable (75cdad1)
  • thanos: add needed configuration and resources to deploy Thanos (#8) (a2d5b3c)
  • upgrade chart to v40 (#13) (6401ae7)
  • upgrade kube-prometheus-chart to v36 (#11) (156aa28)
  • use argocd_namespace variable like other modules (55a21ac)
  • use argocd.namespace as annotation (force dep) (33c80c3)
  • wait for app (9307551)

Bug Fixes

  • 🐛 readd kube-system as valid destination (#9) (74faa5f)
  • add argocd project and point to main (56765c1)
  • add cookie_secret (15f86db)
  • add missing Alertmanager ingress TLS config (1e2ac96)
  • allow kube-system namespace (6881167)
  • annotation prefix (f665a16)
  • application requires project (ce144e7)
  • application sync policy (c1bc4c2)
  • change target_revision back to main (#14) (37ed82d)
  • correct the namespace with " (#10) (eee6b22)
  • create namespace (f4f2aea)
  • deploy project and app to argocd namespace (ec9f342)
  • do not delay Helm values evaluation (20c1296)
  • grafana: correct URL for the datasource (d80a3ff)
  • grafana: generate grafana admin password (8136be0)
  • merge conflicts (1e1e005)
  • pass kubernetes block param by param (839aeac)
  • README (50f3584)
  • rename var resource group name and document its purpose (e007997)
  • template: pass down metrics_archives (4ecbbe3)
  • test argocd provider with portforward (86943f6)
  • test with port_forward_with_namespace (fa6567e)
  • test with var.kubernetes (2b95682)
  • thanos: add can to avoid error when thanos is not deployed (5b2c7ad)
  • use .git in source_repos (4bb58c6)
  • use different OIDC configuration per component (18fd0b3)
  • variables: add metrics_archives (8e55b3e)
  • wrong URL for application (179b13f)

Code Refactoring

  • move Terraform module at repository root (fdff488)
  • use var.cluster_info (54eb270)

Continuous Integration

  • add central workflows including release-please (#17) (1a965c5)