Skip to content

Releases: camptocamp/devops-stack-module-traefik

v1.0.0-alpha.4

06 Dec 13:52
5d4b82c
Compare
Choose a tag to compare

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

Bug Fixes

v1.0.0-alpha.3

05 Dec 11:14
9925245
Compare
Choose a tag to compare

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

Features

  • chart: bump Chart version to support proxy-protocol (#16) (0530512)

v1.0.0-alpha.2

02 Dec 08:04
32d8ef7
Compare
Choose a tag to compare

1.0.1-alpha.1 (2022-12-01)

Bug Fixes

  • aks: homogenize rg naming convention between modules (bba2613)
  • aks: typo (e6778be)
  • separate DNS zone and cluster resource groups (95c9633)

v1.0.0-alpha.1

18 Nov 10:36
aefd9de
Compare
Choose a tag to compare

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

⚠ BREAKING CHANGES

  • move Terraform module at repository root
  • sks: remove load-balancer (back into cluster module)
  • use var.cluster_info

Features

  • add aks profile (e21da39)
  • add eks profile (9910a51)
  • add SKS and NodePort support (7e1f79f)
  • add support of scaleway (b4ccc2e)
  • allow value overrides (fb09562)
  • make variables optional (633ea88)
  • merge with cloudposse/utils (e878600)
  • move profiles to submodules (13337a2)
  • pass helm values in HCL (ad36585)
  • pass profiles as a list (ee7a018)
  • sks: add base_domain default (10e849a)
  • sks: add nlb_ip_address output (7d28c88)
  • sks: create NLB (426b494)
  • sks: remove load-balancer (back into cluster module) (4f1a28b)
  • use argocd_namespace as variable (2eef211)

Bug Fixes

  • add extra-variables.tf (637fcdb)
  • aks: add resource_group_name variable (7582dd3)
  • aks: compute dns (5399f91)
  • aks: sym link to version so providers get declared (a6526f5)
  • bump to chart version 15 (9c2b44d)
  • do not delay Helm values evaluation (0ee90ec)
  • Fix infinite redirection (9f9b60b)
  • merge extra_yaml in app values (0819118)
  • README (c8ab992)
  • remove deprecated variable azure_dns_label_name (83acc01)
  • scaleway: add output to scaleway (8ca13d2)
  • sks: add versions.tf (ef39596)
  • use ClusterIP for eks (c1b83a6)
  • values.tmpl.yaml reference in sub-modules (e4e1084)
  • wait for app removel before deleting the project (c1c162c)
  • work around argocd terraform provider default values (88c5ccc)

Code Refactoring

  • move Terraform module at repository root (a1798b9)
  • use var.cluster_info (ee1cb82)

Continuous Integration

  • add central workflows including release-please (#14) (add1f51)