Releases: automat-it/terraform-aws-eks-auxiliary
Release list
v6.3.36.0
What's Changed
- Added reloader chart by @maksym-mordvaniuk in #92
- Add ServiceMonitor support for all Helm chart services by @mborchuk in #91
- Feature/update-eks-1.36 by @maksym-butusov in #93
New Contributors
- @maksym-mordvaniuk made their first contribution in #92
Full Changelog: v6.3.35.1...v6.3.36.0
v6.3.35.1
Updated helm versions
argocd: 9.4.2 → 9.5.4
aws-alb-ingress-controller: 1.17.1 → 3.2.2
cluster-autoscaler: 9.55.0 → 9.57.0
external-secrets: 2.0.0 → 2.4.0
karpenter: 1.9.0 → 1.12.0
What's Changed
- feature/bump-helm-versions by @maksym-butusov in #90
Full Changelog: v6.3.35.0...v6.3.35.1
v6.3.35.0
Updated helm versions
argocd - 9.4.2
aws-alb-ingress-controller - 1.17.1
cluster-autoscaler -9.55.0
external-dns - 1.20.0
external-secrets - 2.0.0
karpenter - 1.9.0
keda - 2.19.0
What's Changed
- Feature/bump-helm-versions-and-fix-deprication-warning by @maksym-butusov in #88
Full Changelog: v6.3.34.2...v6.3.35.0
v5.2.35.0
Updated helm versions:
argocd - 9.4.2
aws-alb-ingress-controller - 1.17.1
cluster-autoscaler -9.55.0
external-dns - 1.20.0
external-secrets - 2.0.0
karpenter - 1.9.0
keda - 2.19.0
What's Changed
- feature/bump-helm-versions-v5-provider by @maksym-butusov in #89
Full Changelog: v5.2.34.2...v5.2.35.0
v6.3.34.2
What's Changed
- Fix exmaple by @maksym-butusov in #85
- Fix for consolidationPolicy logic by @vhudzeliak in #86
Full Changelog: v6.3.34.1...v6.3.34.2
v5.2.34.2
What's Changed
- Fix for consolidationPolicy logic by @vhudzeliak in #87
Full Changelog: v5.2.34.1...v5.2.34.2
v6.3.34.1
What's Changed
- Implemented new helm-chart -
node-local-dns. To read more here - Added new helm-chart for node-local-dns
- Adjusted Karpenter controller to handle functionality with node-local-dns (Expected drift in terraform, during apply ❗). NO distruptions expected ❗
How to use new feature of node-local-dns?
Example:
services = {
local-dns = {
enabled = true
local_ip = "169.254.20.10" # default values of the module
upstream_cluster_ip = cidrhost(data.aws_eks_cluster.this.kubernetes_network_config[0].service_ipv4_cidr, 10)
extra_zones = [
{
name = "aws.com"
cacheTTL = 3600
},
{
name = "amazonaws.com"
cacheTTL = 3600
},
{
name = "prod.local"
cacheTTL = 3600
}
]
}
}
- remove extra spaces by @serg-sva in #82
- feature/Local-Dns-implementation by @maksym-butusov in #83
New Contributors
Full Changelog: v6.3.34.0...v6.3.34.1
v5.2.34.1
What's Changed
- Implemented new helm-chart -
node-local-dns. To read more here - Added new helm-chart for node-local-dns
- Bumped helm provider for module - helm to
3.0.0 - Adjusted Karpenter controller to hadnle fucntionallity with node-local-dns (Expected drift in terraform, during apply ❗). NO distruptions expected ❗
How to use new feature of node-local-dns?
Example:
services = {
local-dns = {
enabled = true
local_ip = "169.254.20.10" # default values of the module
upstream_cluster_ip = cidrhost(data.aws_eks_cluster.this.kubernetes_network_config[0].service_ipv4_cidr, 10)
extra_zones = [
{
name = "aws.com"
cacheTTL = 3600
},
{
name = "amazonaws.com"
cacheTTL = 3600
},
{
name = "prod.local"
cacheTTL = 3600
}
]
}
}
- feature/Local-Dns-implementation-v5 by @maksym-butusov in #84
Full Changelog: v5.2.34.0...v5.2.34.1
v6.3.34.0
What's Changed
❗Breaking changes❗
Resource "kubectl_manifest" "karpenter_default_node_pool" was renamed to "kubectl_manifest" "karpenter_node_pools"
To migrate existing default NodePool need to migrate resource e.g. using next:
moved {
from = module.MODULE_NAME.kubectl_manifest.karpenter_default_node_pool[0]
to = module.MODULE_NAME.kubectl_manifest.karpenter_node_pools["default"]
}
- feature/additional-node-pool by @maksym-butusov in #80
- Consolidation policy optional by @mborchuk in #78
Full Changelog: v2.34.2...v6.3.34.0
v5.2.34.0
What's Changed
❗Breaking changes❗
Resource "kubectl_manifest" "karpenter_default_node_pool" was renamed to "kubectl_manifest" "karpenter_node_pools"
To migrate existing default NodePool need to migrate resource e.g. using next:
moved {
from = module.MODULE_NAME.kubectl_manifest.karpenter_default_node_pool[0]
to = module.MODULE_NAME.kubectl_manifest.karpenter_node_pools["default"]
}
- feature/additional-node-pool-v5-provider by @maksym-butusov in #81
- Consolidation policy optional (v5) by @mborchuk in #79
Full Changelog: v1.34.2...v5.2.34.0