Change Summary This commit introduces significant updates to the CI/CD pipeline and Terraform configurations. Key changes include the addition of new GitHub Actions workflows for deploying and plan...
New AI review bot workflow added.
Change Summary This update introduces a new GitHub Actions workflow for an AI review bot and modifies the configuration file for a PR agent. The changes aim to automate and enhance the code review ...
Update workflow, agent config, database, monitoring.
Change Summary This update involves several key changes across different configuration files and modules. The primary focus is on enhancing the GitHub Actions workflow, configuring a new PR agent, ...
Update database module with metrics.
Change Summary This update introduces a new configuration parameter to enable metrics collection for the PostgreSQL database managed by ArgoCD. Specifically, the metrics.enabled parameter has been ...
Update Grafana target revision 9.0.
Change Summary This git diff highlights an update in the monitoring module of our Infrastructure as Code (IaC) setup. Specifically, the target revision of the Grafana Helm chart has been updated fr...
Update PostgreSQL module with metrics.
Change Summary This update introduces a new parameter to the PostgreSQL configuration within the main.tf file of the database module. Specifically, the metrics.enabled parameter has been added and ...
Added metrics enabled parameter.
Change Summary This update introduces a new configuration parameter to enable metrics collection for the PostgreSQL database managed by the ArgoCD application. Specifically, the metrics.enabled par...
Metrics enabled in PostgreSQL module.
Change Summary This update introduces a new configuration parameter to enable metrics collection for the PostgreSQL database managed by Argo CD. Specifically, the metrics.enabled parameter has been...
Update Grafana target revision.
Change Summary The latest update to the main.tf file within the monitoring module involves upgrading the Grafana Helm chart from version 9.0 to 10.4.2. This change is aimed at leveraging the latest...
Updated Terraform plan logging configuration.
Change Summary This git diff modifies the plan.yml GitHub Actions workflow file, specifically updating the tg_command and tg_comment parameters used in the Terragrunt action. The changes enhance lo...