11.0.0 (2025-01-08)
- replace eventHandler by Grafana Alloy (#123)
10.0.0 (2024-10-09)
- point the Argo CD provider to the new repository (#121)
We've tested the procedure found here and we think the order of the steps is not exactly right. This is the procedure we recommend (note that this should be run manually on your machine and not on a CI/CD workflow):
-
First, make sure you are already using version 6.2.0 of the
oboukili/argocd
provider. -
Then, check which modules you have that are using the
oboukili/argocd
provider.
$ terraform providers
Providers required by configuration:
.
├── provider[registry.terraform.io/hashicorp/helm] 2.15.0
├── (...)
└── provider[registry.terraform.io/oboukili/argocd] 6.2.0
Providers required by state:
(...)
provider[registry.terraform.io/oboukili/argocd]
provider[registry.terraform.io/hashicorp/helm]
-
Afterwards, proceed to point *ALL the DevOps Stack modules to the versions that have changed the source on their respective requirements. In case you have other personal modules that also declare
oboukili/argocd
as a requirement, you will also need to update them. -
Also update the required providers on your root module. If you've followed our examples, you should find that configuration on the
terraform.tf
file in the root folder. -
Execute the migration via
terraform state replace-provider
:
$ terraform state replace-provider registry.terraform.io/oboukili/argocd registry.terraform.io/argoproj-labs/argocd
Terraform will perform the following actions:
~ Updating provider:
- registry.terraform.io/oboukili/argocd
+ registry.terraform.io/argoproj-labs/argocd
Changing 13 resources:
module.argocd_bootstrap.argocd_project.devops_stack_applications
module.secrets.module.secrets.argocd_application.this
module.metrics-server.argocd_application.this
module.efs.argocd_application.this
module.loki-stack.module.loki-stack.argocd_application.this
module.thanos.module.thanos.argocd_application.this
module.cert-manager.module.cert-manager.argocd_application.this
module.kube-prometheus-stack.module.kube-prometheus-stack.argocd_application.this
module.argocd.argocd_application.this
module.traefik.module.traefik.module.traefik.argocd_application.this
module.ebs.argocd_application.this
module.helloworld_apps.argocd_application.this
module.helloworld_apps.argocd_project.this
Do you want to make these changes?
Only 'yes' will be accepted to continue.
Enter a value: yes
Successfully replaced provider for 13 resources.
-
Perform a
terraform init -upgrade
to upgrade your local.terraform
folder. -
Run a
terraform plan
orterraform apply
and you should see that everything is OK and that no changes are necessary.
9.0.0 (2024-08-14)
- sks: remove the cluster_id variable
- sks: remove the cluster_id variable (62f869e)
- remove the working_directory attribute in the compactor config (0638108)
8.2.0 (2024-07-15)
- chart: minor update of dependencies on loki-microservice chart (778a453)
8.1.0 (2024-05-17)
8.0.0 (2024-04-23)
- eks: add option to create IAM role for the metrics storage
- This is a breaking change because the attributes of the
logs_storage
variable has changed. Please check the README.adoc to see the differences.
- This is a breaking change because the attributes of the
- eks: add option to create IAM role for the metrics storage (b274598)
7.2.0 (2024-04-16)
- add variable to set resources with default values (b736ecb)
- enable caching for index writes (5fc2b2c)
7.1.0 (2024-03-13)
7.0.1 (2024-01-22)
7.0.0 (2024-01-18)
- hardcode the release name to remove the destination cluster
- remove the ArgoCD namespace variable
- remove the namespace variable
- aks: improve condition on variable validation and reword message (4a55c81)
- aks: remove image tag because chart has been upgraded (31e74f7)
- hardcode the release name to remove the destination cluster (61f2ea9)
- remove the ArgoCD namespace variable (47b8551)
- remove the namespace variable (cad5e08)
6.0.0 (2023-11-10)
- filebeat: remove filebeat since it is no longer used
- filebeat: remove filebeat since it is no longer used (4ebb3b1)
- change Traefik CRD group to the one introduced in v23 of Traefik (c1728dc)
5.2.0 (2023-11-03)
5.1.0 (2023-10-19)
- add standard variables and variable to add labels to Argo CD app (9e2ddb8)
- add variables to set AppProject and destination cluster (43632fc)
5.0.0 (2023-09-08)
- loki-stack: deprecate and remove the loki-stack chart (#95)
The variable distributed_mode
is no longer needed.
For existing clusters that already use Loki in distributed mode, you just need to remove the line distributed_mode = true
and run a terraform apply
. Terrafom should say that no changes need to be applied.
4.0.2 (2023-08-09)
4.0.1 (2023-07-19)
4.0.0 (2023-07-11)
- add support to oboukili/argocd v5 (#75)
3.0.1 (2023-07-04)
3.0.0 (2023-06-28)
- standardize variables like other modules
- add SKS variant with needed configuration to use SOS (145e08b)
- activate insecure mode by default for kind (b4f1441)
- standardize variables like other modules (ba86258)
2.3.0 (2023-06-09)
2.2.0 (2023-05-24)
2.1.0 (2023-05-10)
- azure: storage account key support (#48) (6aa151b)
- loki-stack: set static Grafana agent tag (#54) (2a571f0)
2.0.2 (2023-04-26)
2.0.1 (2023-04-17)
2.0.0 (2023-04-13)
- azure: use managed identity to access object storage (#40)
1.1.0 (2023-04-07)
1.0.0 (2023-03-27)
1.0.0-alpha.13 (2023-03-10)
1.0.0-alpha.12 (2023-03-06)
1.0.0-alpha.11 (2023-02-22)
1.0.0-alpha.10 (2023-02-22)
1.0.0-alpha.9 (2023-02-13)
1.0.0-alpha.8 (2023-02-13)
1.0.0-alpha.7 (2023-02-01)
1.0.0-alpha.6 (2023-01-31)
1.0.0-alpha.5 (2023-01-30)
1.0.0-alpha.4 (2023-01-30)
1.0.0-alpha.3 (2022-12-16)
1.0.0-alpha.2 (2022-12-09)
- move Terraform module at repository root
- use var.cluster_info
- azure: add module (c6f4784)
- do not delay Helm values evaluation (9c50d4d)
- eks: fix aws_region name (5f42fdc)
- eks: helm values syntax (#9) (e7a5976)
- eks: use cluster_name instead of cluster_id (4c8c093)
- README (5a0d660)
- var.minio (1185ce7)
- variables.tf changed to symbolic link of upper level (3dfb278)
- version: add version symlink in cloud folder (a144615)
- wait for app removel before deleting the project (f82a246)