7.2.0 (2025-01-08)
7.1.1 (2024-10-23)
7.1.0 (2024-10-11)
7.0.0 (2024-10-09)
- point the Argo CD provider to the new repository (#133)
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.
6.3.0 (2024-08-29)
6.2.0 (2024-08-29)
6.1.0 (2024-08-20)
6.0.0 (2024-08-15)
- chart: minor update of dependencies on argocd chart (#119)
- the minimum Kubernetes version is now 1.25;
- Argo CD is now upgraded to version 2.12.0; please check the upgrade guide to see if you are affected by any of the changes;
5.5.0 (2024-08-15)
5.4.0 (2024-08-06)
5.3.0 (2024-07-10)
5.2.0 (2024-06-18)
5.1.0 (2024-06-11)
5.0.0 (2024-06-11)
- chart: major update of dependencies on argocd chart:
- The upstream chart has removed multiple configurations that should not affect you unless you overload any of the following attributes using the
helm_values
variable:- deprecated component options
logLevel
andlogFormat
- deprecated component arguments
<components>.args.<feature>
that were replaced withconfigs.params
- deprecated configuration
server.config
that was replaced withconfigs.cm
- deprecated configuration
server.rbacConfig
that was replaced withconfigs.rbac
- deprecated component options
- The upstream chart has removed multiple configurations that should not affect you unless you overload any of the following attributes using the
- chart: major update of dependencies on argocd chart (52543df)
- modify the Helm values to support new chart version (a2127c9)
4.5.0 (2024-05-29)
4.4.1 (2024-04-16)
- adjust the resources and remove default limits (6818519)
- aks: remove deprecated label from repo server service account for workload id (cc58a8a)
4.4.0 (2024-03-14)
- plugins: set loglevel to warning on helmfile and kustomize (71c1c50)
4.3.0 (2024-03-01)
- make the dashboard deployment dynamic (caa397b)
4.2.0 (2024-02-23)
4.1.0 (2024-02-23)
- add a subdomain variable (3ec9b23)
- make subdomain variable non-nullable (45fbff4)
- remove annotation for the redirection middleware (94449d0)
4.0.0 (2024-01-19)
- remove the ArgoCD namespace variable
- remove the namespace variable
- hardcode the release name to remove the destination cluster
- hardcode the release name to remove the destination cluster (7076e8b)
- remove the ArgoCD namespace variable (5dd52e9)
- remove the namespace variable (ee1eeed)
3.5.2 (2023-12-21)
- add ServiceMonitors to fix missing metrics on Prometheus (c48afda)
- increase default resources for the app controller and repo server (90d9c50)
3.5.1 (2023-11-13)
3.5.0 (2023-11-10)
- add HA configuration and resource requests/limits (ad6e736)
- add standard variables and variable to add labels to Argo CD app (113d13c)
- add variable to allow the use of the unified AppProject (5811d53)
- add way to create a unified AppProject to use by all the modules (6ffd06b)
- use the cluster issuer created on all cert-manager variants (53d5286)
3.4.1 (2023-11-10)
3.4.0 (2023-09-08)
3.3.0 (2023-08-28)
- The underlying chart upgrades Argo CD image from 2.8.0 to 2.8.1.
3.2.0 (2023-08-18)
3.1.3 (2023-08-11)
3.1.2 (2023-07-19)
3.1.1 (2023-07-12)
3.1.0 (2023-07-11)
- add validation to the helmfile_cmp variable (8fc31b7)
- upgrade Argo CD chart (d99bf8b)
- variabilize env variables + version for the helmfile-cmp plugin (8fc31b7)
- variabilize RBAC, SSH known hosts and web terminal activation (c8d6440)
- get Argo CD version from Chart.yaml (51c0786)
3.0.0 (2023-07-10)
- add support to oboukili/argocd >= v5 (#57)
2.1.0 (2023-06-29)
2.0.0 (2023-06-09)
- add helmfile-sops custom plugin installation (#51)
1.1.2 (2023-06-02)
1.1.1 (2023-05-25)
1.1.0 (2023-04-13)
1.0.0 (2023-04-06)
1.0.0-alpha.9 (2023-03-27)
1.0.0-alpha.8 (2023-03-22)
1.0.0-alpha.7 (2023-03-10)
1.0.0-alpha.6 (2023-02-07)
1.0.0-alpha.5 (2023-01-30)
- refact main argocd module (#28)
1.0.0-alpha.4 (2022-12-21)
1.0.0-alpha.3 (2022-12-20)
1.0.0-alpha.2 (2022-12-16)
- separate variables for bootstrap module
- oidc: pass argocd specific oidc configuration as variable
- disable Dex by default
- oidc: use a different client for CLI
- disable Dex by default
- move Terraform module at repository root
- use var.cluster_info
- Add a variable to choose a branch (39e25be)
- add bootstrap submodule (98332d3)
- add eks (2c73f76)
- always set argoCD to insecure for provider (c9a7def)
- disable Dex by default (8ae2272)
- disable Dex by default (318dd17)
- oidc: pass argocd specific oidc configuration as variable (afe1b10)
- remove k3s and eks submodules, add admin_enabled variable (55094b4)
- add default value for oidc (459d4a1)
- argocd_application: set wait=true (989463b)
- bootstrap: correct Helm chart path (23a23d6)
- chart: do not hardcode dependencies versions in Chart.yaml (6aa7e5a)
- configure OIDC after bootstrap (a18b7ad)
- configure OIDC after bootstrap (de69047)
- do not delay Helm values evaluation (ae809cc)
- do not delay Helm values evaluation (3026256)
- improve convergence (190e04d)
- merge conflict (45e5b54)
- oidc: do not alter default requested scopes (dbf86f5)
- oidc: use a different client for CLI (ded6a3a)
- pass server_admin_password as htpassword bcrypt (976e51e)
- README (c5415dc)
- separate variables for bootstrap module (0cddc54)