Please note that in the next release the banzaicloud k8s provider will be removed and it's resources replaced with the Kubernetes kubernetes_manifest
resource.
General
- The default ArgoCD image version has been bumped to
v2.1.7
- Updated the Terraform version constraint to support anything between
0.14
and2.0.0
- Updated the Kubernetes provider version to
2.6.1
in preparation for removing the banzaicloud k8s provider. - Added minikube test docs
- Ingress is now optional via the
enable_ingress
variable. Defaults totrue
- Resource customizations added to prevent ingresses from getting stuck in a progressing state
- Added the custom resource definitions for ArgoCD version v2.1.7
Dex
- The default Dex image version has been bumped to
2.30.0
- Added the variable
dex_image_repository
that defaults todocker.io/dexidp
Redis
- The default Redis image version has been bumped to
6.2.6-alpine
- The default HAProxy image version has been bumped to
2.4.8-alpine
enable_ha_redis
defaults tofalse
haproxy_image_name
now defaults tohaproxy
- The Redis and HAProxy image repositories are now separately specified using the
redis_image_repository
andhaproxy_image_repository
variable.