From 152142d26ea52be8bed517a589a385ec4cbc2488 Mon Sep 17 00:00:00 2001 From: Xavier Rakotomamonjy Date: Wed, 20 Nov 2024 14:29:55 +0100 Subject: [PATCH] chore(enable_monitor): add var in flavour --- aks/main.tf | 13 +- eks/main.tf | 13 +- kind/main.tf | 13 +- s | 3052 -------------------------------------------------- sks/main.tf | 13 +- variables.tf | 12 +- 6 files changed, 34 insertions(+), 3082 deletions(-) delete mode 100644 s diff --git a/aks/main.tf b/aks/main.tf index 75e5ee6..173032a 100644 --- a/aks/main.tf +++ b/aks/main.tf @@ -55,12 +55,13 @@ resource "azurerm_federated_identity_credential" "loki" { module "loki-stack" { source = "../" - argocd_project = var.argocd_project - argocd_labels = var.argocd_labels - destination_cluster = var.destination_cluster - target_revision = var.target_revision - app_autosync = var.app_autosync - dependency_ids = var.dependency_ids + argocd_project = var.argocd_project + argocd_labels = var.argocd_labels + destination_cluster = var.destination_cluster + target_revision = var.target_revision + enable_service_monitor = var.enable_service_monitor + app_autosync = var.app_autosync + dependency_ids = var.dependency_ids resources = var.resources retention = var.retention diff --git a/eks/main.tf b/eks/main.tf index 2828b75..3b9ee60 100644 --- a/eks/main.tf +++ b/eks/main.tf @@ -49,12 +49,13 @@ module "iam_assumable_role_loki" { module "loki-stack" { source = "../" - argocd_project = var.argocd_project - argocd_labels = var.argocd_labels - destination_cluster = var.destination_cluster - target_revision = var.target_revision - app_autosync = var.app_autosync - dependency_ids = var.dependency_ids + argocd_project = var.argocd_project + argocd_labels = var.argocd_labels + destination_cluster = var.destination_cluster + target_revision = var.target_revision + enable_service_monitor = var.enable_service_monitor + app_autosync = var.app_autosync + dependency_ids = var.dependency_ids resources = var.resources retention = var.retention diff --git a/kind/main.tf b/kind/main.tf index c60c4d0..a2f61fa 100644 --- a/kind/main.tf +++ b/kind/main.tf @@ -1,12 +1,13 @@ module "loki-stack" { source = "../" - argocd_project = var.argocd_project - argocd_labels = var.argocd_labels - destination_cluster = var.destination_cluster - target_revision = var.target_revision - app_autosync = var.app_autosync - dependency_ids = var.dependency_ids + argocd_project = var.argocd_project + argocd_labels = var.argocd_labels + destination_cluster = var.destination_cluster + target_revision = var.target_revision + enable_service_monitor = var.enable_service_monitor + app_autosync = var.app_autosync + dependency_ids = var.dependency_ids resources = var.resources retention = var.retention diff --git a/s b/s deleted file mode 100644 index c60ffdb..0000000 --- a/s +++ /dev/null @@ -1,3052 +0,0 @@ -commit 3156ffbdfe82828679b40f92937daf95e8a036a3 (HEAD -> alloy, origin/alloy) -Author: omohammed95 -Date: Tue Oct 29 16:18:22 2024 +0100 - - feat: add alloy config on locals - - charts/loki-microservice/Chart.lock | 6 +++--- - charts/loki-microservice/Chart.yaml | 2 +- - charts/loki-microservice/charts/alloy-0.7.0.tgz | Bin 21762 -> 0 bytes - charts/loki-microservice/charts/alloy-0.9.2.tgz | Bin 0 -> 22216 bytes - locals.tf | 35 +++++++++++++++++++++-------------- - variables.tf | 11 ----------- - 6 files changed, 25 insertions(+), 29 deletions(-) - -commit 553057b6992c4f8876eb08ff4a52c2885ce1ea5a -Author: Xavier Rakotomamonjy -Date: Fri Sep 20 14:57:18 2024 +0200 - - chore(alloy): remove event_handler - - add resource and limits settings - - charts/loki-microservice/templates/event_handler.yaml | 126 ------------------------------------------------------------------ - locals.tf | 19 +++------- - variables.tf | 11 ++++++ - 3 files changed, 16 insertions(+), 140 deletions(-) - -commit 9894c99e214d821a327d4015008a7c4d4029e4ea -Author: Xavier Rakotomamonjy -Date: Fri Sep 20 14:23:46 2024 +0200 - - chore(alloy): bump alloy to 0.7.0 - - charts/loki-microservice/Chart.lock | 6 +++--- - charts/loki-microservice/Chart.yaml | 2 +- - charts/loki-microservice/charts/alloy-0.6.0.tgz | Bin 20456 -> 0 bytes - charts/loki-microservice/charts/alloy-0.7.0.tgz | Bin 0 -> 21762 bytes - 4 files changed, 4 insertions(+), 4 deletions(-) - -commit e255882e0df206974588e9c798b29cc03de0e786 -Author: Xavier Rakotomamonjy -Date: Thu Sep 12 11:38:21 2024 +0200 - - test(event): desactivate event - - locals.tf | 8 +------- - 1 file changed, 1 insertion(+), 7 deletions(-) - -commit f0f0b746ae3f736dae9fa4bc670ec7e1a2ea21f4 -Author: Xavier Rakotomamonjy -Date: Tue Aug 13 09:54:45 2024 +0200 - - test cm - - locals.tf | 30 +++++++++--------------------- - 1 file changed, 9 insertions(+), 21 deletions(-) - -commit 39e56d659430ecc546b1584bda32396c1fb16527 -Author: Xavier Rakotomamonjy -Date: Tue Aug 13 09:51:27 2024 +0200 - - add configmap - - locals.tf | 13 +++++++++++++ - 1 file changed, 13 insertions(+) - -commit 558e9518604e424b5c0dd4204c25bb095bfb2a78 -Author: Xavier Rakotomamonjy -Date: Tue Aug 13 09:48:29 2024 +0200 - - Revert "revert local.tf" - - This reverts commit e1e3a1b0de559470a96ec18192123840b1183595. - - locals.tf | 26 ++++++++++++++++++++++++++ - 1 file changed, 26 insertions(+) - -commit 281d7e2fda6b2c9c5b0e78a2980f159853a1290b -Author: Xavier Rakotomamonjy -Date: Tue Aug 13 09:42:35 2024 +0200 - - revert local.tf - - locals.tf | 26 -------------------------- - 1 file changed, 26 deletions(-) - -commit 6916104384c2c77c607e8162598f5972a079afb8 -Author: Xavier Rakotomamonjy -Date: Thu Aug 8 17:18:45 2024 +0200 - - feat(alloy): set alloy - - charts/loki-microservice/Chart.lock | 7 +++++-- - charts/loki-microservice/Chart.yaml | 3 +++ - charts/loki-microservice/charts/alloy-0.6.0.tgz | Bin 0 -> 20456 bytes - locals.tf | 26 ++++++++++++++++++++++++++ - 4 files changed, 34 insertions(+), 2 deletions(-) - -commit 25a16f32de5fb0cc9b11586bfb219323a30da818 (tag: v10.0.0, origin/main, origin/HEAD, main) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Wed Oct 9 16:02:53 2024 +0200 - - chore: release 10.0.0 (#122) - - * chore: release 10.0.0 - - * docs: update CHANGELOG.md - - * docs(terraform-docs): generate docs and write to README.adoc - - --------- - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - Co-authored-by: Gonçalo Heleno <33546359+lentidas@users.noreply.github.com> - Co-authored-by: lentidas - - CHANGELOG.md | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - README.adoc | 6 +++--- - aks/README.adoc | 4 ++-- - eks/README.adoc | 4 ++-- - kind/README.adoc | 4 ++-- - sks/README.adoc | 4 ++-- - variables.tf | 2 +- - version.txt | 2 +- - 8 files changed, 92 insertions(+), 13 deletions(-) - -commit 5cd19c806151e44e52e95b0813c09df62e2c2111 -Author: Gonçalo Heleno <33546359+lentidas@users.noreply.github.com> -Date: Wed Oct 9 15:12:39 2024 +0200 - - feat!: point the Argo CD provider to the new repository (#121) - - * feat!: point the Argo CD provider to the new repository - - * docs(terraform-docs): generate docs and write to README.adoc - - --------- - - Co-authored-by: lentidas - - README.adoc | 22 +++++++++++----------- - aks/README.adoc | 4 ++-- - eks/README.adoc | 4 ++-- - kind/README.adoc | 4 ++-- - sks/README.adoc | 4 ++-- - terraform.tf | 4 ++-- - 6 files changed, 21 insertions(+), 21 deletions(-) - -commit b1103f9dff9fd7b3d4ffffeb8173845412c09a17 (tag: v9.0.0) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Wed Aug 14 15:56:21 2024 +0200 - - chore: release 9.0.0 (#120) - - * chore: release 9.0.0 - - * docs: update CHANGELOG.md - - * docs(terraform-docs): generate docs and write to README.adoc - - --------- - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - Co-authored-by: Gonçalo Heleno <33546359+lentidas@users.noreply.github.com> - Co-authored-by: lentidas - - CHANGELOG.md | 16 ++++++++++++++++ - README.adoc | 4 ++-- - aks/README.adoc | 4 ++-- - eks/README.adoc | 4 ++-- - kind/README.adoc | 4 ++-- - sks/README.adoc | 4 ++-- - variables.tf | 2 +- - version.txt | 2 +- - 8 files changed, 28 insertions(+), 12 deletions(-) - -commit 9bc3c2636e94ef6c7a1680140f022faf30246202 -Author: Gonçalo Heleno <33546359+lentidas@users.noreply.github.com> -Date: Wed Aug 14 15:53:01 2024 +0200 - - docs: remove old charts from the README.adoc (#117) - - * docs: remove old charts from the README.adoc - - * docs(terraform-docs): generate docs and write to README.adoc - - --------- - - Co-authored-by: lentidas - - README.adoc | 6 ++---- - 1 file changed, 2 insertions(+), 4 deletions(-) - -commit 3bd6c286c6306fb252865c96084ce8ebcd34647a -Author: lentidas -Date: Wed Aug 7 10:02:25 2024 +0000 - - docs(terraform-docs): generate docs and write to README.adoc - - README.adoc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -commit 0638108b870fbf85b5b52eff4eeef229eb7a32c8 -Author: Gonçalo Heleno -Date: Wed Aug 7 12:01:47 2024 +0200 - - fix: remove the working_directory attribute in the compactor config - - This [flag](https://github.com/grafana/helm-charts/commit/824e3da82e5a9aeb09da211f71f86a98f89e64b2#diff-c09523f8c89a2fdb980fa9bb57eebcbb45a5950391a6bb8d44b549ea184388f6) was hardcoded before and was removed on the version 0.79.x of the chart. As a consequence, it seems that the attribute `compactor.working_directory' was taking its place and breaking our deployments. As a fix, I've decided to revert to the default configuration which uses the `/var/loki` directory (which is mounted as a persistent volume created automatically, as defined by our values). - - aks/locals.tf | 3 +-- - eks/locals.tf | 3 +-- - kind/locals.tf | 3 +-- - sks/locals.tf | 3 +-- - 4 files changed, 4 insertions(+), 8 deletions(-) - -commit d32518940832486967ba7bed5453c5d669dbd059 -Author: lentidas -Date: Tue Jul 16 12:05:53 2024 +0000 - - docs(terraform-docs): generate docs and write to README.adoc - - README.adoc | 12 ++++++------ - aks/README.adoc | 4 ++-- - eks/README.adoc | 4 ++-- - kind/README.adoc | 4 ++-- - sks/README.adoc | 16 ++-------------- - 5 files changed, 14 insertions(+), 26 deletions(-) - -commit 62f869e29b4ca31d1a56ad8c164b0095efe33e28 -Author: Gonçalo Heleno -Date: Tue Jul 16 13:57:06 2024 +0200 - - feat!: remove the cluster_id variable - - When creating an SKS cluster, Exoscale used to provision a cluster domain value of `.cluster.local`. This is the legacy value for SKS cluster domain. - - They recently transitioned to provisioning SKS cluster with the default cluster domain value of `cluster.local`. - - Consequently, we need to remove the adaptations on our modules that were there to support this bizarre, and now legacy, behavior. - - sks/extra-variables.tf | 5 ----- - sks/locals.tf | 3 --- - 2 files changed, 8 deletions(-) - -commit 8a0a4c2f2dd0aef65035cb6a2073a07559dff546 (tag: v8.2.0, temp2) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Mon Jul 15 13:59:42 2024 +0000 - - chore: release 8.2.0 - - CHANGELOG.md | 7 +++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 9 insertions(+), 2 deletions(-) - -commit 778a453431c8c4ba9177e3afe30fb0b24bb11918 -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Mon Jul 15 07:01:56 2024 +0000 - - feat(chart): minor update of dependencies on loki-microservice chart - - README.adoc | 4 ++-- - charts/loki-microservice/Chart.lock | 8 ++++---- - charts/loki-microservice/Chart.yaml | 4 ++-- - charts/loki-microservice/charts/loki-distributed-0.76.1.tgz | Bin 44044 -> 0 bytes - charts/loki-microservice/charts/loki-distributed-0.79.1.tgz | Bin 0 -> 45003 bytes - charts/loki-microservice/charts/promtail-6.15.3.tgz | Bin 17258 -> 0 bytes - charts/loki-microservice/charts/promtail-6.16.3.tgz | Bin 0 -> 17347 bytes - 7 files changed, 8 insertions(+), 8 deletions(-) - -commit 94a0f64b3de5b3d5ea3574eea96d97f71aeb6c47 (tag: v8.1.0) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Thu May 23 13:25:34 2024 +0200 - - chore: release 8.1.0 (#115) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 7 +++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 9 insertions(+), 2 deletions(-) - -commit 985f8b4caf022cdfe734a8d0c5623fd346af704b -Author: Xavier Rakotomamonjy -Date: Fri May 17 17:19:50 2024 +0200 - - feat(grafana-event-handler): add tenant id for event handler (#114) - - * feat(charts): add tenant id for event handler - - * docs(terraform-docs): generate docs and write to README.adoc - - --------- - - Co-authored-by: Xaving - - README.adoc | 2 +- - charts/loki-microservice/templates/event_handler.yaml | 3 +++ - 2 files changed, 4 insertions(+), 1 deletion(-) - -commit a1750e0fba1534eac4bde9613d9205a83d690da1 (tag: v8.0.0) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Tue Apr 23 11:50:51 2024 +0200 - - chore: release 8.0.0 (#113) - - * chore: release 8.0.0 - - * docs: update CHANGELOG.md - - * docs(terraform-docs): generate docs and write to README.adoc - - * docs: update CHANGELOG.md - - * docs(terraform-docs): generate docs and write to README.adoc - - --------- - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - Co-authored-by: Gonçalo Heleno <33546359+lentidas@users.noreply.github.com> - Co-authored-by: lentidas - - CHANGELOG.md | 12 ++++++++++++ - README.adoc | 4 ++-- - aks/README.adoc | 4 ++-- - eks/README.adoc | 4 ++-- - kind/README.adoc | 4 ++-- - sks/README.adoc | 4 ++-- - variables.tf | 2 +- - version.txt | 2 +- - 8 files changed, 24 insertions(+), 12 deletions(-) - -commit 9ca0950d5fb9a9062f0ad3d5bf2db8b83c35848f -Author: lentidas -Date: Fri Apr 19 07:54:55 2024 +0000 - - docs(terraform-docs): generate docs and write to README.adoc - - README.adoc | 10 +++++----- - aks/README.adoc | 4 ++-- - eks/README.adoc | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-------- - kind/README.adoc | 4 ++-- - sks/README.adoc | 4 ++-- - 5 files changed, 65 insertions(+), 19 deletions(-) - -commit b2745987604970577a5eadfbf19777267a8b725e -Author: Gonçalo Heleno -Date: Tue Apr 16 15:36:48 2024 +0200 - - feat(eks)!: add option to create IAM role for the metrics storage - - This commit solves ISDEVOPS-279 and ISDEVOPS-283 for the EKS variants. - - aks/extra-variables.tf | 2 +- - eks/extra-variables.tf | 18 ++++++++++++++---- - eks/locals.tf | 6 ++++-- - eks/main.tf | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ - 4 files changed, 67 insertions(+), 7 deletions(-) - -commit 326805b2e3d8d2b39de4ba1f4790b1437018819c (tag: v7.2.0) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Tue Apr 16 17:10:35 2024 +0200 - - chore: release 7.2.0 (#111) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 8 ++++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 10 insertions(+), 2 deletions(-) - -commit 7446d24ba311f3a2231853fa8e917aaef89742c6 -Author: lentidas -Date: Wed Apr 3 10:02:48 2024 +0000 - - docs(terraform-docs): generate docs and write to README.adoc - - README.adoc | 327 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- - aks/README.adoc | 323 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- - eks/README.adoc | 323 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- - kind/README.adoc | 323 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- - sks/README.adoc | 323 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- - 5 files changed, 1607 insertions(+), 12 deletions(-) - -commit 5fc2b2c6956e040d5900a263bddcc14f81fa8d09 -Author: Gonçalo Heleno -Date: Wed Apr 3 11:42:09 2024 +0200 - - feat: enable caching for index writes - - locals.tf | 7 +++++++ - variables.tf | 11 +++++++++++ - 2 files changed, 18 insertions(+) - -commit b736ecb94eea7f9338da0309d2e1e895d74e6cba -Author: Gonçalo Heleno -Date: Wed Apr 3 11:41:37 2024 +0200 - - feat: add variable to set resources with default values - - Having default values is good practice to prevent that our components could eventually starve other workloads on the cluster. However, these should probably be adapted in production clusters and are only a safeguard in case someone forgets to set them. - - aks/main.tf | 1 + - eks/main.tf | 1 + - kind/main.tf | 1 + - locals.tf | 45 ++++++++++++++++++++++++++++++++-- - sks/main.tf | 1 + - variables.tf | 144 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 6 files changed, 191 insertions(+), 2 deletions(-) - -commit 19a0098bdcade6a7d0c0462d26ed48b45cfbe016 -Author: Gonçalo Heleno -Date: Wed Apr 3 11:38:25 2024 +0200 - - refactor: add a few comments and separate components in values - - locals.tf | 6 ++++++ - 1 file changed, 6 insertions(+) - -commit 430f5725d9a9617957e7d09aba280ad6f226721f (tag: v7.1.0) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Wed Mar 13 16:27:50 2024 +0100 - - chore: release 7.1.0 (#109) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 7 +++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 9 insertions(+), 2 deletions(-) - -commit 776c5dbd88ae66f87640cf248fe6c1966d52fcc9 -Author: Osman <53604473+omohammed95@users.noreply.github.com> -Date: Wed Mar 13 16:25:33 2024 +0100 - - feat(grafana-eventhandler): add affinity parameter to the Helm template (#98) - - * feat(loki-stack): add affinity parameter to enventHandler - - * docs(terraform-docs): generate docs and write to README.adoc - - * docs(terraform-docs): generate docs and write to README.adoc - - --------- - - Co-authored-by: omohammed95 - - README.adoc | 12 ++++++------ - aks/README.adoc | 4 ++-- - charts/loki-microservice/templates/event_handler.yaml | 2 ++ - eks/README.adoc | 4 ++-- - kind/README.adoc | 4 ++-- - locals.tf | 1 + - sks/README.adoc | 4 ++-- - 7 files changed, 17 insertions(+), 14 deletions(-) - -commit 40efe526f2230b8e2eea5e4f05788ffd14207bdb (tag: v7.0.1) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Mon Jan 22 16:09:10 2024 +0100 - - chore: release 7.0.1 (#108) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 7 +++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 9 insertions(+), 2 deletions(-) - -commit 5500537db6462e58837dd3bf32b143f6b94ff207 -Author: Gonçalo Heleno <33546359+lentidas@users.noreply.github.com> -Date: Mon Jan 22 16:01:15 2024 +0100 - - fix(aks): add dependencies to fix reading of storage account (#107) - - * fix(aks): add dependencies to fix reading of storage account - - * docs(terraform-docs): generate docs and write to README.adoc - - --------- - - Co-authored-by: lentidas - - README.adoc | 8 ++++---- - aks/README.adoc | 9 +++++++-- - aks/main.tf | 14 ++++++++++++++ - eks/README.adoc | 4 ++-- - kind/README.adoc | 4 ++-- - sks/README.adoc | 4 ++-- - 6 files changed, 31 insertions(+), 12 deletions(-) - -commit 949479a3fa031ac7b5e6dac3867780bdf3e74b66 (tag: v7.0.0) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Thu Jan 18 18:07:17 2024 +0100 - - chore: release 7.0.0 (#106) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 17 +++++++++++++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 19 insertions(+), 2 deletions(-) - -commit 633b3a1c1d54213094857f56f842ef84169ebf6d -Author: lentidas -Date: Thu Jan 18 16:18:36 2024 +0000 - - docs(terraform-docs): generate docs and write to README.adoc - - README.adoc | 40 ++++++---------------------------------- - aks/README.adoc | 40 ++++++---------------------------------- - eks/README.adoc | 32 ++------------------------------ - kind/README.adoc | 32 ++------------------------------ - sks/README.adoc | 32 ++------------------------------ - 5 files changed, 18 insertions(+), 158 deletions(-) - -commit 7ddaefb7c51841233878b29ccc393c99b8346e91 -Author: Gonçalo Heleno -Date: Thu Jan 18 17:14:02 2024 +0100 - - refactor(aks): rename Terraform resources similar to other modules - - aks/main.tf | 10 +++++----- - 1 file changed, 5 insertions(+), 5 deletions(-) - -commit 31e74f73d57a28c018a2d10cbb0b2b14d24d9655 -Author: Gonçalo Heleno -Date: Thu Jan 18 17:13:22 2024 +0100 - - fix(aks): remove image tag because chart has been upgraded - - aks/locals.tf | 5 ----- - 1 file changed, 5 deletions(-) - -commit 61f2ea92bed15d01f18267150e3612fa0bc68e60 -Author: Gonçalo Heleno -Date: Thu Jan 18 17:12:52 2024 +0100 - - fix!: hardcode the release name to remove the destination cluster - - I found out that Argo CD passes the name of the application as a value to set the Helm chart. This means that all the templating that used `{ $.Release.Name }` would resolve to the name given to Argo CD application. - - In a multicluster deployment, using a single Argo CD, the names of the applications must be different. We solved that by appending the cluster name to the default application name when deploying on different clusters than `in-cluster`. However, this resulted in multiple problems for deployments that depended on the name of the application being static, so this solves that. - - This is a breaking change because sometimes this requires an application to be deleted and recreated. - - main.tf | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -commit 47b8551cb89e33764ae5765d2c6ff5f7e98e7d2c -Author: Gonçalo Heleno -Date: Thu Jan 18 17:12:17 2024 +0100 - - fix!: remove the ArgoCD namespace variable - - Since we are hardcoding the namespace variable on all modules, the variable to set the ArgoCD namespace will no longer be needed as well. - - aks/main.tf | 1 - - eks/main.tf | 1 - - kind/main.tf | 1 - - main.tf | 7 ++----- - sks/main.tf | 1 - - variables.tf | 6 ------ - 6 files changed, 2 insertions(+), 15 deletions(-) - -commit cad5e08f657c901df3170b2bf591c700edb79403 -Author: Gonçalo Heleno -Date: Thu Jan 18 17:08:37 2024 +0100 - - fix!: remove the namespace variable - - We found out that on multiple modules we were referencing resources from other modules using their default namespaces and this was hardcoded. In case someone decided to change the namespace of deployment of a certain application, this could break the way modules work with each other. - - We've decided that in order to avoid undefined behaviors caused by overloading this variable, it would be best to remove it entirely. - - aks/main.tf | 3 +-- - eks/main.tf | 1 - - kind/main.tf | 1 - - locals.tf | 8 ++++---- - main.tf | 4 ++-- - sks/main.tf | 1 - - variables.tf | 6 ------ - 7 files changed, 7 insertions(+), 17 deletions(-) - -commit 4a55c8195f57a1a20c60fba91eb9a2c6509ff588 -Author: Gonçalo Heleno -Date: Mon Dec 18 11:51:36 2023 +0100 - - fix(aks): improve condition on variable validation and reword message - - aks/extra-variables.tf | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -commit 449591ac5bc5bf0be6e4de26ec074f957e746a3e (tag: v6.0.0) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Fri Nov 10 10:37:13 2023 +0100 - - chore: release 6.0.0 (#102) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 16 ++++++++++++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 18 insertions(+), 2 deletions(-) - -commit 9ecd7be73cd345632c06097a9bdf740ae4cd425d -Author: lentidas -Date: Fri Nov 10 09:34:20 2023 +0000 - - docs(terraform-docs): generate docs and write to README.adoc - - README.adoc | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -commit 1322910a5f9f1cdefa5516efae2af890d4108e52 -Author: lentidas -Date: Mon Nov 6 13:45:32 2023 +0000 - - docs(terraform-docs): generate docs and write to README.adoc - - README.adoc | 18 ++---------------- - aks/README.adoc | 18 ++---------------- - eks/README.adoc | 18 ++---------------- - kind/README.adoc | 18 ++---------------- - sks/README.adoc | 18 ++---------------- - 5 files changed, 10 insertions(+), 80 deletions(-) - -commit 4ebb3b12668aac33af74a168b18951306e9fed02 -Author: Gonçalo Heleno -Date: Fri Nov 3 13:58:14 2023 +0100 - - feat(filebeat)!: remove filebeat since it is no longer used - - aks/main.tf | 5 ++--- - charts/loki-microservice/Chart.lock | 7 ++----- - charts/loki-microservice/Chart.yaml | 4 ---- - charts/loki-microservice/charts/filebeat-7.17.3.tgz | Bin 12400 -> 0 bytes - eks/main.tf | 5 ++--- - kind/main.tf | 5 ++--- - locals.tf | 11 ----------- - sks/main.tf | 5 ++--- - variables.tf | 6 ------ - 9 files changed, 10 insertions(+), 38 deletions(-) - -commit c1728dc1a2a64073f558cae4dad07bd343558440 -Author: Gonçalo Heleno -Date: Fri Nov 3 13:57:06 2023 +0100 - - fix: change Traefik CRD group to the one introduced in v23 of Traefik - - charts/loki-microservice/templates/ingressRoute.yaml | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -commit b401e069a6d3591d6ee5b93a665934294ac2ae14 (tag: v5.2.0) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Fri Nov 3 13:51:44 2023 +0100 - - chore: release 5.2.0 (#100) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 7 +++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 9 insertions(+), 2 deletions(-) - -commit d9bb5f3cf3659c8b5b586cb2bea259d62490912b -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Fri Nov 3 13:50:45 2023 +0100 - - feat(chart): minor update of dependencies on loki-microservice chart (#89) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - README.adoc | 4 ++-- - charts/loki-microservice/Chart.lock | 8 ++++---- - charts/loki-microservice/Chart.yaml | 27 +++++++++++++-------------- - charts/loki-microservice/charts/loki-distributed-0.69.10.tgz | Bin 40980 -> 0 bytes - charts/loki-microservice/charts/loki-distributed-0.76.1.tgz | Bin 0 -> 44044 bytes - charts/loki-microservice/charts/promtail-6.15.3.tgz | Bin 0 -> 17258 bytes - charts/loki-microservice/charts/promtail-6.2.3.tgz | Bin 12729 -> 0 bytes - 7 files changed, 19 insertions(+), 20 deletions(-) - -commit de468ee82c13521c7d743b84249476178119dba7 (tag: v5.1.0) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Thu Oct 19 17:10:26 2023 +0200 - - chore: release 5.1.0 (#99) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 8 ++++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 10 insertions(+), 2 deletions(-) - -commit 871665ee9c854f197802e9087a6a6347dde182e6 -Author: lentidas -Date: Fri Sep 15 12:55:36 2023 +0000 - - docs(terraform-docs): generate docs and write to README.adoc - - README.adoc | 50 ++++++++++++++++++++++++++++++++++++++++++++++---- - aks/README.adoc | 46 ++++++++++++++++++++++++++++++++++++++++++++-- - eks/README.adoc | 46 ++++++++++++++++++++++++++++++++++++++++++++-- - kind/README.adoc | 46 ++++++++++++++++++++++++++++++++++++++++++++-- - sks/README.adoc | 46 ++++++++++++++++++++++++++++++++++++++++++++-- - 5 files changed, 222 insertions(+), 12 deletions(-) - -commit 9e2ddb85e345f9b7f8fddcfe8e1e5b25c7f74e1c -Author: Gonçalo Heleno -Date: Fri Sep 15 14:19:40 2023 +0200 - - feat: add standard variables and variable to add labels to Argo CD app - - aks/main.tf | 1 + - eks/main.tf | 1 + - kind/main.tf | 1 + - main.tf | 4 ++++ - sks/main.tf | 1 + - variables.tf | 6 ++++++ - 6 files changed, 14 insertions(+) - -commit 43632fc11d4e3648004c4fa68d1579981d948691 -Author: Gonçalo Heleno -Date: Fri Sep 15 09:48:11 2023 +0200 - - feat: add variables to set AppProject and destination cluster - - aks/main.tf | 12 +++++++----- - eks/main.tf | 12 +++++++----- - kind/main.tf | 12 +++++++----- - main.tf | 14 ++++++++------ - sks/main.tf | 12 +++++++----- - variables.tf | 12 ++++++++++++ - 6 files changed, 48 insertions(+), 26 deletions(-) - -commit c0ade6db24e2cfffd2d89839b22e8d43843eb163 -Author: Gonçalo Heleno -Date: Fri Sep 15 09:47:07 2023 +0200 - - docs: remove deprecated variable from the examples - - sks/README.adoc | 4 ---- - 1 file changed, 4 deletions(-) - -commit c9fad9a0962776df516cad625c37dd252f0fed46 (tag: v5.0.0) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Fri Sep 8 14:44:59 2023 +0200 - - chore: release 5.0.0 (#96) - - * chore: release 5.0.0 - - * docs: update CHANGELOG.md - - --------- - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - Co-authored-by: Gonçalo Heleno <33546359+lentidas@users.noreply.github.com> - - CHANGELOG.md | 15 +++++++++++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 17 insertions(+), 2 deletions(-) - -commit fd4a0f44a30b8b4b60e96757fc2a37e5d288931f -Author: Gonçalo Heleno <33546359+lentidas@users.noreply.github.com> -Date: Fri Sep 8 14:42:49 2023 +0200 - - feat(loki-stack)!: deprecate and remove the loki-stack chart (#95) - - * feat(loki-stack)!: deprecate and remove the loki-stack chart - - * docs(terraform-docs): generate docs and write to README.adoc - - --------- - - Co-authored-by: lentidas - - README.adoc | 22 +---- - aks/README.adoc | 22 +---- - aks/locals.tf | 98 ++++++++-------------- - aks/main.tf | 7 +- - charts/loki-stack/Chart.lock | 6 -- - charts/loki-stack/Chart.yaml | 11 --- - charts/loki-stack/charts/loki-stack-2.8.9.tgz | Bin 129849 -> 0 bytes - charts/loki-stack/templates/event_handler.yaml | 121 --------------------------- - charts/loki-stack/templates/podmonitor.yaml | 17 ---- - charts/loki-stack/values.yaml | 1 - - eks/README.adoc | 22 +---- - eks/locals.tf | 90 +++++++------------- - eks/main.tf | 7 +- - kind/README.adoc | 22 +---- - kind/locals.tf | 88 +++++++------------- - kind/main.tf | 7 +- - locals.tf | 325 ++++++++++++++++++++++++++++++++----------------------------------------- - main.tf | 2 +- - sks/README.adoc | 22 +---- - sks/locals.tf | 87 +++++++------------- - sks/main.tf | 6 +- - variables.tf | 8 +- - 22 files changed, 298 insertions(+), 693 deletions(-) - -commit 4a77cecf427fe7a2402227aff630a5a151d7a406 (tag: v4.0.2) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Wed Aug 9 13:09:55 2023 +0200 - - chore: release 4.0.2 (#94) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 7 +++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 9 insertions(+), 2 deletions(-) - -commit e53e3f0480298bee706d6e3dd6cb9073ad2ea519 -Author: lentidas -Date: Thu Jul 20 06:15:54 2023 +0000 - - docs(terraform-docs): generate docs and write to README.adoc - - README.adoc | 10 +++++----- - aks/README.adoc | 4 ++-- - eks/README.adoc | 4 ++-- - kind/README.adoc | 4 ++-- - sks/README.adoc | 4 ++-- - 5 files changed, 13 insertions(+), 13 deletions(-) - -commit dff96356110a677ebcb278f19c08d656d85d0e73 -Author: Gonçalo Heleno -Date: Thu Jul 20 08:13:52 2023 +0200 - - ci: fix typo on description - - .github/workflows/chart-update.yaml | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -commit b0592015f053a3aec60b0c745f462eb4f4bdc659 -Author: Gonçalo Heleno -Date: Thu Jul 20 08:13:03 2023 +0200 - - fix: readd support to deactivate auto-sync which was broken by #75 - - main.tf | 11 +++++++---- - 1 file changed, 7 insertions(+), 4 deletions(-) - -commit e0539bf20ff01adfca439b4a93aa44ca673f1d57 (tag: v4.0.1) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Wed Jul 19 16:09:52 2023 +0200 - - chore: release 4.0.1 (#91) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 7 +++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 9 insertions(+), 2 deletions(-) - -commit e48c76ec756de3682dc3bfdb35f439ff0ca8da11 -Author: Gonçalo Heleno <33546359+lentidas@users.noreply.github.com> -Date: Wed Jul 19 16:03:41 2023 +0200 - - fix: use more generic tolerations for promtail (#90) - - * fix: use more generic tolerations for promtail - - * docs(terraform-docs): generate docs and write to README.adoc - - --------- - - Co-authored-by: lentidas - - README.adoc | 8 ++++---- - locals.tf | 6 ++++++ - sks/locals.tf | 14 -------------- - 3 files changed, 10 insertions(+), 18 deletions(-) - -commit 0bc5175824b48257cc18dd4550b71256e14e4082 -Author: Gonçalo Heleno -Date: Fri Jul 14 13:51:54 2023 +0200 - - docs: fix README.adoc attribute - - README.adoc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -commit 055178fc8eb7f671f0e8ed8b80d12423e7e99e03 -Author: Gonçalo Heleno -Date: Fri Jul 14 13:46:28 2023 +0200 - - ci: remove the automatic add to board since action does not support it - - .github/workflows/chart-update.yaml | 4 ---- - .github/workflows/release-please.yaml | 2 -- - 2 files changed, 6 deletions(-) - -commit 1591b4c05155d15d4fafd28ba3dbcca4ce12f9d2 -Author: Gonçalo Heleno -Date: Fri Jul 14 13:33:07 2023 +0200 - - ci: change order of options - - .github/workflows/chart-update.yaml | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -commit f002ab4b82b48b3b9ddd768323d98957c7285c08 -Author: Gonçalo Heleno -Date: Fri Jul 14 13:28:40 2023 +0200 - - ci: rename the workflow - - .github/workflows/{chart-upgrade.yaml => chart-update.yaml} | 22 +++++++++++----------- - 1 file changed, 11 insertions(+), 11 deletions(-) - -commit c05086a02bee3649b27ddde417efa985420a4f9d -Author: lentidas -Date: Fri Jul 14 07:41:30 2023 +0000 - - docs(terraform-docs): generate docs and write to README.adoc - - README.adoc | 6 +++--- - aks/README.adoc | 4 ++-- - eks/README.adoc | 4 ++-- - kind/README.adoc | 4 ++-- - sks/README.adoc | 4 ++-- - 5 files changed, 11 insertions(+), 11 deletions(-) - -commit 127ea8d55bf46db3df4ad6a304db0c2d850ef7dd -Author: Gonçalo Heleno -Date: Fri Jul 14 09:35:51 2023 +0200 - - ci: add support to the latest improvements on the Helm upgrade action - - .github/workflows/chart-upgrade.yaml | 12 ++++++++---- - 1 file changed, 8 insertions(+), 4 deletions(-) - -commit 3c994d6b2ebef5b0c22082454e1f0236e7b7244c -Author: Gonçalo Heleno -Date: Fri Jul 14 09:32:57 2023 +0200 - - ci: add support to add the autorelease PRs to the project board - - .github/workflows/release-please.yaml | 2 ++ - 1 file changed, 2 insertions(+) - -commit b1be58f5d03b391eacb38095bef7189902136500 -Author: Gonçalo Heleno -Date: Fri Jul 14 07:44:58 2023 +0200 - - docs: add chart versions to README.adoc - - README.adoc | 7 ++++++- - 1 file changed, 6 insertions(+), 1 deletion(-) - -commit 616d2f1f6e394ac8a7004bb01fd750e0004585ab (tag: v4.0.0) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Tue Jul 11 12:33:31 2023 +0000 - - chore: release 4.0.0 - - CHANGELOG.md | 11 +++++++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 13 insertions(+), 2 deletions(-) - -commit d6bcc0cca2ca696bbd752a0b67589c5b245b0e94 -Author: Hugo Bollon -Date: Tue Jul 11 14:32:53 2023 +0200 - - feat!: add support to oboukili/argocd v5 (#75) - - * feat!: add support to oboukili/argocd v5 - - * docs(terraform-docs): generate docs and write to README.adoc - - --------- - - Co-authored-by: hbollon - - README.adoc | 16 ++++++++-------- - aks/README.adoc | 8 ++++---- - eks/README.adoc | 8 ++++---- - kind/README.adoc | 8 ++++---- - main.tf | 15 ++++++++++----- - sks/README.adoc | 8 ++++---- - terraform.tf | 2 +- - 7 files changed, 35 insertions(+), 30 deletions(-) - -commit 96e784fe873b7a1d42b1c0fa267ba689d6cbecbd -Author: Gonçalo Heleno -Date: Wed Jul 5 10:39:07 2023 +0200 - - ci: fix versions for the upgrade workflow - - .github/workflows/chart-upgrade.yaml | 10 ++++------ - charts/loki-microservice/Chart.yaml | 18 +++++++++--------- - charts/loki-stack/Chart.yaml | 10 +++++----- - 3 files changed, 18 insertions(+), 20 deletions(-) - -commit 38e764203cb2953638e097fded63d6d5a78861af (tag: v3.0.1) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Tue Jul 4 17:09:18 2023 +0200 - - chore: release 3.0.1 (#69) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 7 +++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 9 insertions(+), 2 deletions(-) - -commit 983d7198e4f685dcc924be335f65b9cc29b23147 -Author: Mohammed Osman <53604473+omohammed95@users.noreply.github.com> -Date: Tue Jul 4 16:18:34 2023 +0200 - - ci: add chart dependency upgrade workflow (#70) - - * ci: add chart dependency upgrade workflow - - * docs(terraform-docs): generate docs and write to README.adoc - - --------- - - Co-authored-by: omohammed95 - - .github/workflows/chart-upgrade.yaml | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ - README.adoc | 6 +++--- - 2 files changed, 51 insertions(+), 3 deletions(-) - -commit 4d60340b65c803b3b217cf208297d9d80425b4f1 -Author: Gonçalo Heleno <33546359+lentidas@users.noreply.github.com> -Date: Tue Jul 4 14:38:55 2023 +0200 - - docs: add missing symlink to SKS docs and link to sidebar (#68) - - * docs: add missing symlink to SKS docs and link to sidebar - - * docs(terraform-docs): generate docs and write to README.adoc - - --------- - - Co-authored-by: lentidas - Release-As: v3.0.1 - - README.adoc | 12 ++++++------ - aks/README.adoc | 4 ++-- - docs/modules/ROOT/nav.adoc | 1 + - docs/modules/ROOT/pages/sks/README.adoc | 1 + - eks/README.adoc | 4 ++-- - kind/README.adoc | 4 ++-- - sks/README.adoc | 4 ++-- - 7 files changed, 16 insertions(+), 14 deletions(-) - -commit d23d7217905ff3ac1adf933f641551e103ed5a59 (tag: v3.0.0) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Wed Jun 28 08:51:37 2023 +0200 - - chore: release 3.0.0 (#67) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 17 +++++++++++++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 19 insertions(+), 2 deletions(-) - -commit 84f847727a0aa9d42ca0d8a1fed9ceb36f78ced0 -Author: lentidas -Date: Mon Jun 19 13:16:42 2023 +0000 - - docs(terraform-docs): generate docs and write to README.adoc - - README.adoc | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -commit be566f18c68e664392faf803a5230f3b4cbe5f4a -Author: Gonçalo Heleno -Date: Mon Jun 19 15:15:20 2023 +0200 - - docs: add more complex example - - sks/README.adoc | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ - 1 file changed, 48 insertions(+) - -commit d918eefbeb3d63182c992818a319869bda7a0c42 -Author: Gonçalo Heleno -Date: Mon Jun 19 15:11:32 2023 +0200 - - docs: add small comment with the reason for the promtail tolerations - - sks/locals.tf | 2 ++ - 1 file changed, 2 insertions(+) - -commit 00dfa2b4d2b12353e06935d9f36644128213a2e4 -Author: lentidas -Date: Mon Jun 19 13:08:37 2023 +0000 - - docs(terraform-docs): generate docs and write to README.adoc - - README.adoc | 10 ++-- - aks/README.adoc | 12 ++-- - eks/README.adoc | 12 ++-- - kind/README.adoc | 30 +++++----- - sks/README.adoc | 316 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 5 files changed, 349 insertions(+), 31 deletions(-) - -commit a188e0624e854cfb7c2dc7099bc780ed02a1f0a1 -Author: Gonçalo Heleno -Date: Mon Jun 19 15:07:46 2023 +0200 - - docs: add SKS variant README.adoc - - sks/README.adoc | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 file changed, 59 insertions(+) - -commit b4f1441753ba5af2b5828eca39f9b1cff31e0a5a -Author: Gonçalo Heleno -Date: Wed Jun 14 10:10:30 2023 +0200 - - fix: activate insecure mode by default for kind - - kind/extra-variables.tf | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -commit ba862583ea09272415cd9f5b2896a5e8e1849927 -Author: Gonçalo Heleno -Date: Mon Jun 12 11:54:00 2023 +0200 - - fix!: standardize variables like other modules - - This is a breaking change because I renamed some parameters to be the same as other modules. This will allow us to create a local that can used on all module calls, in the root module. - - kind/extra-variables.tf | 9 +++++---- - kind/locals.tf | 4 ++-- - sks/extra-variables.tf | 8 ++++---- - sks/locals.tf | 6 +++--- - 4 files changed, 14 insertions(+), 13 deletions(-) - -commit 145e08bd1214ccc3635d04719d3ccd0a29c67ce0 -Author: Gonçalo Heleno -Date: Mon Jun 5 12:57:26 2023 +0200 - - feat: add SKS variant with needed configuration to use SOS - - .github/workflows/terraform-docs.yaml | 2 +- - sks/extra-variables.tf | 14 ++++++++++++++ - sks/locals.tf | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - sks/main.tf | 15 +++++++++++++++ - sks/outputs.tf | 10 ++++++++++ - sks/terraform.tf | 1 + - sks/variables.tf | 1 + - 7 files changed, 125 insertions(+), 1 deletion(-) - -commit 35d92f4ae9d69897ef41057ac411b71ad988097c -Author: Gonçalo Heleno -Date: Mon Jun 5 12:00:38 2023 +0200 - - docs: add descriptions to outputs - - aks/outputs.tf | 7 ++++--- - eks/outputs.tf | 7 ++++--- - kind/outputs.tf | 8 +++++--- - outputs.tf | 1 + - 4 files changed, 14 insertions(+), 9 deletions(-) - -commit 51e94dec8b6189a00daeed22c8db5ac747232fb5 (tag: v2.3.0) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Fri Jun 9 13:56:28 2023 +0200 - - chore: release 2.3.0 (#64) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 7 +++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 9 insertions(+), 2 deletions(-) - -commit 88617bdf6f1710afdfe4447b63bd43ca2babecfb -Author: Mohammed Osman <53604473+omohammed95@users.noreply.github.com> -Date: Fri Jun 9 09:41:56 2023 +0200 - - feat: add var that enables compactor retention (#62) - - * feat: add var that enables compactor retention - - * docs(terraform-docs): generate docs and write to README.adoc - - * refactor: use more lighter variable for retention - - * docs(terraform-docs): generate docs and write to README.adoc - - * feat: call retention var in submodules - - * feat: set retention period in day - - * docs(terraform-docs): generate docs and write to README.adoc - - * feat: set retention enabled to yes - - --------- - - Co-authored-by: omohammed95 - - README.adoc | 16 +++++++++++++++- - aks/README.adoc | 14 ++++++++++++++ - aks/main.tf | 1 + - eks/README.adoc | 14 ++++++++++++++ - eks/main.tf | 1 + - kind/README.adoc | 14 ++++++++++++++ - kind/main.tf | 1 + - locals.tf | 7 +++---- - variables.tf | 11 +++++++++++ - 9 files changed, 74 insertions(+), 5 deletions(-) - -commit 80167b758276ee3d47e1912a3983bed6ccebbdda -Author: Gonçalo Heleno <33546359+lentidas@users.noreply.github.com> -Date: Tue May 30 09:41:32 2023 +0200 - - refactor/fix: rename a few files and remove unnecessary variables (#61) - - * fix!: removed unnecessary variables - - * refactor: rename application project and a few files - - * docs(terraform-docs): generate docs and write to README.adoc - - --------- - - Co-authored-by: lentidas - - README.adoc | 52 ++++++++++++---------------------------------------- - aks/README.adoc | 32 ++------------------------------ - aks/main.tf | 2 -- - aks/terraform.tf | 1 + - aks/versions.tf | 1 - - eks/README.adoc | 32 ++------------------------------ - eks/main.tf | 2 -- - eks/terraform.tf | 1 + - eks/versions.tf | 1 - - kind/README.adoc | 32 ++------------------------------ - kind/main.tf | 2 -- - kind/terraform.tf | 1 + - kind/versions.tf | 1 - - main.tf | 2 +- - output.tf => outputs.tf | 0 - versions.tf => terraform.tf | 4 ++-- - variables.tf | 18 +++--------------- - 17 files changed, 27 insertions(+), 157 deletions(-) - -commit d3efc78852326a63f5656c8148e71b9786afff84 (tag: v2.2.0) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Wed May 24 16:21:49 2023 +0200 - - chore: release 2.2.0 (#60) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 7 +++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 9 insertions(+), 2 deletions(-) - -commit 8d00917d7c315d70dd2d1b5852c19f40578e0590 -Author: Mohammed Osman <53604473+omohammed95@users.noreply.github.com> -Date: Wed May 24 15:01:12 2023 +0200 - - feat: configure ingester replication factor (#59) - - * feat: configure ingester replication factor - - * docs(terraform-docs): generate docs and write to README.adoc - - * fix: terraform format correction - - * fix: correct syntax - - * docs(terraform-docs): generate docs and write to README.adoc - - --------- - - Co-authored-by: omohammed95 - - README.adoc | 54 ++++-------------------------------------------------- - aks/README.adoc | 50 ++------------------------------------------------ - eks/README.adoc | 50 ++------------------------------------------------ - kind/README.adoc | 50 ++------------------------------------------------ - locals.tf | 10 ++++++++-- - variables.tf | 13 ------------- - 6 files changed, 18 insertions(+), 209 deletions(-) - -commit dc3f025398e8dc844cb564e6c33cb0405e95064b (tag: v2.1.0) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Thu May 11 13:13:34 2023 +0200 - - chore: release 2.1.0 (#55) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 13 +++++++++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 15 insertions(+), 2 deletions(-) - -commit 6aa151b1134f02e3630e67b63bd6a886c87b6513 -Author: Mohamed Amine Dridi <78367821+modridi@users.noreply.github.com> -Date: Wed May 10 14:23:55 2023 +0200 - - fix(azure): storage account key support (#48) - - * fix(azure): storage account key support - - * docs(terraform-docs): generate docs and write to README.adoc - - --------- - - Co-authored-by: modridi - - README.adoc | 4 ++-- - aks/locals.tf | 18 ++++++++++-------- - 2 files changed, 12 insertions(+), 10 deletions(-) - -commit f8a4b9f64d4ae97d193d1c841aac215637fa14a8 -Author: Mohammed Osman <53604473+omohammed95@users.noreply.github.com> -Date: Mon May 8 16:52:55 2023 +0200 - - feat: add var for ingester replicas (#57) - - * fix: adding more replicas for ingester - - * fix: adding variable for ingester replicas - - * docs(terraform-docs): generate docs and write to README.adoc - - --------- - - Co-authored-by: omohammed95 - - README.adoc | 48 +++++++++++++++++++++++++++++++++++++++++++++++- - aks/README.adoc | 46 ++++++++++++++++++++++++++++++++++++++++++++++ - eks/README.adoc | 46 ++++++++++++++++++++++++++++++++++++++++++++++ - kind/README.adoc | 46 ++++++++++++++++++++++++++++++++++++++++++++++ - locals.tf | 3 ++- - variables.tf | 13 +++++++++++++ - 6 files changed, 200 insertions(+), 2 deletions(-) - -commit 2a571f030738ed5fedc35feb50c832210921588c -Author: tyrossel -Date: Mon May 1 08:34:13 2023 +0200 - - fix(loki-stack): set static Grafana agent tag (#54) - - * fix(loki-stack): set static Grafana agent tag - - * docs(terraform-docs): generate docs and write to README.adoc - - --------- - - Co-authored-by: Tanguy Rossel - Co-authored-by: tyrossel - - README.adoc | 6 +++--- - aks/README.adoc | 4 ++-- - charts/loki-stack/templates/event_handler.yaml | 2 +- - eks/README.adoc | 4 ++-- - kind/README.adoc | 4 ++-- - 5 files changed, 10 insertions(+), 10 deletions(-) - -commit fc8a31017c7dfe1e90723270d5d347e9ca6c1262 (tag: v2.0.2) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Wed Apr 26 16:20:28 2023 +0200 - - chore: release 2.0.2 (#53) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 7 +++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 9 insertions(+), 2 deletions(-) - -commit 710ea823b9446b21f5ec5a19ea59f231cc159164 -Author: tyrossel -Date: Wed Apr 26 16:18:48 2023 +0200 - - fix: grafana agent static tag (#52) - - * fix: grafana agent static tag - - * docs(terraform-docs): generate docs and write to README.adoc - - * chore: update - - * docs(terraform-docs): generate docs and write to README.adoc - - --------- - - Co-authored-by: Tanguy Rossel - Co-authored-by: tyrossel - - README.adoc | 4 ++-- - charts/loki-microservice/templates/event_handler.yaml | 2 +- - locals.tf | 7 ++++--- - 3 files changed, 7 insertions(+), 6 deletions(-) - -commit 450890bbafb8ef8cb4310b0af3b29f8ef2f4bb42 -Author: Gonçalo Heleno <33546359+lentidas@users.noreply.github.com> -Date: Wed Apr 26 15:28:23 2023 +0200 - - ci: point existing workflows to main branch and add project workflow (#51) - - * ci: point existing workflows to main branch and add project workflow - - * docs(terraform-docs): generate docs and write to README.adoc - - * ci: fix names and whitespace - - * docs(terraform-docs): generate docs and write to README.adoc - - --------- - - Co-authored-by: lentidas - - .github/workflows/linters.yaml | 4 +- - .github/workflows/pr-issues-project.yaml | 19 +++++++ - .github/workflows/release-please.yaml | 4 +- - .github/workflows/terraform-docs.yaml | 4 +- - README.adoc | 198 +++++++++++++++++++++++++++++++++++------------------------------------ - aks/README.adoc | 218 +++++++++++++++++++++++++++++++++++++++---------------------------------------- - eks/README.adoc | 214 ++++++++++++++++++++++++++++++++++++++--------------------------------------- - kind/README.adoc | 216 +++++++++++++++++++++++++++++++++++++++--------------------------------------- - 8 files changed, 448 insertions(+), 429 deletions(-) - -commit 110f269fa687ce3e5b512207664c7ae187fc5a27 (tag: v2.0.1) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Mon Apr 17 16:04:09 2023 +0200 - - chore(main): release 2.0.1 (#50) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 7 +++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 9 insertions(+), 2 deletions(-) - -commit b0a875808a94464f145a6ab940d1d71939119bf1 -Author: Mohamed Amine Dridi <78367821+modridi@users.noreply.github.com> -Date: Mon Apr 17 16:02:44 2023 +0200 - - fix(loki-stack): set Loki datasource isDefault to false (#49) - - * fix(loki-stack): set Loki datasource isDefault to false - - * docs(terraform-docs): generate docs and write to README.adoc - - --------- - - Co-authored-by: modridi - - README.adoc | 4 ++-- - aks/README.adoc | 4 ++-- - eks/README.adoc | 4 ++-- - kind/README.adoc | 4 ++-- - locals.tf | 1 + - 5 files changed, 9 insertions(+), 8 deletions(-) - -commit 86283db15d6c474ecf800cba5f11aa3d72fd63e4 (tag: v2.0.0) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Thu Apr 13 18:42:22 2023 +0200 - - chore(main): release 2.0.0 (#47) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 11 +++++++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 13 insertions(+), 2 deletions(-) - -commit 6e7cfa20f64f4781c7d44fedf6d7e2d09078e90d -Author: Mohamed Amine Dridi <78367821+modridi@users.noreply.github.com> -Date: Thu Apr 13 18:34:15 2023 +0200 - - feat(azure)!: use managed identity to access object storage (#40) - - * feat(azure)!: use managed identity to access object storage - - * docs(terraform-docs): generate docs and write to README.adoc - - --------- - - Co-authored-by: modridi - - aks/README.adoc | 56 ++++++++++++++++++++++++++++++++++++++++++++++++-------- - aks/extra-variables.tf | 21 ++++++++++++++++----- - aks/locals.tf | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++---------------- - aks/main.tf | 40 ++++++++++++++++++++++++++++++++++++++++ - locals.tf | 12 ++++++++++-- - 5 files changed, 164 insertions(+), 31 deletions(-) - -commit 70d0fdc46f49312b0b602a7e33343ab84f5c5249 -Author: Mohamed Amine Dridi <78367821+modridi@users.noreply.github.com> -Date: Thu Apr 13 12:06:08 2023 +0200 - - chore(loki-microservices): upgrade helm chart (#46) - - * chore(loki-microservices): upgrade helm chart - - * docs(terraform-docs): generate docs and write to README.adoc - - --------- - - Co-authored-by: modridi - - README.adoc | 4 ++-- - aks/README.adoc | 4 ++-- - charts/loki-microservice/Chart.lock | 6 +++--- - charts/loki-microservice/Chart.yaml | 2 +- - charts/loki-microservice/charts/loki-distributed-0.52.0.tgz | Bin 34339 -> 0 bytes - charts/loki-microservice/charts/loki-distributed-0.69.10.tgz | Bin 0 -> 40980 bytes - eks/README.adoc | 4 ++-- - kind/README.adoc | 4 ++-- - locals.tf | 28 +++++++++++++++------------- - 9 files changed, 27 insertions(+), 25 deletions(-) - -commit 96464fb7799977938bf87bdcf7a91ff5c1bb6065 (tag: v1.1.0) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Fri Apr 7 07:32:25 2023 +0200 - - chore(main): release 1.1.0 (#45) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 7 +++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 9 insertions(+), 2 deletions(-) - -commit 1c55c1b7d39cde0ecaaeb0d7df5a576284e1cf62 -Author: Mohamed Amine Dridi <78367821+modridi@users.noreply.github.com> -Date: Fri Apr 7 07:27:23 2023 +0200 - - feat: ship k8s events to Loki (#44) - - * feat: ship k8s events to Loki - - * docs(terraform-docs): generate docs and write to README.adoc - - --------- - - Co-authored-by: modridi - - README.adoc | 4 +-- - aks/README.adoc | 4 +-- - charts/loki-microservice/templates/event_handler.yaml | 121 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - charts/loki-stack/templates/event_handler.yaml | 121 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - eks/README.adoc | 4 +-- - kind/README.adoc | 4 +-- - locals.tf | 11 +++++- - variables.tf | 1 + - 8 files changed, 261 insertions(+), 9 deletions(-) - -commit 31517584a250b06dc67267084616b1679a8b827f (tag: v1.0.0) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Mon Mar 27 10:10:37 2023 +0200 - - chore(main): release 1.0.0 (#43) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 7 +++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 9 insertions(+), 2 deletions(-) - -commit 72a80d11b0fce13c6acfab76c103888e5c3d733a -Author: Gonçalo Heleno <33546359+lentidas@users.noreply.github.com> -Date: Mon Mar 27 10:08:44 2023 +0200 - - chore: release v1.0.0 (#42) - - Release-As: v1.0.0 - -commit 90b84f1fdc4cb60e4c94ec880a0642013310cb7f -Author: vquiby <86775146+vquiby@users.noreply.github.com> -Date: Fri Mar 24 11:42:35 2023 +0100 - - docs: add docs structure and PR template (#41) - - .github/pull_request_template.md | 19 +++++++++++++++++++ - README.adoc | 11 ++--------- - README.md | 60 ------------------------------------------------------------ - aks/README.adoc | 12 ++---------- - docs/antora.yml | 7 +++++++ - docs/modules/ROOT/nav.adoc | 7 +++++++ - docs/modules/ROOT/pages/README.adoc | 1 + - docs/modules/ROOT/pages/aks/README.adoc | 1 + - docs/modules/ROOT/pages/eks/README.adoc | 1 + - docs/modules/ROOT/pages/kind/README.adoc | 1 + - eks/README.adoc | 12 ++---------- - kind/README.adoc | 12 ++---------- - 12 files changed, 45 insertions(+), 99 deletions(-) - -commit 78c30c0671b51b7da6dcf208582c81e5d71f94d5 (tag: v1.0.0-alpha.13) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Fri Mar 10 14:17:38 2023 +0100 - - chore(main): release 1.0.0-alpha.13 (#38) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 7 +++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 9 insertions(+), 2 deletions(-) - -commit f794967b6577c4c3481a4bfdf08acf12f25314d4 -Author: Gonçalo Heleno <33546359+lentidas@users.noreply.github.com> -Date: Fri Mar 10 14:16:33 2023 +0100 - - fix(terraform): add remaining version requirements (#37) - - * fix: add remaining version requirements - - * docs(terraform-docs): generate docs and write to README.adoc - - --------- - - Co-authored-by: lentidas - Release-As: v1.0.0-alpha.13 - - README.adoc | 30 ++++++++++++++++++------------ - aks/README.adoc | 10 ++++++++-- - eks/README.adoc | 10 ++++++++-- - kind/README.adoc | 10 ++++++++-- - versions.tf | 8 ++++++++ - 5 files changed, 50 insertions(+), 18 deletions(-) - -commit 64590287f3bfb1a51ec4485ab734b126f71d5c14 (tag: v1.0.0-alpha.12) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Mon Mar 6 12:14:36 2023 +0100 - - chore(main): release 1.0.0-alpha.12 (#36) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 7 +++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 9 insertions(+), 2 deletions(-) - -commit 8dc8a9fb1a30716b4a1e3b927032e5a6a477edf7 -Author: Gonçalo Heleno <33546359+lentidas@users.noreply.github.com> -Date: Mon Mar 6 12:10:11 2023 +0100 - - feat(eks): add Loki microservices to the EKS variant (#35) - - * feat(eks): add modifications neccessary for Loki microservices - - * docs: add descriptions to variables - - * fix(eks): correct position of ServiceAccount and the paths for boltdb - - * docs(terraform-docs): generate docs and write to README.adoc - - * fix: change to looser versions constraints as per best practices - - See documentation [here](https://developer.hashicorp.com/terraform/language/providers/requirements#version-constraints). - - * docs(terraform-docs): generate docs and write to README.adoc - - * chore: terraform fmt - - --------- - - Co-authored-by: lentidas - Release-As: v1.0.0-alpha.12 - - README.adoc | 60 +++++++++++++++++++++++++++++++++++++----------------------- - aks/README.adoc | 48 +++++++++++++++++++++++++++++++----------------- - eks/README.adoc | 48 +++++++++++++++++++++++++++++++----------------- - eks/locals.tf | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------- - eks/main.tf | 2 +- - kind/README.adoc | 48 +++++++++++++++++++++++++++++++----------------- - variables.tf | 29 +++++++++++++++++------------ - versions.tf | 9 ++++++--- - 8 files changed, 213 insertions(+), 116 deletions(-) - -commit f9d2e456d08be0873ad159f7f273d75c7a0ecdf0 (tag: v1.0.0-alpha.11) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Wed Feb 22 13:16:22 2023 +0100 - - chore(main): release 1.0.0-alpha.11 (#34) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 7 +++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 9 insertions(+), 2 deletions(-) - -commit b48aa6999b1fce4779f9e4376efd84420ac24cc3 -Author: Mohamed Amine Dridi <78367821+modridi@users.noreply.github.com> -Date: Wed Feb 22 13:14:36 2023 +0100 - - feat(loki-microservices): flush ingester chunks on shutdown (#31) - - * feat(loki-microservices): flush ingester chunks on shutdown - - * docs(terraform-docs): generate docs and write to README.adoc - - --------- - - Co-authored-by: modridi - - Release-As: v1.0.0-alpha.11 - - README.adoc | 4 ++-- - aks/README.adoc | 4 ++-- - eks/README.adoc | 4 ++-- - kind/README.adoc | 4 ++-- - locals.tf | 1 + - 5 files changed, 9 insertions(+), 8 deletions(-) - -commit 68544569ba9c2170207398285b208bf61c591cd4 (tag: v1.0.0-alpha.10) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Wed Feb 22 12:36:59 2023 +0100 - - chore(main): release 1.0.0-alpha.10 (#33) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 7 +++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 9 insertions(+), 2 deletions(-) - -commit 6dc0ef9e1135763446df854380bad1a20d8f6081 -Author: Mohamed Amine Dridi <78367821+modridi@users.noreply.github.com> -Date: Wed Feb 22 12:31:41 2023 +0100 - - feat(Kind): add Loki microservices (#32) - - * feat(Kind): add Loki microservices - - * docs(terraform-docs): generate docs and write to README.adoc - - --------- - - Co-authored-by: modridi - - Release-As: v1.0.0-alpha.10 - - README.adoc | 4 ++-- - aks/README.adoc | 4 ++-- - eks/README.adoc | 4 ++-- - kind/README.adoc | 4 ++-- - kind/locals.tf | 91 ++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------- - kind/main.tf | 2 +- - 6 files changed, 55 insertions(+), 54 deletions(-) - -commit 219dd9a5461e8847031573acdfba50001ef58e8f (tag: v1.0.0-alpha.9) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Mon Feb 13 13:46:00 2023 +0100 - - chore(main): release 1.0.0-alpha.9 (#30) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 12 ++++++++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 14 insertions(+), 2 deletions(-) - -commit b646ad7c8248a9e12cfa881faaceed0455aa60af -Author: Federico Sismondi -Date: Mon Feb 13 13:36:24 2023 +0100 - - chore: release 1.0.0-alpha.9 (#29) - - Release-As: 1.0.0-alpha.9 - -commit dbb911089343c123bbfa6c048e005e3b01ee7868 -Author: Mohamed Amine Dridi <78367821+modridi@users.noreply.github.com> -Date: Mon Feb 13 13:32:51 2023 +0100 - - feat(loki-microservices): optional filebeat (#26) - - * feat(loki-microservices): optional filebeat - - * docs(terraform-docs): generate docs and write to README.adoc - - --------- - - Co-authored-by: modridi - Release-As: 1.0.0-alpha.8 - - README.adoc | 18 ++++++++++++++++-- - aks/README.adoc | 18 ++++++++++++++++-- - aks/main.tf | 1 + - charts/loki-microservice/Chart.lock | 9 ++++++--- - charts/loki-microservice/Chart.yaml | 8 ++++++-- - charts/loki-microservice/charts/filebeat-7.17.3.tgz | Bin 0 -> 12400 bytes - charts/loki-microservice/charts/promtail-6.2.1.tgz | Bin 12731 -> 0 bytes - charts/loki-microservice/charts/promtail-6.2.3.tgz | Bin 0 -> 12729 bytes - eks/README.adoc | 18 ++++++++++++++++-- - eks/main.tf | 1 + - kind/README.adoc | 18 ++++++++++++++++-- - kind/main.tf | 1 + - locals.tf | 17 +++++++++++++++-- - variables.tf | 5 +++++ - 14 files changed, 99 insertions(+), 15 deletions(-) - -commit 563fa6b32e79cf5c84224fdf02a8832a2f4aed9e (tag: v1.0.0-alpha.8) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Mon Feb 13 12:15:02 2023 +0100 - - chore(main): release 1.0.0-alpha.8 (#27) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 7 +++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 9 insertions(+), 2 deletions(-) - -commit b98a4bd07c1b8c483f6ff968d09320e49b324aa8 -Author: Mohamed Amine Dridi <78367821+modridi@users.noreply.github.com> -Date: Mon Feb 13 12:13:37 2023 +0100 - - feat(loki-microservices): add frontend ingress (#25) - - * feat(loki-microservices): add frontend ingress - - * docs(terraform-docs): generate docs and write to README.adoc - - --------- - - Co-authored-by: modridi - - Release-As: v1.0.0-alpha.8 - - README.adoc | 51 +++++++++++++- - aks/README.adoc | 41 ++++++++++- - aks/main.tf | 1 + - aks/outputs.tf | 5 ++ - charts/loki-microservice/templates/ingressRoute.yaml | 65 +++++++++++++++++ - eks/README.adoc | 41 ++++++++++- - eks/main.tf | 1 + - eks/outputs.tf | 5 ++ - kind/README.adoc | 41 ++++++++++- - kind/main.tf | 1 + - kind/outputs.tf | 5 ++ - locals.tf | 256 +++++++++++++++++++++++++++++++++++-------------------------------- - main.tf | 10 +++ - output.tf | 12 ++++ - outputs.tf | 4 -- - variables.tf | 10 +++ - versions.tf | 3 + - 17 files changed, 418 insertions(+), 134 deletions(-) - -commit 3c927ec8bdc3b1bf04e4937fd9d4373823bb2135 (tag: v1.0.0-alpha.7) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Wed Feb 1 14:14:02 2023 +0100 - - chore(main): release 1.0.0-alpha.7 (#24) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 7 +++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 9 insertions(+), 2 deletions(-) - -commit 3ef695f49751ea71cb8d6e24fa4b94d3a00a38d5 -Author: Federico Sismondi -Date: Wed Feb 1 14:12:39 2023 +0100 - - fix(ruler): move value block (#23) - - * fix(ruler): move value block - - --------- - - Co-authored-by: fsismondi - Release-As: 1.0.0-alpha.7 - - README.adoc | 4 ++-- - aks/README.adoc | 4 ++-- - eks/README.adoc | 4 ++-- - kind/README.adoc | 4 ++-- - locals.tf | 5 +++-- - 5 files changed, 11 insertions(+), 10 deletions(-) - -commit 2f37ef34b54ad1d3010fe089de2115910425779f (tag: v1.0.0-alpha.6) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Tue Jan 31 10:39:56 2023 +0100 - - chore(main): release 1.0.0-alpha.6 (#22) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 7 +++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 9 insertions(+), 2 deletions(-) - -commit aa015fe7f6f1985be986eed22b82095ada65e994 -Author: Jeremy Barascut -Date: Tue Jan 31 10:38:38 2023 +0100 - - feat(helm): download all used charts (#21) - - * feat(helm): download all used charts - - * docs(terraform-docs): generate docs and write to README.adoc - - Release-As: 1.0.0-alpha.6 - - README.adoc | 4 +- - aks/README.adoc | 4 +- - charts/loki-microservice/Chart.lock | 9 + - charts/loki-microservice/charts/loki-distributed-0.52.0.tgz | Bin 0 -> 34339 bytes - charts/loki-microservice/charts/promtail-6.2.1.tgz | Bin 0 -> 12731 bytes - charts/loki-stack/Chart.lock | 6 +- - charts/loki-stack/charts/loki-stack-2.8.9.tgz | Bin 0 -> 129849 bytes - charts/loki-stack/charts/loki-stack/.helmignore | 22 - - charts/loki-stack/charts/loki-stack/Chart.yaml | 13 - - charts/loki-stack/charts/loki-stack/README.md | 60 -- - charts/loki-stack/charts/loki-stack/charts/filebeat/.helmignore | 2 - - charts/loki-stack/charts/loki-stack/charts/filebeat/Chart.yaml | 12 - - charts/loki-stack/charts/loki-stack/charts/filebeat/Makefile | 1 - - charts/loki-stack/charts/loki-stack/charts/filebeat/README.md | 203 ----- - charts/loki-stack/charts/loki-stack/charts/filebeat/examples/default/Makefile | 13 - - charts/loki-stack/charts/loki-stack/charts/filebeat/examples/default/README.md | 27 - - .../loki-stack/charts/loki-stack/charts/filebeat/examples/default/test/goss.yaml | 47 - - charts/loki-stack/charts/loki-stack/charts/filebeat/examples/oss/Makefile | 13 - - charts/loki-stack/charts/loki-stack/charts/filebeat/examples/oss/README.md | 27 - - charts/loki-stack/charts/loki-stack/charts/filebeat/examples/oss/test/goss.yaml | 22 - - charts/loki-stack/charts/loki-stack/charts/filebeat/examples/oss/values.yaml | 5 - - charts/loki-stack/charts/loki-stack/charts/filebeat/examples/security/Makefile | 13 - - charts/loki-stack/charts/loki-stack/charts/filebeat/examples/security/README.md | 28 - - .../charts/loki-stack/charts/filebeat/examples/security/test/goss.yaml | 9 - - .../loki-stack/charts/loki-stack/charts/filebeat/examples/security/values.yaml | 37 - - charts/loki-stack/charts/loki-stack/charts/filebeat/templates/NOTES.txt | 2 - - charts/loki-stack/charts/loki-stack/charts/filebeat/templates/_helpers.tpl | 32 - - charts/loki-stack/charts/loki-stack/charts/filebeat/templates/clusterrole.yaml | 22 - - .../charts/loki-stack/charts/filebeat/templates/clusterrolebinding.yaml | 19 - - charts/loki-stack/charts/loki-stack/charts/filebeat/templates/configmap.yaml | 17 - - charts/loki-stack/charts/loki-stack/charts/filebeat/templates/daemonset.yaml | 171 ---- - .../loki-stack/charts/loki-stack/charts/filebeat/templates/serviceaccount.yaml | 15 - - charts/loki-stack/charts/loki-stack/charts/filebeat/values.yaml | 142 --- - charts/loki-stack/charts/loki-stack/charts/fluent-bit/.helmignore | 22 - - charts/loki-stack/charts/loki-stack/charts/fluent-bit/Chart.yaml | 15 - - charts/loki-stack/charts/loki-stack/charts/fluent-bit/README.md | 126 --- - charts/loki-stack/charts/loki-stack/charts/fluent-bit/templates/NOTES.txt | 11 - - charts/loki-stack/charts/loki-stack/charts/fluent-bit/templates/_helpers.tpl | 66 -- - charts/loki-stack/charts/loki-stack/charts/fluent-bit/templates/clusterrole.yaml | 17 - - .../charts/loki-stack/charts/fluent-bit/templates/clusterrolebinding.yaml | 19 - - charts/loki-stack/charts/loki-stack/charts/fluent-bit/templates/configmap.yaml | 73 -- - charts/loki-stack/charts/loki-stack/charts/fluent-bit/templates/daemonset.yaml | 80 -- - .../charts/loki-stack/charts/fluent-bit/templates/podsecuritypolicy.yaml | 34 - - charts/loki-stack/charts/loki-stack/charts/fluent-bit/templates/role.yaml | 19 - - charts/loki-stack/charts/loki-stack/charts/fluent-bit/templates/rolebinding.yaml | 19 - - .../charts/loki-stack/charts/fluent-bit/templates/service-headless.yaml | 22 - - .../loki-stack/charts/loki-stack/charts/fluent-bit/templates/serviceaccount.yaml | 12 - - .../loki-stack/charts/loki-stack/charts/fluent-bit/templates/servicemonitor.yaml | 35 - - charts/loki-stack/charts/loki-stack/charts/fluent-bit/values.yaml | 120 --- - charts/loki-stack/charts/loki-stack/charts/grafana/.helmignore | 23 - - charts/loki-stack/charts/loki-stack/charts/grafana/Chart.yaml | 22 - - charts/loki-stack/charts/loki-stack/charts/grafana/README.md | 561 ------------ - charts/loki-stack/charts/loki-stack/charts/grafana/ci/default-values.yaml | 1 - - .../charts/loki-stack/charts/grafana/ci/with-dashboard-json-values.yaml | 53 -- - charts/loki-stack/charts/loki-stack/charts/grafana/ci/with-dashboard-values.yaml | 19 - - .../charts/loki-stack/charts/grafana/ci/with-image-renderer-values.yaml | 19 - - .../loki-stack/charts/loki-stack/charts/grafana/dashboards/custom-dashboard.json | 1 - - charts/loki-stack/charts/loki-stack/charts/grafana/templates/NOTES.txt | 54 -- - charts/loki-stack/charts/loki-stack/charts/grafana/templates/_helpers.tpl | 163 ---- - charts/loki-stack/charts/loki-stack/charts/grafana/templates/_pod.tpl | 562 ------------ - charts/loki-stack/charts/loki-stack/charts/grafana/templates/clusterrole.yaml | 25 - - .../charts/loki-stack/charts/grafana/templates/clusterrolebinding.yaml | 24 - - .../charts/loki-stack/charts/grafana/templates/configmap-dashboard-provider.yaml | 29 - - charts/loki-stack/charts/loki-stack/charts/grafana/templates/configmap.yaml | 82 -- - .../charts/loki-stack/charts/grafana/templates/dashboards-json-configmap.yaml | 35 - - charts/loki-stack/charts/loki-stack/charts/grafana/templates/deployment.yaml | 50 -- - .../loki-stack/charts/loki-stack/charts/grafana/templates/extra-manifests.yaml | 4 - - .../loki-stack/charts/loki-stack/charts/grafana/templates/headless-service.yaml | 22 - - charts/loki-stack/charts/loki-stack/charts/grafana/templates/hpa.yaml | 20 - - .../charts/loki-stack/charts/grafana/templates/image-renderer-deployment.yaml | 119 --- - .../loki-stack/charts/grafana/templates/image-renderer-network-policy.yaml | 76 -- - .../charts/loki-stack/charts/grafana/templates/image-renderer-service.yaml | 30 - - charts/loki-stack/charts/loki-stack/charts/grafana/templates/ingress.yaml | 78 -- - charts/loki-stack/charts/loki-stack/charts/grafana/templates/networkpolicy.yaml | 37 - - .../charts/loki-stack/charts/grafana/templates/poddisruptionbudget.yaml | 22 - - .../loki-stack/charts/loki-stack/charts/grafana/templates/podsecuritypolicy.yaml | 49 -- - charts/loki-stack/charts/loki-stack/charts/grafana/templates/pvc.yaml | 33 - - charts/loki-stack/charts/loki-stack/charts/grafana/templates/role.yaml | 32 - - charts/loki-stack/charts/loki-stack/charts/grafana/templates/rolebinding.yaml | 25 - - charts/loki-stack/charts/loki-stack/charts/grafana/templates/secret-env.yaml | 14 - - charts/loki-stack/charts/loki-stack/charts/grafana/templates/secret.yaml | 26 - - charts/loki-stack/charts/loki-stack/charts/grafana/templates/service.yaml | 51 -- - charts/loki-stack/charts/loki-stack/charts/grafana/templates/serviceaccount.yaml | 13 - - charts/loki-stack/charts/loki-stack/charts/grafana/templates/servicemonitor.yaml | 43 - - charts/loki-stack/charts/loki-stack/charts/grafana/templates/statefulset.yaml | 52 -- - .../charts/loki-stack/charts/grafana/templates/tests/test-configmap.yaml | 17 - - .../charts/loki-stack/charts/grafana/templates/tests/test-podsecuritypolicy.yaml | 29 - - .../loki-stack/charts/loki-stack/charts/grafana/templates/tests/test-role.yaml | 14 - - .../charts/loki-stack/charts/grafana/templates/tests/test-rolebinding.yaml | 17 - - .../charts/loki-stack/charts/grafana/templates/tests/test-serviceaccount.yaml | 9 - - charts/loki-stack/charts/loki-stack/charts/grafana/templates/tests/test.yaml | 48 - - charts/loki-stack/charts/loki-stack/charts/grafana/values.yaml | 809 ----------------- - charts/loki-stack/charts/loki-stack/charts/logstash/.helmignore | 2 - - charts/loki-stack/charts/loki-stack/charts/logstash/Chart.yaml | 12 - - charts/loki-stack/charts/loki-stack/charts/logstash/Makefile | 1 - - charts/loki-stack/charts/loki-stack/charts/logstash/README.md | 208 ----- - charts/loki-stack/charts/loki-stack/charts/logstash/examples/default/Makefile | 16 - - charts/loki-stack/charts/loki-stack/charts/logstash/examples/default/README.md | 17 - - .../loki-stack/charts/loki-stack/charts/logstash/examples/default/test/goss.yaml | 43 - - .../loki-stack/charts/loki-stack/charts/logstash/examples/elasticsearch/Makefile | 17 - - .../charts/loki-stack/charts/logstash/examples/elasticsearch/README.md | 28 - - .../charts/loki-stack/charts/logstash/examples/elasticsearch/test/goss.yaml | 56 -- - .../charts/loki-stack/charts/logstash/examples/elasticsearch/values.yaml | 12 - - charts/loki-stack/charts/loki-stack/charts/logstash/examples/oss/Makefile | 16 - - charts/loki-stack/charts/loki-stack/charts/logstash/examples/oss/README.md | 17 - - charts/loki-stack/charts/loki-stack/charts/logstash/examples/oss/test/goss.yaml | 42 - - charts/loki-stack/charts/loki-stack/charts/logstash/examples/oss/values.yaml | 2 - - charts/loki-stack/charts/loki-stack/charts/logstash/examples/security/Makefile | 14 - - charts/loki-stack/charts/loki-stack/charts/logstash/examples/security/README.md | 28 - - .../charts/loki-stack/charts/logstash/examples/security/test/goss.yaml | 64 -- - .../loki-stack/charts/loki-stack/charts/logstash/examples/security/values.yaml | 40 - - charts/loki-stack/charts/loki-stack/charts/logstash/templates/NOTES.txt | 2 - - charts/loki-stack/charts/loki-stack/charts/logstash/templates/_helpers.tpl | 31 - - .../loki-stack/charts/loki-stack/charts/logstash/templates/configmap-config.yaml | 17 - - .../charts/loki-stack/charts/logstash/templates/configmap-pipeline.yaml | 17 - - .../charts/loki-stack/charts/logstash/templates/poddisruptionbudget.yaml | 17 - - .../charts/loki-stack/charts/logstash/templates/podsecuritypolicy.yaml | 14 - - charts/loki-stack/charts/loki-stack/charts/logstash/templates/role.yaml | 25 - - charts/loki-stack/charts/loki-stack/charts/logstash/templates/rolebinding.yaml | 24 - - charts/loki-stack/charts/loki-stack/charts/logstash/templates/secret.yaml | 27 - - .../loki-stack/charts/loki-stack/charts/logstash/templates/service-headless.yaml | 23 - - charts/loki-stack/charts/loki-stack/charts/logstash/templates/service.yaml | 23 - - .../loki-stack/charts/loki-stack/charts/logstash/templates/serviceaccount.yaml | 20 - - charts/loki-stack/charts/loki-stack/charts/logstash/templates/statefulset.yaml | 200 ----- - charts/loki-stack/charts/loki-stack/charts/logstash/values.yaml | 248 ------ - charts/loki-stack/charts/loki-stack/charts/loki/.helmignore | 22 - - charts/loki-stack/charts/loki-stack/charts/loki/Chart.yaml | 13 - - charts/loki-stack/charts/loki-stack/charts/loki/README.md | 70 -- - charts/loki-stack/charts/loki-stack/charts/loki/templates/NOTES.txt | 3 - - charts/loki-stack/charts/loki-stack/charts/loki/templates/_helpers.tpl | 75 -- - charts/loki-stack/charts/loki-stack/charts/loki/templates/configmap-alert.yaml | 17 - - charts/loki-stack/charts/loki-stack/charts/loki/templates/ingress.yaml | 55 -- - charts/loki-stack/charts/loki-stack/charts/loki/templates/networkpolicy.yaml | 26 - - charts/loki-stack/charts/loki-stack/charts/loki/templates/pdb.yaml | 17 - - charts/loki-stack/charts/loki-stack/charts/loki/templates/podsecuritypolicy.yaml | 41 - - charts/loki-stack/charts/loki-stack/charts/loki/templates/role.yaml | 20 - - charts/loki-stack/charts/loki-stack/charts/loki/templates/rolebinding.yaml | 20 - - charts/loki-stack/charts/loki-stack/charts/loki/templates/secret.yaml | 14 - - charts/loki-stack/charts/loki-stack/charts/loki/templates/service-headless.yaml | 24 - - charts/loki-stack/charts/loki-stack/charts/loki/templates/service.yaml | 43 - - charts/loki-stack/charts/loki-stack/charts/loki/templates/serviceaccount.yaml | 16 - - charts/loki-stack/charts/loki-stack/charts/loki/templates/servicemonitor.yaml | 38 - - charts/loki-stack/charts/loki-stack/charts/loki/templates/statefulset.yaml | 150 ---- - charts/loki-stack/charts/loki-stack/charts/loki/values.yaml | 281 ------ - charts/loki-stack/charts/loki-stack/charts/prometheus/.helmignore | 23 - - charts/loki-stack/charts/loki-stack/charts/prometheus/Chart.lock | 6 - - charts/loki-stack/charts/loki-stack/charts/prometheus/Chart.yaml | 30 - - charts/loki-stack/charts/loki-stack/charts/prometheus/README.md | 226 ----- - .../charts/loki-stack/charts/prometheus/charts/kube-state-metrics/.helmignore | 21 - - .../charts/loki-stack/charts/prometheus/charts/kube-state-metrics/Chart.yaml | 19 - - .../charts/loki-stack/charts/prometheus/charts/kube-state-metrics/OWNERS | 6 - - .../charts/loki-stack/charts/prometheus/charts/kube-state-metrics/README.md | 68 -- - .../loki-stack/charts/prometheus/charts/kube-state-metrics/templates/NOTES.txt | 10 - - .../charts/prometheus/charts/kube-state-metrics/templates/_helpers.tpl | 79 -- - .../prometheus/charts/kube-state-metrics/templates/clusterrolebinding.yaml | 20 - - .../charts/prometheus/charts/kube-state-metrics/templates/deployment.yaml | 148 ---- - .../charts/prometheus/charts/kube-state-metrics/templates/kubeconfig-secret.yaml | 12 - - .../loki-stack/charts/prometheus/charts/kube-state-metrics/templates/pdb.yaml | 14 - - .../charts/prometheus/charts/kube-state-metrics/templates/podsecuritypolicy.yaml | 39 - - .../charts/prometheus/charts/kube-state-metrics/templates/psp-clusterrole.yaml | 19 - - .../prometheus/charts/kube-state-metrics/templates/psp-clusterrolebinding.yaml | 16 - - .../loki-stack/charts/prometheus/charts/kube-state-metrics/templates/role.yaml | 196 ----- - .../charts/prometheus/charts/kube-state-metrics/templates/rolebinding.yaml | 24 - - .../charts/prometheus/charts/kube-state-metrics/templates/service.yaml | 35 - - .../charts/prometheus/charts/kube-state-metrics/templates/serviceaccount.yaml | 15 - - .../charts/prometheus/charts/kube-state-metrics/templates/servicemonitor.yaml | 43 - - .../charts/prometheus/charts/kube-state-metrics/templates/stsdiscovery-role.yaml | 26 - - .../prometheus/charts/kube-state-metrics/templates/stsdiscovery-rolebinding.yaml | 17 - - .../charts/loki-stack/charts/prometheus/charts/kube-state-metrics/values.yaml | 216 ----- - charts/loki-stack/charts/loki-stack/charts/prometheus/templates/NOTES.txt | 112 --- - charts/loki-stack/charts/loki-stack/charts/prometheus/templates/_helpers.tpl | 282 ------ - .../charts/loki-stack/charts/prometheus/templates/alertmanager/clusterrole.yaml | 21 - - .../loki-stack/charts/prometheus/templates/alertmanager/clusterrolebinding.yaml | 20 - - .../charts/loki-stack/charts/prometheus/templates/alertmanager/cm.yaml | 19 - - .../charts/loki-stack/charts/prometheus/templates/alertmanager/deploy.yaml | 172 ---- - .../charts/loki-stack/charts/prometheus/templates/alertmanager/headless-svc.yaml | 31 - - .../charts/loki-stack/charts/prometheus/templates/alertmanager/ingress.yaml | 57 -- - .../charts/loki-stack/charts/prometheus/templates/alertmanager/netpol.yaml | 20 - - .../charts/loki-stack/charts/prometheus/templates/alertmanager/pdb.yaml | 14 - - .../charts/loki-stack/charts/prometheus/templates/alertmanager/psp.yaml | 46 - - .../charts/loki-stack/charts/prometheus/templates/alertmanager/pvc.yaml | 37 - - .../charts/loki-stack/charts/prometheus/templates/alertmanager/role.yaml | 24 - - .../charts/loki-stack/charts/prometheus/templates/alertmanager/rolebinding.yaml | 23 - - .../charts/loki-stack/charts/prometheus/templates/alertmanager/service.yaml | 53 -- - .../loki-stack/charts/prometheus/templates/alertmanager/serviceaccount.yaml | 11 - - .../charts/loki-stack/charts/prometheus/templates/alertmanager/sts.yaml | 181 ---- - .../charts/loki-stack/charts/prometheus/templates/node-exporter/daemonset.yaml | 146 --- - .../charts/loki-stack/charts/prometheus/templates/node-exporter/psp.yaml | 55 -- - .../charts/loki-stack/charts/prometheus/templates/node-exporter/role.yaml | 17 - - .../charts/loki-stack/charts/prometheus/templates/node-exporter/rolebinding.yaml | 19 - - .../loki-stack/charts/prometheus/templates/node-exporter/serviceaccount.yaml | 11 - - .../charts/loki-stack/charts/prometheus/templates/node-exporter/svc.yaml | 47 - - .../charts/loki-stack/charts/prometheus/templates/pushgateway/clusterrole.yaml | 21 - - .../loki-stack/charts/prometheus/templates/pushgateway/clusterrolebinding.yaml | 16 - - .../charts/loki-stack/charts/prometheus/templates/pushgateway/deploy.yaml | 119 --- - .../charts/loki-stack/charts/prometheus/templates/pushgateway/ingress.yaml | 54 -- - .../charts/loki-stack/charts/prometheus/templates/pushgateway/netpol.yaml | 20 - - .../charts/loki-stack/charts/prometheus/templates/pushgateway/pdb.yaml | 14 - - .../charts/loki-stack/charts/prometheus/templates/pushgateway/psp.yaml | 42 - - .../charts/loki-stack/charts/prometheus/templates/pushgateway/pvc.yaml | 31 - - .../charts/loki-stack/charts/prometheus/templates/pushgateway/service.yaml | 41 - - .../loki-stack/charts/prometheus/templates/pushgateway/serviceaccount.yaml | 11 - - .../charts/loki-stack/charts/prometheus/templates/pushgateway/vpa.yaml | 20 - - .../charts/loki-stack/charts/prometheus/templates/server/clusterrole.yaml | 48 - - .../charts/loki-stack/charts/prometheus/templates/server/clusterrolebinding.yaml | 16 - - charts/loki-stack/charts/loki-stack/charts/prometheus/templates/server/cm.yaml | 82 -- - .../loki-stack/charts/loki-stack/charts/prometheus/templates/server/deploy.yaml | 304 ------- - .../charts/loki-stack/charts/prometheus/templates/server/headless-svc.yaml | 37 - - .../loki-stack/charts/loki-stack/charts/prometheus/templates/server/ingress.yaml | 59 -- - .../loki-stack/charts/loki-stack/charts/prometheus/templates/server/netpol.yaml | 18 - - charts/loki-stack/charts/loki-stack/charts/prometheus/templates/server/pdb.yaml | 14 - - charts/loki-stack/charts/loki-stack/charts/prometheus/templates/server/psp.yaml | 51 -- - charts/loki-stack/charts/loki-stack/charts/prometheus/templates/server/pvc.yaml | 39 - - .../charts/loki-stack/charts/prometheus/templates/server/rolebinding.yaml | 20 - - .../loki-stack/charts/loki-stack/charts/prometheus/templates/server/service.yaml | 60 -- - .../charts/loki-stack/charts/prometheus/templates/server/serviceaccount.yaml | 13 - - charts/loki-stack/charts/loki-stack/charts/prometheus/templates/server/sts.yaml | 286 ------ - charts/loki-stack/charts/loki-stack/charts/prometheus/templates/server/vpa.yaml | 24 - - charts/loki-stack/charts/loki-stack/charts/prometheus/values.yaml | 1802 -------------------------------------- - charts/loki-stack/charts/loki-stack/charts/promtail/.helmignore | 22 - - charts/loki-stack/charts/loki-stack/charts/promtail/Chart.yaml | 13 - - charts/loki-stack/charts/loki-stack/charts/promtail/README.md | 90 -- - charts/loki-stack/charts/loki-stack/charts/promtail/templates/NOTES.txt | 3 - - charts/loki-stack/charts/loki-stack/charts/promtail/templates/_helpers.tpl | 61 -- - charts/loki-stack/charts/loki-stack/charts/promtail/templates/clusterrole.yaml | 20 - - .../charts/loki-stack/charts/promtail/templates/clusterrolebinding.yaml | 19 - - charts/loki-stack/charts/loki-stack/charts/promtail/templates/configmap.yaml | 267 ------ - charts/loki-stack/charts/loki-stack/charts/promtail/templates/daemonset.yaml | 129 --- - .../charts/loki-stack/charts/promtail/templates/podsecuritypolicy.yaml | 13 - - charts/loki-stack/charts/loki-stack/charts/promtail/templates/role.yaml | 19 - - charts/loki-stack/charts/loki-stack/charts/promtail/templates/rolebinding.yaml | 20 - - .../loki-stack/charts/loki-stack/charts/promtail/templates/service-headless.yaml | 22 - - .../loki-stack/charts/loki-stack/charts/promtail/templates/service-syslog.yaml | 50 -- - .../loki-stack/charts/loki-stack/charts/promtail/templates/serviceaccount.yaml | 13 - - .../loki-stack/charts/loki-stack/charts/promtail/templates/servicemonitor.yaml | 34 - - charts/loki-stack/charts/loki-stack/charts/promtail/values.yaml | 219 ----- - charts/loki-stack/charts/loki-stack/requirements.lock | 24 - - charts/loki-stack/charts/loki-stack/requirements.yaml | 29 - - charts/loki-stack/charts/loki-stack/templates/NOTES.txt | 3 - - charts/loki-stack/charts/loki-stack/templates/_helpers.tpl | 58 -- - charts/loki-stack/charts/loki-stack/templates/datasources.yaml | 31 - - charts/loki-stack/charts/loki-stack/templates/tests/loki-test-configmap.yaml | 52 -- - charts/loki-stack/charts/loki-stack/templates/tests/loki-test-pod.yaml | 30 - - charts/loki-stack/charts/loki-stack/values.yaml | 69 -- - eks/README.adoc | 4 +- - kind/README.adoc | 4 +- - 246 files changed, 20 insertions(+), 14673 deletions(-) - -commit 47df2ead372f69d7203d2426689a51e58fcf448f (tag: v1.0.0-alpha.5) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Mon Jan 30 16:56:45 2023 +0100 - - chore(main): release 1.0.0-alpha.5 (#20) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 7 +++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 9 insertions(+), 2 deletions(-) - -commit 9e179988ee61eb15bcad6e5f92012438b779a4b5 -Author: Mohamed Amine Dridi <78367821+modridi@users.noreply.github.com> -Date: Mon Jan 30 16:55:21 2023 +0100 - - feat(Azure): support Loki microservices setup (#18) - - * feat(Azure): add distributed Loki - - * docs(terraform-docs): generate docs and write to README.adoc - - --------- - - Co-authored-by: modridi - - Release-As: v1.0.0-alpha.5 - - README.adoc | 18 ++++++++- - aks/README.adoc | 18 ++++++++- - aks/extra-variables.tf | 1 + - aks/locals.tf | 73 ++++++++++++++++++++++-------------- - aks/main.tf | 2 + - charts/loki-microservice/Chart.yaml | 14 +++++++ - charts/loki-microservice/templates/datasource.yaml | 19 ++++++++++ - charts/loki-microservice/values.yaml | 1 + - charts/loki-stack/values.yaml | 1 - - eks/README.adoc | 18 ++++++++- - eks/main.tf | 2 + - kind/README.adoc | 18 ++++++++- - kind/main.tf | 2 + - locals.tf | 140 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- - main.tf | 2 +- - variables.tf | 6 +++ - 16 files changed, 295 insertions(+), 40 deletions(-) - -commit 9f83e59e2af8f3bc8928a213738d283474a92277 (tag: v1.0.0-alpha.4) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Mon Jan 30 14:11:35 2023 +0100 - - chore(main): release 1.0.0-alpha.4 (#19) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 7 +++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 9 insertions(+), 2 deletions(-) - -commit 1ddf02b9a0f492cc9f66d23567c3cfeebf7546d4 -Author: Gonçalo Heleno <33546359+lentidas@users.noreply.github.com> -Date: Mon Jan 30 14:09:59 2023 +0100 - - feat: add variable to configure sync on the application resource (#17) - - * feat: add variable to configure sync on the application resource - - * docs(terraform-docs): generate docs and write to README.adoc - - * feat: add dependency on app_autosync and variable passthrough - - * fix: add tobool function - - --------- - - Co-authored-by: lentidas - Release-As: v1.0.0-alpha.4 - - README.adoc | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- - aks/README.adoc | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- - aks/main.tf | 1 + - eks/README.adoc | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- - eks/main.tf | 1 + - kind/README.adoc | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- - kind/main.tf | 1 + - main.tf | 13 +++++++------ - variables.tf | 14 ++++++++++++++ - 9 files changed, 232 insertions(+), 14 deletions(-) - -commit d32437255804626820371e8eb167cdcde60573c7 (tag: v1.0.0-alpha.3) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Fri Dec 16 13:13:34 2022 +0100 - - chore(main): release 1.0.0-alpha.3 (#16) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 7 +++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 9 insertions(+), 2 deletions(-) - -commit dd0f1c6ae784bb49617ed7644d84aa6036854e0f -Author: Gonçalo Heleno <33546359+lentidas@users.noreply.github.com> -Date: Fri Dec 16 13:12:22 2022 +0100 - - refactor: rename variables same as kube-prometheus-stack (#15) - - * refactor: rename variables same as kube-prometheus-stack - - * docs(terraform-docs): generate docs and write to README.adoc - - * chore: terraform fmt - - * docs(terraform-docs): generate docs and write to README.adoc - - Co-authored-by: lentidas - - Release-As: v1.0.0-alpha.3 - - README.adoc | 4 ++-- - aks/README.adoc | 16 ++++++++-------- - aks/extra-variables.tf | 6 +++--- - aks/locals.tf | 4 ++-- - eks/README.adoc | 4 ++-- - kind/README.adoc | 4 ++-- - kind/versions.tf | 1 + - 7 files changed, 20 insertions(+), 19 deletions(-) - -commit eee69b450ec51567b6a1b751bf8f6186b19b13ba (tag: v1.0.0-alpha.2) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Fri Dec 9 13:24:37 2022 +0100 - - chore(main): release 1.0.0-alpha.2 (#14) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 7 +++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 9 insertions(+), 2 deletions(-) - -commit 4661e918d05b1b0c268e5b3b59cce7804962ae64 -Author: Gonçalo Heleno <33546359+lentidas@users.noreply.github.com> -Date: Fri Dec 9 13:23:39 2022 +0100 - - feat: remove bucket creation from inside the module and refactor k3s/kind variant (#13) - - * feat: pass values to HCL structures - - * docs: better comments and terraform fmt - - * feat(eks): remove bucket creation from inside the module - - * feat(aks): remove bucket creation from inside the module - - * docs(terraform-docs): generate docs and write to README.adoc - - * feat: use proper Terraform variables - - * docs(terraform-docs): generate docs and write to README.adoc - - * feat: revamp k3s variant - - * docs(terraform-docs): generate docs and write to README.adoc - - * fix: give the variable the same name everywhere - - * docs(terraform-docs): generate docs and write to README.adoc - - * fix: add variable that is not related to the storage - - * docs(terraform-docs): generate docs and write to README.adoc - - * refactor(kind): rename variant folder - - * fix: turn variables into sensitive - - * refactor: rename local to locals.tf - - * revert: "fix: turn variables into sensitive" - - This reverts commit 065104b64c1751c9612d32c5df15b877b30bacb3. - - * ci: fix variants variable - - * chore: delete useless resource group - - * docs(terraform-docs): generate docs and write to README.adoc - - * chore: set missing default values of standard variables - - * docs(terraform-docs): generate docs and write to README.adoc - - Co-authored-by: lentidas - Co-authored-by: modridi - Co-authored-by: modridi - - Release-As: v1.0.0-alpha.2 - - .github/workflows/terraform-docs.yaml | 2 +- - README.adoc | 37 ++++++++++++---------- - aks/README.adoc | 139 +++++++++++++++++++++++++++++++--------------------------------------------------- - aks/extra-variables.tf | 22 +++++-------- - aks/{local.tf => locals.tf} | 6 ++-- - aks/main.tf | 32 ++----------------- - aks/outputs.tf | 3 +- - charts/loki-stack/values.yaml | 18 +---------- - eks/README.adoc | 115 +++++++++++++++++++++++++++++++------------------------------------- - eks/extra-variables.tf | 9 ++++-- - eks/{local.tf => locals.tf} | 14 ++++----- - eks/main.tf | 56 ++------------------------------- - eks/outputs.tf | 3 +- - k3s/extra-variables.tf | 3 -- - k3s/main.tf | 18 ----------- - k3s/values.tmpl.yaml | 51 ------------------------------ - {k3s => kind}/README.adoc | 70 ++++++++++++++++++++++++++++------------- - kind/extra-variables.tf | 9 ++++++ - kind/locals.tf | 67 ++++++++++++++++++++++++++++++++++++++++ - kind/main.tf | 12 +++++++ - {k3s => kind}/outputs.tf | 0 - {k3s => kind}/variables.tf | 0 - local.tf | 3 -- - locals.tf | 30 ++++++++++++++++++ - outputs.tf | 3 +- - variables.tf | 14 +++++---- - 26 files changed, 338 insertions(+), 398 deletions(-) - -commit 3873e6403f826e88ec18113b6ec18d535b623ccd (tag: v1.0.0-alpha.1) -Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> -Date: Fri Nov 18 13:32:56 2022 +0100 - - chore(main): release 1.0.0-alpha.1 (#12) - - Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - - CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ - variables.tf | 2 +- - version.txt | 2 +- - 3 files changed, 39 insertions(+), 2 deletions(-) - -commit 1cb7d55c5a8ae86b6f5fc147ec8d2e5aaca2758d -Author: Gonçalo Heleno <33546359+lentidas@users.noreply.github.com> -Date: Fri Nov 18 13:31:54 2022 +0100 - - ci: add central workflows including release-please (#11) - - * chore: add CODEOWNERS file - - * ci: add terraform-docs and linters workflows - - * ci: add release-please workflow and associated modifications - - * docs(terraform-docs): generate docs and write to README.adoc - - Co-authored-by: lentidas - - Release-As: v1.0.0-alpha.1 - - .github/workflows/linters.yaml | 9 ++++ - .github/workflows/release-please.yaml | 11 ++++ - .github/workflows/terraform-docs.yaml | 11 ++++ - CODEOWNERS | 1 + - README.adoc | 177 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - aks/README.adoc | 228 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - eks/README.adoc | 202 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - k3s/README.adoc | 169 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - main.tf | 2 +- - variables.tf | 6 +++ - version.txt | 1 + - 11 files changed, 816 insertions(+), 1 deletion(-) - -commit 11223d449af61a20c443c36525c82423ff199154 -Merge: e7a5976 a144615 -Author: Jeremy Barascut -Date: Thu Oct 27 09:34:15 2022 +0200 - - Merge pull request #10 from camptocamp/fix_version_path - - fix(version): add version symlink in cloud folder - -commit a1446157fa3a60b921c4e7da2d2bdfb3e1b82656 -Author: Jérémy Barascut -Date: Wed Oct 26 10:42:00 2022 +0200 - - fix(version): add version symlink in cloud folder - - aks/versions.tf | 1 + - eks/versions.tf | 1 + - 2 files changed, 2 insertions(+) - -commit e7a59760b5798255c09a6fc0bbd57329aea6e498 -Author: Christian Kaenzig -Date: Fri May 6 11:44:58 2022 +0200 - - fix(eks): helm values syntax (#9) - - eks/local.tf | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -commit 96d5b9b966f229e59ecfd876fbf5c9b76bf9bbde -Author: Christian Kaenzig -Date: Thu May 5 16:26:06 2022 +0200 - - refactor(eks): yaml values replaced with hcl structure (#7) - - eks/local.tf | 39 +++++++++++++++++++++++++++++++++++++++ - eks/main.tf | 7 ++----- - eks/values.tmpl.yaml | 26 -------------------------- - 3 files changed, 41 insertions(+), 31 deletions(-) - -commit c9b9471baef7e54114bce15f1bae70f7a7a9bd6b -Merge: d777afb 9c50d4d -Author: Federico Sismondi -Date: Wed May 4 15:51:33 2022 +0200 - - Merge pull request #8 from camptocamp/fix-values-eval-delay - - Do not delay Helm values data source evaluation - -commit 9c50d4dd7bc1bdcfa02fb75ac32f2436e731d463 -Author: John Doe -Date: Mon May 2 11:38:44 2022 +0200 - - fix: do not delay Helm values evaluation - - This is a dirty hack to work around a limitation of module dependencies - which delays the evaluation of data sources. - - aks/local.tf | 62 +++++++++++++++++++++++++++++++------------------------------- - aks/main.tf | 6 +++--- - aks/outputs.tf | 3 +++ - eks/main.tf | 2 ++ - eks/outputs.tf | 3 +++ - k3s/main.tf | 2 ++ - k3s/outputs.tf | 3 +++ - main.tf | 14 ++++++++++++++ - outputs.tf | 3 +++ - variables.tf | 6 ++++++ - 10 files changed, 70 insertions(+), 34 deletions(-) - -commit d777afb05fbdd9af0ea3cca6a6dd678fc0d1222d -Merge: fc5d120 f82a246 -Author: Mohamed Amine Dridi <78367821+modridi@users.noreply.github.com> -Date: Wed Apr 13 06:54:51 2022 +0200 - - Merge pull request #6 from camptocamp/fix-application - - fix: wait for app removel before deleting the project - -commit f82a246ba4794b7177f559b35b52c57fb6a06213 -Author: modridi -Date: Wed Apr 13 06:54:27 2022 +0200 - - fix: wait for app removel before deleting the project - - main.tf | 2 ++ - 1 file changed, 2 insertions(+) - -commit fc5d12068f2dc38026481864df921e28d076d2b6 -Merge: 55681a6 c6f4784 -Author: Mohamed Amine Dridi <78367821+modridi@users.noreply.github.com> -Date: Tue Apr 12 23:35:33 2022 +0200 - - Merge pull request #5 from camptocamp/add-azure-module - - feat(azure): add module - -commit c6f47844950f0e150f6912b7557ab9802a3c2a26 -Author: modridi -Date: Tue Apr 12 23:35:13 2022 +0200 - - feat(azure): add module - - aks/extra-variables.tf | 2 +- - aks/local.tf | 36 ++++++++++++++++++++++++++++++++++++ - aks/main.tf | 7 +------ - aks/values.tmpl.yaml | 24 ------------------------ - local.tf | 4 +--- - main.tf | 15 ++++++++++++--- - outputs.tf | 0 - values.tmpl.yaml | 2 -- - variables.tf | 7 ++++--- - 9 files changed, 55 insertions(+), 42 deletions(-) - -commit 55681a6da04758ae4bb66499da7574ac33410b9f -Author: Yann Soubeyrand -Date: Wed Feb 23 19:09:35 2022 +0100 - - docs: fix module URL - - README.md | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -commit a779522d9fb50f4abe34dd0bc751240f61b3909f -Author: Yann Soubeyrand -Date: Wed Feb 23 14:46:01 2022 +0100 - - refactor!: move Terraform module at repository root - - {modules/aks => aks}/extra-variables.tf | 0 - {modules/aks => aks}/main.tf | 0 - {modules/aks => aks}/values.tmpl.yaml | 0 - {modules/aks => aks}/variables.tf | 0 - {modules/eks => eks}/extra-variables.tf | 0 - {modules/eks => eks}/main.tf | 0 - {modules/eks => eks}/values.tmpl.yaml | 0 - {modules/eks => eks}/variables.tf | 0 - {modules/k3s => k3s}/extra-variables.tf | 0 - {modules/k3s => k3s}/main.tf | 0 - {modules/k3s => k3s}/values.tmpl.yaml | 0 - {modules/k3s => k3s}/variables.tf | 0 - modules/local.tf => local.tf | 0 - modules/main.tf => main.tf | 0 - modules/outputs.tf => outputs.tf | 0 - modules/values.tmpl.yaml => values.tmpl.yaml | 0 - modules/variables.tf => variables.tf | 0 - modules/versions.tf => versions.tf | 0 - 18 files changed, 0 insertions(+), 0 deletions(-) - -commit f6ed6558212398fe03c93f701de4c847983dd31a -Author: Yann Soubeyrand -Date: Wed Feb 16 19:04:21 2022 +0100 - - chore(helm): vendor dependencies - - charts/loki-stack/charts/loki-stack/.helmignore | 22 + - charts/loki-stack/charts/loki-stack/Chart.yaml | 13 + - charts/loki-stack/charts/loki-stack/README.md | 60 ++ - charts/loki-stack/charts/loki-stack/charts/filebeat/.helmignore | 2 + - charts/loki-stack/charts/loki-stack/charts/filebeat/Chart.yaml | 12 + - charts/loki-stack/charts/loki-stack/charts/filebeat/Makefile | 1 + - charts/loki-stack/charts/loki-stack/charts/filebeat/README.md | 203 +++++ - charts/loki-stack/charts/loki-stack/charts/filebeat/examples/default/Makefile | 13 + - charts/loki-stack/charts/loki-stack/charts/filebeat/examples/default/README.md | 27 + - .../loki-stack/charts/loki-stack/charts/filebeat/examples/default/test/goss.yaml | 47 + - charts/loki-stack/charts/loki-stack/charts/filebeat/examples/oss/Makefile | 13 + - charts/loki-stack/charts/loki-stack/charts/filebeat/examples/oss/README.md | 27 + - charts/loki-stack/charts/loki-stack/charts/filebeat/examples/oss/test/goss.yaml | 22 + - charts/loki-stack/charts/loki-stack/charts/filebeat/examples/oss/values.yaml | 5 + - charts/loki-stack/charts/loki-stack/charts/filebeat/examples/security/Makefile | 13 + - charts/loki-stack/charts/loki-stack/charts/filebeat/examples/security/README.md | 28 + - .../charts/loki-stack/charts/filebeat/examples/security/test/goss.yaml | 9 + - .../loki-stack/charts/loki-stack/charts/filebeat/examples/security/values.yaml | 37 + - charts/loki-stack/charts/loki-stack/charts/filebeat/templates/NOTES.txt | 2 + - charts/loki-stack/charts/loki-stack/charts/filebeat/templates/_helpers.tpl | 32 + - charts/loki-stack/charts/loki-stack/charts/filebeat/templates/clusterrole.yaml | 22 + - .../charts/loki-stack/charts/filebeat/templates/clusterrolebinding.yaml | 19 + - charts/loki-stack/charts/loki-stack/charts/filebeat/templates/configmap.yaml | 17 + - charts/loki-stack/charts/loki-stack/charts/filebeat/templates/daemonset.yaml | 171 ++++ - .../loki-stack/charts/loki-stack/charts/filebeat/templates/serviceaccount.yaml | 15 + - charts/loki-stack/charts/loki-stack/charts/filebeat/values.yaml | 142 +++ - charts/loki-stack/charts/loki-stack/charts/fluent-bit/.helmignore | 22 + - charts/loki-stack/charts/loki-stack/charts/fluent-bit/Chart.yaml | 15 + - charts/loki-stack/charts/loki-stack/charts/fluent-bit/README.md | 126 +++ - charts/loki-stack/charts/loki-stack/charts/fluent-bit/templates/NOTES.txt | 11 + - charts/loki-stack/charts/loki-stack/charts/fluent-bit/templates/_helpers.tpl | 66 ++ - charts/loki-stack/charts/loki-stack/charts/fluent-bit/templates/clusterrole.yaml | 17 + - .../charts/loki-stack/charts/fluent-bit/templates/clusterrolebinding.yaml | 19 + - charts/loki-stack/charts/loki-stack/charts/fluent-bit/templates/configmap.yaml | 73 ++ - charts/loki-stack/charts/loki-stack/charts/fluent-bit/templates/daemonset.yaml | 80 ++ - .../charts/loki-stack/charts/fluent-bit/templates/podsecuritypolicy.yaml | 34 + - charts/loki-stack/charts/loki-stack/charts/fluent-bit/templates/role.yaml | 19 + - charts/loki-stack/charts/loki-stack/charts/fluent-bit/templates/rolebinding.yaml | 19 + - .../charts/loki-stack/charts/fluent-bit/templates/service-headless.yaml | 22 + - .../loki-stack/charts/loki-stack/charts/fluent-bit/templates/serviceaccount.yaml | 12 + - .../loki-stack/charts/loki-stack/charts/fluent-bit/templates/servicemonitor.yaml | 35 + - charts/loki-stack/charts/loki-stack/charts/fluent-bit/values.yaml | 120 +++ - charts/loki-stack/charts/loki-stack/charts/grafana/.helmignore | 23 + - charts/loki-stack/charts/loki-stack/charts/grafana/Chart.yaml | 22 + - charts/loki-stack/charts/loki-stack/charts/grafana/README.md | 561 ++++++++++++ - charts/loki-stack/charts/loki-stack/charts/grafana/ci/default-values.yaml | 1 + - .../charts/loki-stack/charts/grafana/ci/with-dashboard-json-values.yaml | 53 ++ - charts/loki-stack/charts/loki-stack/charts/grafana/ci/with-dashboard-values.yaml | 19 + - .../charts/loki-stack/charts/grafana/ci/with-image-renderer-values.yaml | 19 + - .../loki-stack/charts/loki-stack/charts/grafana/dashboards/custom-dashboard.json | 1 + - charts/loki-stack/charts/loki-stack/charts/grafana/templates/NOTES.txt | 54 ++ - charts/loki-stack/charts/loki-stack/charts/grafana/templates/_helpers.tpl | 163 ++++ - charts/loki-stack/charts/loki-stack/charts/grafana/templates/_pod.tpl | 562 ++++++++++++ - charts/loki-stack/charts/loki-stack/charts/grafana/templates/clusterrole.yaml | 25 + - .../charts/loki-stack/charts/grafana/templates/clusterrolebinding.yaml | 24 + - .../charts/loki-stack/charts/grafana/templates/configmap-dashboard-provider.yaml | 29 + - charts/loki-stack/charts/loki-stack/charts/grafana/templates/configmap.yaml | 82 ++ - .../charts/loki-stack/charts/grafana/templates/dashboards-json-configmap.yaml | 35 + - charts/loki-stack/charts/loki-stack/charts/grafana/templates/deployment.yaml | 50 ++ - .../loki-stack/charts/loki-stack/charts/grafana/templates/extra-manifests.yaml | 4 + - .../loki-stack/charts/loki-stack/charts/grafana/templates/headless-service.yaml | 22 + - charts/loki-stack/charts/loki-stack/charts/grafana/templates/hpa.yaml | 20 + - .../charts/loki-stack/charts/grafana/templates/image-renderer-deployment.yaml | 119 +++ - .../loki-stack/charts/grafana/templates/image-renderer-network-policy.yaml | 76 ++ - .../charts/loki-stack/charts/grafana/templates/image-renderer-service.yaml | 30 + - charts/loki-stack/charts/loki-stack/charts/grafana/templates/ingress.yaml | 78 ++ - charts/loki-stack/charts/loki-stack/charts/grafana/templates/networkpolicy.yaml | 37 + - .../charts/loki-stack/charts/grafana/templates/poddisruptionbudget.yaml | 22 + - .../loki-stack/charts/loki-stack/charts/grafana/templates/podsecuritypolicy.yaml | 49 ++ - charts/loki-stack/charts/loki-stack/charts/grafana/templates/pvc.yaml | 33 + - charts/loki-stack/charts/loki-stack/charts/grafana/templates/role.yaml | 32 + - charts/loki-stack/charts/loki-stack/charts/grafana/templates/rolebinding.yaml | 25 + - charts/loki-stack/charts/loki-stack/charts/grafana/templates/secret-env.yaml | 14 + - charts/loki-stack/charts/loki-stack/charts/grafana/templates/secret.yaml | 26 + - charts/loki-stack/charts/loki-stack/charts/grafana/templates/service.yaml | 51 ++ - charts/loki-stack/charts/loki-stack/charts/grafana/templates/serviceaccount.yaml | 13 + - charts/loki-stack/charts/loki-stack/charts/grafana/templates/servicemonitor.yaml | 43 + - charts/loki-stack/charts/loki-stack/charts/grafana/templates/statefulset.yaml | 52 ++ - .../charts/loki-stack/charts/grafana/templates/tests/test-configmap.yaml | 17 + - .../charts/loki-stack/charts/grafana/templates/tests/test-podsecuritypolicy.yaml | 29 + - .../loki-stack/charts/loki-stack/charts/grafana/templates/tests/test-role.yaml | 14 + - .../charts/loki-stack/charts/grafana/templates/tests/test-rolebinding.yaml | 17 + - .../charts/loki-stack/charts/grafana/templates/tests/test-serviceaccount.yaml | 9 + - charts/loki-stack/charts/loki-stack/charts/grafana/templates/tests/test.yaml | 48 + - charts/loki-stack/charts/loki-stack/charts/grafana/values.yaml | 809 +++++++++++++++++ - charts/loki-stack/charts/loki-stack/charts/logstash/.helmignore | 2 + - charts/loki-stack/charts/loki-stack/charts/logstash/Chart.yaml | 12 + - charts/loki-stack/charts/loki-stack/charts/logstash/Makefile | 1 + - charts/loki-stack/charts/loki-stack/charts/logstash/README.md | 208 +++++ - charts/loki-stack/charts/loki-stack/charts/logstash/examples/default/Makefile | 16 + - charts/loki-stack/charts/loki-stack/charts/logstash/examples/default/README.md | 17 + - .../loki-stack/charts/loki-stack/charts/logstash/examples/default/test/goss.yaml | 43 + - .../loki-stack/charts/loki-stack/charts/logstash/examples/elasticsearch/Makefile | 17 + - .../charts/loki-stack/charts/logstash/examples/elasticsearch/README.md | 28 + - .../charts/loki-stack/charts/logstash/examples/elasticsearch/test/goss.yaml | 56 ++ - .../charts/loki-stack/charts/logstash/examples/elasticsearch/values.yaml | 12 + - charts/loki-stack/charts/loki-stack/charts/logstash/examples/oss/Makefile | 16 + - charts/loki-stack/charts/loki-stack/charts/logstash/examples/oss/README.md | 17 + - charts/loki-stack/charts/loki-stack/charts/logstash/examples/oss/test/goss.yaml | 42 + - charts/loki-stack/charts/loki-stack/charts/logstash/examples/oss/values.yaml | 2 + - charts/loki-stack/charts/loki-stack/charts/logstash/examples/security/Makefile | 14 + - charts/loki-stack/charts/loki-stack/charts/logstash/examples/security/README.md | 28 + - .../charts/loki-stack/charts/logstash/examples/security/test/goss.yaml | 64 ++ - .../loki-stack/charts/loki-stack/charts/logstash/examples/security/values.yaml | 40 + - charts/loki-stack/charts/loki-stack/charts/logstash/templates/NOTES.txt | 2 + - charts/loki-stack/charts/loki-stack/charts/logstash/templates/_helpers.tpl | 31 + - .../loki-stack/charts/loki-stack/charts/logstash/templates/configmap-config.yaml | 17 + - .../charts/loki-stack/charts/logstash/templates/configmap-pipeline.yaml | 17 + - .../charts/loki-stack/charts/logstash/templates/poddisruptionbudget.yaml | 17 + - .../charts/loki-stack/charts/logstash/templates/podsecuritypolicy.yaml | 14 + - charts/loki-stack/charts/loki-stack/charts/logstash/templates/role.yaml | 25 + - charts/loki-stack/charts/loki-stack/charts/logstash/templates/rolebinding.yaml | 24 + - charts/loki-stack/charts/loki-stack/charts/logstash/templates/secret.yaml | 27 + - .../loki-stack/charts/loki-stack/charts/logstash/templates/service-headless.yaml | 23 + - charts/loki-stack/charts/loki-stack/charts/logstash/templates/service.yaml | 23 + - .../loki-stack/charts/loki-stack/charts/logstash/templates/serviceaccount.yaml | 20 + - charts/loki-stack/charts/loki-stack/charts/logstash/templates/statefulset.yaml | 200 +++++ - charts/loki-stack/charts/loki-stack/charts/logstash/values.yaml | 248 ++++++ - charts/loki-stack/charts/loki-stack/charts/loki/.helmignore | 22 + - charts/loki-stack/charts/loki-stack/charts/loki/Chart.yaml | 13 + - charts/loki-stack/charts/loki-stack/charts/loki/README.md | 70 ++ - charts/loki-stack/charts/loki-stack/charts/loki/templates/NOTES.txt | 3 + - charts/loki-stack/charts/loki-stack/charts/loki/templates/_helpers.tpl | 75 ++ - charts/loki-stack/charts/loki-stack/charts/loki/templates/configmap-alert.yaml | 17 + - charts/loki-stack/charts/loki-stack/charts/loki/templates/ingress.yaml | 55 ++ - charts/loki-stack/charts/loki-stack/charts/loki/templates/networkpolicy.yaml | 26 + - charts/loki-stack/charts/loki-stack/charts/loki/templates/pdb.yaml | 17 + - charts/loki-stack/charts/loki-stack/charts/loki/templates/podsecuritypolicy.yaml | 41 + - charts/loki-stack/charts/loki-stack/charts/loki/templates/role.yaml | 20 + - charts/loki-stack/charts/loki-stack/charts/loki/templates/rolebinding.yaml | 20 + - charts/loki-stack/charts/loki-stack/charts/loki/templates/secret.yaml | 14 + - charts/loki-stack/charts/loki-stack/charts/loki/templates/service-headless.yaml | 24 + - charts/loki-stack/charts/loki-stack/charts/loki/templates/service.yaml | 43 + - charts/loki-stack/charts/loki-stack/charts/loki/templates/serviceaccount.yaml | 16 + - charts/loki-stack/charts/loki-stack/charts/loki/templates/servicemonitor.yaml | 38 + - charts/loki-stack/charts/loki-stack/charts/loki/templates/statefulset.yaml | 150 ++++ - charts/loki-stack/charts/loki-stack/charts/loki/values.yaml | 281 ++++++ - charts/loki-stack/charts/loki-stack/charts/prometheus/.helmignore | 23 + - charts/loki-stack/charts/loki-stack/charts/prometheus/Chart.lock | 6 + - charts/loki-stack/charts/loki-stack/charts/prometheus/Chart.yaml | 30 + - charts/loki-stack/charts/loki-stack/charts/prometheus/README.md | 226 +++++ - .../charts/loki-stack/charts/prometheus/charts/kube-state-metrics/.helmignore | 21 + - .../charts/loki-stack/charts/prometheus/charts/kube-state-metrics/Chart.yaml | 19 + - .../charts/loki-stack/charts/prometheus/charts/kube-state-metrics/OWNERS | 6 + - .../charts/loki-stack/charts/prometheus/charts/kube-state-metrics/README.md | 68 ++ - .../loki-stack/charts/prometheus/charts/kube-state-metrics/templates/NOTES.txt | 10 + - .../charts/prometheus/charts/kube-state-metrics/templates/_helpers.tpl | 79 ++ - .../prometheus/charts/kube-state-metrics/templates/clusterrolebinding.yaml | 20 + - .../charts/prometheus/charts/kube-state-metrics/templates/deployment.yaml | 148 ++++ - .../charts/prometheus/charts/kube-state-metrics/templates/kubeconfig-secret.yaml | 12 + - .../loki-stack/charts/prometheus/charts/kube-state-metrics/templates/pdb.yaml | 14 + - .../charts/prometheus/charts/kube-state-metrics/templates/podsecuritypolicy.yaml | 39 + - .../charts/prometheus/charts/kube-state-metrics/templates/psp-clusterrole.yaml | 19 + - .../prometheus/charts/kube-state-metrics/templates/psp-clusterrolebinding.yaml | 16 + - .../loki-stack/charts/prometheus/charts/kube-state-metrics/templates/role.yaml | 196 +++++ - .../charts/prometheus/charts/kube-state-metrics/templates/rolebinding.yaml | 24 + - .../charts/prometheus/charts/kube-state-metrics/templates/service.yaml | 35 + - .../charts/prometheus/charts/kube-state-metrics/templates/serviceaccount.yaml | 15 + - .../charts/prometheus/charts/kube-state-metrics/templates/servicemonitor.yaml | 43 + - .../charts/prometheus/charts/kube-state-metrics/templates/stsdiscovery-role.yaml | 26 + - .../prometheus/charts/kube-state-metrics/templates/stsdiscovery-rolebinding.yaml | 17 + - .../charts/loki-stack/charts/prometheus/charts/kube-state-metrics/values.yaml | 216 +++++ - charts/loki-stack/charts/loki-stack/charts/prometheus/templates/NOTES.txt | 112 +++ - charts/loki-stack/charts/loki-stack/charts/prometheus/templates/_helpers.tpl | 282 ++++++ - .../charts/loki-stack/charts/prometheus/templates/alertmanager/clusterrole.yaml | 21 + - .../loki-stack/charts/prometheus/templates/alertmanager/clusterrolebinding.yaml | 20 + - .../charts/loki-stack/charts/prometheus/templates/alertmanager/cm.yaml | 19 + - .../charts/loki-stack/charts/prometheus/templates/alertmanager/deploy.yaml | 172 ++++ - .../charts/loki-stack/charts/prometheus/templates/alertmanager/headless-svc.yaml | 31 + - .../charts/loki-stack/charts/prometheus/templates/alertmanager/ingress.yaml | 57 ++ - .../charts/loki-stack/charts/prometheus/templates/alertmanager/netpol.yaml | 20 + - .../charts/loki-stack/charts/prometheus/templates/alertmanager/pdb.yaml | 14 + - .../charts/loki-stack/charts/prometheus/templates/alertmanager/psp.yaml | 46 + - .../charts/loki-stack/charts/prometheus/templates/alertmanager/pvc.yaml | 37 + - .../charts/loki-stack/charts/prometheus/templates/alertmanager/role.yaml | 24 + - .../charts/loki-stack/charts/prometheus/templates/alertmanager/rolebinding.yaml | 23 + - .../charts/loki-stack/charts/prometheus/templates/alertmanager/service.yaml | 53 ++ - .../loki-stack/charts/prometheus/templates/alertmanager/serviceaccount.yaml | 11 + - .../charts/loki-stack/charts/prometheus/templates/alertmanager/sts.yaml | 181 ++++ - .../charts/loki-stack/charts/prometheus/templates/node-exporter/daemonset.yaml | 146 +++ - .../charts/loki-stack/charts/prometheus/templates/node-exporter/psp.yaml | 55 ++ - .../charts/loki-stack/charts/prometheus/templates/node-exporter/role.yaml | 17 + - .../charts/loki-stack/charts/prometheus/templates/node-exporter/rolebinding.yaml | 19 + - .../loki-stack/charts/prometheus/templates/node-exporter/serviceaccount.yaml | 11 + - .../charts/loki-stack/charts/prometheus/templates/node-exporter/svc.yaml | 47 + - .../charts/loki-stack/charts/prometheus/templates/pushgateway/clusterrole.yaml | 21 + - .../loki-stack/charts/prometheus/templates/pushgateway/clusterrolebinding.yaml | 16 + - .../charts/loki-stack/charts/prometheus/templates/pushgateway/deploy.yaml | 119 +++ - .../charts/loki-stack/charts/prometheus/templates/pushgateway/ingress.yaml | 54 ++ - .../charts/loki-stack/charts/prometheus/templates/pushgateway/netpol.yaml | 20 + - .../charts/loki-stack/charts/prometheus/templates/pushgateway/pdb.yaml | 14 + - .../charts/loki-stack/charts/prometheus/templates/pushgateway/psp.yaml | 42 + - .../charts/loki-stack/charts/prometheus/templates/pushgateway/pvc.yaml | 31 + - .../charts/loki-stack/charts/prometheus/templates/pushgateway/service.yaml | 41 + - .../loki-stack/charts/prometheus/templates/pushgateway/serviceaccount.yaml | 11 + - .../charts/loki-stack/charts/prometheus/templates/pushgateway/vpa.yaml | 20 + - .../charts/loki-stack/charts/prometheus/templates/server/clusterrole.yaml | 48 + - .../charts/loki-stack/charts/prometheus/templates/server/clusterrolebinding.yaml | 16 + - charts/loki-stack/charts/loki-stack/charts/prometheus/templates/server/cm.yaml | 82 ++ - .../loki-stack/charts/loki-stack/charts/prometheus/templates/server/deploy.yaml | 304 +++++++ - .../charts/loki-stack/charts/prometheus/templates/server/headless-svc.yaml | 37 + - .../loki-stack/charts/loki-stack/charts/prometheus/templates/server/ingress.yaml | 59 ++ - .../loki-stack/charts/loki-stack/charts/prometheus/templates/server/netpol.yaml | 18 + - charts/loki-stack/charts/loki-stack/charts/prometheus/templates/server/pdb.yaml | 14 + - charts/loki-stack/charts/loki-stack/charts/prometheus/templates/server/psp.yaml | 51 ++ - charts/loki-stack/charts/loki-stack/charts/prometheus/templates/server/pvc.yaml | 39 + - .../charts/loki-stack/charts/prometheus/templates/server/rolebinding.yaml | 20 + - .../loki-stack/charts/loki-stack/charts/prometheus/templates/server/service.yaml | 60 ++ - .../charts/loki-stack/charts/prometheus/templates/server/serviceaccount.yaml | 13 + - charts/loki-stack/charts/loki-stack/charts/prometheus/templates/server/sts.yaml | 286 ++++++ - charts/loki-stack/charts/loki-stack/charts/prometheus/templates/server/vpa.yaml | 24 + - charts/loki-stack/charts/loki-stack/charts/prometheus/values.yaml | 1802 ++++++++++++++++++++++++++++++++++++++ - charts/loki-stack/charts/loki-stack/charts/promtail/.helmignore | 22 + - charts/loki-stack/charts/loki-stack/charts/promtail/Chart.yaml | 13 + - charts/loki-stack/charts/loki-stack/charts/promtail/README.md | 90 ++ - charts/loki-stack/charts/loki-stack/charts/promtail/templates/NOTES.txt | 3 + - charts/loki-stack/charts/loki-stack/charts/promtail/templates/_helpers.tpl | 61 ++ - charts/loki-stack/charts/loki-stack/charts/promtail/templates/clusterrole.yaml | 20 + - .../charts/loki-stack/charts/promtail/templates/clusterrolebinding.yaml | 19 + - charts/loki-stack/charts/loki-stack/charts/promtail/templates/configmap.yaml | 267 ++++++ - charts/loki-stack/charts/loki-stack/charts/promtail/templates/daemonset.yaml | 129 +++ - .../charts/loki-stack/charts/promtail/templates/podsecuritypolicy.yaml | 13 + - charts/loki-stack/charts/loki-stack/charts/promtail/templates/role.yaml | 19 + - charts/loki-stack/charts/loki-stack/charts/promtail/templates/rolebinding.yaml | 20 + - .../loki-stack/charts/loki-stack/charts/promtail/templates/service-headless.yaml | 22 + - .../loki-stack/charts/loki-stack/charts/promtail/templates/service-syslog.yaml | 50 ++ - .../loki-stack/charts/loki-stack/charts/promtail/templates/serviceaccount.yaml | 13 + - .../loki-stack/charts/loki-stack/charts/promtail/templates/servicemonitor.yaml | 34 + - charts/loki-stack/charts/loki-stack/charts/promtail/values.yaml | 219 +++++ - charts/loki-stack/charts/loki-stack/requirements.lock | 24 + - charts/loki-stack/charts/loki-stack/requirements.yaml | 29 + - charts/loki-stack/charts/loki-stack/templates/NOTES.txt | 3 + - charts/loki-stack/charts/loki-stack/templates/_helpers.tpl | 58 ++ - charts/loki-stack/charts/loki-stack/templates/datasources.yaml | 31 + - charts/loki-stack/charts/loki-stack/templates/tests/loki-test-configmap.yaml | 52 ++ - charts/loki-stack/charts/loki-stack/templates/tests/loki-test-pod.yaml | 30 + - charts/loki-stack/charts/loki-stack/values.yaml | 69 ++ - 237 files changed, 14662 insertions(+) - -commit 3a4a0e5cfc22832fa8aa7caf43e4b2c3e468ff8f -Author: Yann Soubeyrand -Date: Wed Feb 16 19:04:04 2022 +0100 - - chore(helm): upgrade dependencies - - charts/loki-stack/Chart.lock | 6 ++++++ - charts/loki-stack/Chart.yaml | 2 +- - 2 files changed, 7 insertions(+), 1 deletion(-) - -commit a94c8575b4a5f5dfabf19e06f5c2b23e768e00c3 -Author: Yann Soubeyrand -Date: Wed Feb 16 18:35:59 2022 +0100 - - chore: use cluster symbolic name in Argo CD project and application destination - - modules/main.tf | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -commit 228c7f4dd4cff32f3800950a561ab1f30c1d51d9 -Author: Yann Soubeyrand -Date: Wed Feb 16 18:35:59 2022 +0100 - - style: format - - modules/eks/main.tf | 2 +- - modules/k3s/main.tf | 2 +- - modules/local.tf | 4 ++-- - modules/main.tf | 6 +++--- - 4 files changed, 7 insertions(+), 7 deletions(-) - -commit 75336fa4c553bc3252b6919ba27877597708d3f9 -Author: Raphaël Pinson -Date: Tue Feb 8 15:15:27 2022 +0100 - - Revert "refactor!: use var.cluster_info" - - This reverts commit c581b5c3d40f16d8f9e356c731557d30b30fd837. - - README.md | 8 ++++++-- - modules/aks/main.tf | 4 +++- - modules/eks/main.tf | 4 +++- - modules/k3s/main.tf | 7 +++++-- - modules/k3s/values.tmpl.yaml | 2 +- - modules/local.tf | 3 ++- - modules/main.tf | 7 +++++-- - modules/variables.tf | 16 ++++++++++------ - 8 files changed, 35 insertions(+), 16 deletions(-) - -commit 5a0d660a508101093a1ed771b5bfffbae7551c98 -Author: Raphaël Pinson -Date: Tue Feb 1 10:17:49 2022 +0100 - - fix: README - - README.md | 8 ++------ - 1 file changed, 2 insertions(+), 6 deletions(-) - -commit e2eb7381e016cbe319401d1696d06923f8530be0 -Merge: cfa1949 c581b5c -Author: Raphaël Pinson -Date: Tue Feb 1 04:12:11 2022 -0500 - - Merge pull request #3 from camptocamp/cluster_info - - refactor!: use var.cluster_info - -commit c581b5c3d40f16d8f9e356c731557d30b30fd837 -Author: Raphaël Pinson -Date: Tue Feb 1 09:48:06 2022 +0100 - - refactor!: use var.cluster_info - - Signed-off-by: Raphaël Pinson - - modules/aks/main.tf | 4 +--- - modules/eks/main.tf | 4 +--- - modules/k3s/main.tf | 7 ++----- - modules/k3s/values.tmpl.yaml | 2 +- - modules/local.tf | 3 +-- - modules/main.tf | 7 ++----- - modules/variables.tf | 16 ++++++---------- - 7 files changed, 14 insertions(+), 29 deletions(-) - -commit cfa1949a67228eb386be18e17062152f28af7574 -Author: Raphaël Pinson -Date: Mon Jan 31 18:59:30 2022 +0100 - - refactor: use values.tmpl.yaml and expose extra_yaml - - Signed-off-by: Raphaël Pinson - - modules/aks/main.tf | 5 ++--- - modules/aks/{values.yaml => values.tmpl.yaml} | 0 - modules/eks/main.tf | 5 ++--- - modules/eks/{values.yaml => values.tmpl.yaml} | 0 - modules/extra_variables.tf | 4 ---- - modules/k3s/main.tf | 5 ++--- - modules/k3s/{values.yaml => values.tmpl.yaml} | 0 - modules/local.tf | 4 ++-- - modules/{profiles/default.yaml => values.tmpl.yaml} | 0 - modules/variables.tf | 4 ++-- - 10 files changed, 10 insertions(+), 17 deletions(-) - -commit 651cd349f9ccf1e7d7a6c1027371fd39c74c913f -Author: modridi -Date: Wed Jan 26 15:25:16 2022 +0100 - - chore: migrate loki-stack - - modules/aks/extra-variables.tf | 16 ++++++++++++++++ - modules/aks/main.tf | 24 +++++++++++++++++++----- - 2 files changed, 35 insertions(+), 5 deletions(-) - -commit 3dfb2789af11c09b4c15eff7f199c83d9cfbc62e -Author: Federico Sismondi -Date: Wed Jan 26 17:20:13 2022 +0100 - - fix: variables.tf changed to symbolic link of upper level - - modules/aks/variables.tf | 30 +----------------------------- - modules/eks/variables.tf | 30 +----------------------------- - modules/k3s/variables.tf | 30 +----------------------------- - 3 files changed, 3 insertions(+), 87 deletions(-) - -commit 3be077b5ee7fda8404b0a0c356f26bc4858f7c98 -Author: Raphaël Pinson -Date: Wed Jan 19 12:22:23 2022 -0500 - - Update README.md - - README.md | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- - 1 file changed, 60 insertions(+), 1 deletion(-) - -commit 5f42fdce037e1aff92024c8e8d52accc991fbe36 -Author: Raphaël Pinson -Date: Tue Jan 18 14:53:53 2022 -0500 - - fix(eks): fix aws_region name - - Signed-off-by: Raphaël Pinson - - modules/eks/main.tf | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -commit 4c8c093bce29242306d4caf1ca12d6c30010e64b -Author: Raphaël Pinson -Date: Tue Jan 18 14:51:53 2022 -0500 - - fix(eks): use cluster_name instead of cluster_id - - Signed-off-by: Raphaël Pinson - - modules/eks/main.tf | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -commit 1185ce7b7181b65296650dcf5564eb11eace9ddb -Author: Raphaël Pinson -Date: Mon Jan 17 14:23:38 2022 -0500 - - fix: var.minio - - Signed-off-by: Raphaël Pinson - - modules/k3s/main.tf | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -commit f41b51246c1f59f7141b72b0e9146b016f0e95e7 -Author: Raphaël Pinson -Date: Wed Jan 12 07:10:34 2022 -0500 - - Init - - Signed-off-by: Raphaël Pinson - - charts/loki-stack/Chart.yaml | 11 +++++++++++ - charts/loki-stack/templates/podmonitor.yaml | 17 +++++++++++++++++ - charts/loki-stack/values.yaml | 18 ++++++++++++++++++ - modules/aks/extra-variables.tf | 0 - modules/aks/main.tf | 30 ++++++++++++++++++++++++++++++ - modules/aks/values.yaml | 24 ++++++++++++++++++++++++ - modules/aks/variables.tf | 29 +++++++++++++++++++++++++++++ - modules/eks/extra-variables.tf | 3 +++ - modules/eks/main.tf | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - modules/eks/values.yaml | 26 ++++++++++++++++++++++++++ - modules/eks/variables.tf | 29 +++++++++++++++++++++++++++++ - modules/extra_variables.tf | 4 ++++ - modules/k3s/extra-variables.tf | 3 +++ - modules/k3s/main.tf | 17 +++++++++++++++++ - modules/k3s/values.yaml | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ - modules/k3s/variables.tf | 29 +++++++++++++++++++++++++++++ - modules/local.tf | 5 +++++ - modules/main.tf | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - modules/outputs.tf | 0 - modules/profiles/default.yaml | 2 ++ - modules/variables.tf | 29 +++++++++++++++++++++++++++++ - modules/versions.tf | 10 ++++++++++ - 22 files changed, 469 insertions(+) - -commit 5e045db97ddf2bf216ff5322c5c2c2d33372a300 -Author: Raphaël Pinson -Date: Wed Jan 12 06:59:53 2022 -0500 - - Initial commit - - LICENSE | 201 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - README.md | 1 + - 2 files changed, 202 insertions(+) diff --git a/sks/main.tf b/sks/main.tf index c60c4d0..a2f61fa 100644 --- a/sks/main.tf +++ b/sks/main.tf @@ -1,12 +1,13 @@ module "loki-stack" { source = "../" - argocd_project = var.argocd_project - argocd_labels = var.argocd_labels - destination_cluster = var.destination_cluster - target_revision = var.target_revision - app_autosync = var.app_autosync - dependency_ids = var.dependency_ids + argocd_project = var.argocd_project + argocd_labels = var.argocd_labels + destination_cluster = var.destination_cluster + target_revision = var.target_revision + enable_service_monitor = var.enable_service_monitor + app_autosync = var.app_autosync + dependency_ids = var.dependency_ids resources = var.resources retention = var.retention diff --git a/variables.tf b/variables.tf index be2a380..e033c8f 100644 --- a/variables.tf +++ b/variables.tf @@ -26,6 +26,12 @@ variable "target_revision" { default = "v10.0.0" # x-release-please-version } +variable "enable_service_monitor" { + description = "Enable Prometheus ServiceMonitor in the Helm chart." + type = bool + default = true +} + variable "helm_values" { description = "Helm chart value overrides. They should be passed as a list of HCL structures." type = any @@ -231,9 +237,3 @@ variable "retention" { error_message = "Variable must not be null." } } - -variable "enable_service_monitor" { - description = "Enable Prometheus ServiceMonitor in the Helm chart." - type = bool - default = true -}