Skip to content

v0.0.5

Latest
Compare
Choose a tag to compare
@dylanturn dylanturn released this 22 Nov 15:51
· 23 commits to main since this release
4ead87e

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 between0.14 and 2.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 to true
  • 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 to docker.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 to false
  • haproxy_image_name now defaults to haproxy
  • The Redis and HAProxy image repositories are now separately specified using the redis_image_repository and haproxy_image_repository variable.