Skip to content

Latest commit

 

History

History
548 lines (282 loc) · 29.5 KB

CHANGELOG.md

File metadata and controls

548 lines (282 loc) · 29.5 KB

Changelog

7.2.0 (2025-01-08)

Features

7.1.1 (2024-10-23)

Bug Fixes

  • dashboards: add release in file name to avoid duplicates (#138) (e8c0d9b)

7.1.0 (2024-10-11)

Features

  • chart: minor update of dependencies on argocd chart (#132) (635a11c)

Bug Fixes

  • grafana panels uses angular deprecated plugin (#135) (60bdfea)

7.0.0 (2024-10-09)

⚠ BREAKING CHANGES

  • point the Argo CD provider to the new repository (#133)

Features

  • point the Argo CD provider to the new repository (#133) (86616d9)

Migrate provider source oboukili -> argoproj-labs

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):

  1. First, make sure you are already using version 6.2.0 of the oboukili/argocd provider.

  2. 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]
  1. 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.

  2. 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.

  3. 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.
  1. Perform a terraform init -upgrade to upgrade your local .terraform folder.

  2. Run a terraform plan or terraform apply and you should see that everything is OK and that no changes are necessary.

6.3.0 (2024-08-29)

Features

  • chart: minor update of dependencies on argocd chart (#127) (476c9d7)

6.2.0 (2024-08-29)

Features

  • chart: patch update of dependencies on argocd chart (#126) (1a6621f)

6.1.0 (2024-08-20)

Features

  • chart: patch update of dependencies on argocd chart (#124) (ad9dd42)

6.0.0 (2024-08-15)

⚠ BREAKING CHANGES

  • 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;

Features

  • chart: minor update of dependencies on argocd chart (#119) (1cb0c92)

5.5.0 (2024-08-15)

Features

  • chart: patch update of dependencies on argocd chart (#117) (8c93fda)

5.4.0 (2024-08-06)

Features

  • update prometheus rule to be more flexible (#114) (5f80f8a)

5.3.0 (2024-07-10)

Features

  • chart: minor update of dependencies on argocd chart (#113) (67e4086)

5.2.0 (2024-06-18)

Features

  • chart: patch update of dependencies on argocd chart (#110) (2fba6b6)

5.1.0 (2024-06-11)

Features

  • chart: minor update of dependencies on argocd chart (#108) (ae51f89)

5.0.0 (2024-06-11)

⚠ BREAKING CHANGES

  • 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 and logFormat
      • deprecated component arguments <components>.args.<feature> that were replaced with configs.params
      • deprecated configuration server.config that was replaced with configs.cm
      • deprecated configuration server.rbacConfig that was replaced with configs.rbac

Features

  • chart: major update of dependencies on argocd chart (52543df)
  • modify the Helm values to support new chart version (a2127c9)

Bug Fixes

  • add domain value (fae7776)
  • fix typo that prevented OIDC configuration apply (e5bec3f)

4.5.0 (2024-05-29)

Features

  • add variables to set resource requests/limits on plugins (#104) (9f6789e)

4.4.1 (2024-04-16)

Bug Fixes

  • 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)

Features

  • plugins: set loglevel to warning on helmfile and kustomize (71c1c50)

4.3.0 (2024-03-01)

Features

  • make the dashboard deployment dynamic (caa397b)

Bug Fixes

  • delete legacy OpenShift template (533db1f)
  • remove legacy ingress annotations (ae712db)

4.2.0 (2024-02-23)

Features

  • chart: minor update of dependencies on argocd chart (#79) (f29d7be)

4.1.0 (2024-02-23)

Features

  • add a subdomain variable (3ec9b23)

Bug Fixes

  • make subdomain variable non-nullable (45fbff4)
  • remove annotation for the redirection middleware (94449d0)

4.0.0 (2024-01-19)

⚠ BREAKING CHANGES

  • remove the ArgoCD namespace variable
  • remove the namespace variable
  • hardcode the release name to remove the destination cluster

Bug Fixes

  • 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)

Bug Fixes

  • 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)

Bug Fixes

  • bootstrap: fix the validation of argocd_projects when nothing is passed (#84) (9dd6b96)

3.5.0 (2023-11-10)

Features

  • 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)

Bug Fixes

  • use the cluster issuer created on all cert-manager variants (53d5286)

3.4.1 (2023-11-10)

Bug Fixes

  • fix the activation of the web-terminal on Argo CD (#80) (a23fd8b)

3.4.0 (2023-09-08)

Features

  • chart: minor update of dependencies on argocd chart (#74) (bd8d070)

3.3.0 (2023-08-28)

📝 NOTES

  • The underlying chart upgrades Argo CD image from 2.8.0 to 2.8.1.

Features

  • chart: patch update of dependencies on argocd chart (#73) (68e3f09)

3.2.0 (2023-08-18)

Features

  • chart: minor update of dependencies on argocd chart (#67) (bdeeea4)

3.1.3 (2023-08-11)

Bug Fixes

  • readd support to deactivate auto-sync which was broken by #57 (b6cc545)

3.1.2 (2023-07-19)

Bug Fixes

  • change default to null to not remove the default known_hosts (#62) (08c39c4)

3.1.1 (2023-07-12)

Bug Fixes

  • add default value to the rbac variable (#60) (31dcef0)

3.1.0 (2023-07-11)

Features

  • 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)

Bug Fixes

  • get Argo CD version from Chart.yaml (51c0786)

3.0.0 (2023-07-10)

⚠ BREAKING CHANGES

  • add support to oboukili/argocd >= v5 (#57)

Features

  • add support to oboukili/argocd >= v5 (#57) (886689b)

2.1.0 (2023-06-29)

Features

  • upgrade helmfile cmp with latest helm-sops (#54) (fa33d7c)

2.0.0 (2023-06-09)

⚠ BREAKING CHANGES

  • add helmfile-sops custom plugin installation (#51)

Features

  • add helmfile-sops custom plugin installation (#51) (56cc3b4)

1.1.2 (2023-06-02)

Bug Fixes

  • mount ca cert also for letsencrypt-staging and parameterize secret key (#49) (06a180d)

1.1.1 (2023-05-25)

Documentation

  • add usage and troubleshooting sections (#45) (c23fd1b)

1.1.0 (2023-04-13)

Features

  • support extra accounts token generation (#42) (762ce3e)

1.0.0 (2023-04-06)

Features

  • upgrade argocd helm chart 5.27.1 (#37) (e2c5f0c)

1.0.0-alpha.9 (2023-03-27)

Documentation

  • add docs structure and PR template (#39) (7dc0991)

1.0.0-alpha.8 (2023-03-22)

Features

  • add new default administrator group (#36) (4b66416)

1.0.0-alpha.7 (2023-03-10)

Bug Fixes

  • terraform: change to looser versions constraints as per best practices (#34) (857f793)

1.0.0-alpha.6 (2023-02-07)

Bug Fixes

  • bootstrap: get chart version from Chart.lock (#31) (0a449a9)

Miscellaneous Chores

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

⚠ BREAKING CHANGES

  • refact main argocd module (#28)

Features

Miscellaneous Chores

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

Features

  • chart: update Argo CD chart to v5.14.1 (#22) (ebd91b0)

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

Features

  • wait: add dependency to var app_autosync (#20) (bc53496)

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

Features

  • introduce a variable to set auto sync on the Argo CD application resource (#18) (b8b60e6)

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

⚠ BREAKING CHANGES

  • 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

Features

  • 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)

Bug Fixes

  • 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)

Code Refactoring

  • move Terraform module at repository root (bcde2e5)
  • use var.cluster_info (7f01eca)

Continuous Integration

  • add central workflows including release-please (#15) (92da6a5)