Releases: ManagedKube/kubernetes-ops
Releases · ManagedKube/kubernetes-ops
v1.0.29 - Cert-manager Module
Cert manager (#200)
v1.0.28 - External DNS module
External-dns helm module (#198)
v1.0.27 - Helm Generic update
This update adds in the ability to pass in 2 helm files. The use case is if you are creating a module that uses this helm generic module, you can set your module's helm default and then let the users of your module additionally pass in another values file for additional customization of the helm deployment.
v1.0.26 - Istio module - 1.11.0
- Installs Istio 1.11.0
v1.0.25 - EKS Updates
- Updating the source AWS EKS Terrform module to use: https://github.com/terraform-aws-modules/terraform-aws-eks/releases/tag/v17.20.0
- Fixing private EKS SG usage
v1.0.24 - Updating the VPC module to use v3.7.0
We are using the source AWS VPC module. Updating to the latest version:
source = "terraform-aws-modules/vpc/aws"
version = "3.7.0"
v1.0.23 - VPC - NAT EIP
- Adds the ability to associate an EIP to the NAT Gateways
v1.0.22 - EKS Private endpoint
Adding private access sg flag (#172)
v1.0.21 - EKS Private Endpoints
Adds private endpoint variables