Releases: SPHTech-Platform/terraform-aws-eks
Releases · SPHTech-Platform/terraform-aws-eks
v0.21.14
v0.21.13
v0.21.12
v0.21.11
What's Changed
- Set variable
resolve_conflicts_on_update
default value toPRESERVE
by @uchinda-sph in #163
Full Changelog: v0.21.10...v0.21.11
v0.21.10
What's Changed
🛠️ Karpenter
- Upgraded Karpenter to version
1.3.3
for improved stability and performance.
🏗️ EKS
- Upgraded cluster to version
1.32
for match with AWS EKS Release
@uchinda-sph in #161
Full Changelog: v0.21.9...v0.21.10
v0.21.9
What's Changed
🏗️ EKS Essentials
- Introduced
adot_addon
variable: A new input variableadot_addon
(type:any
) has been added to provide fine-grained control over the ADOT addon configuration managed by this module. Previously, configuration options were limited or relied on default settings.
module "eks_essentials" {
source = "SPHTech-Platform/eks/aws//modules/essentials"
version = "~> 0.21.9"
adot_addon = {
configuration_values = jsonencode({})
pod_identity_association = [{
role_arn = ""
service_account = ""
}]
resolve_conflicts_on_update = ""
service_account_role_arn = ""
}
by @uchinda-sph in #160
Full Changelog: v0.21.8...v0.21.9
v0.21.8
v0.21.7
What's Changed
- Enable Option to Customize FluentBit Liveness Probe and Readiness Probe by @navfarm in #155
- Updating the Port Type of Fluentbit Readiness and Liveness Probe Variable by @navfarm in #156
- Adding Option to Customize the Toleration of Fluentbit by @navfarm in #157
New Contributors
Full Changelog: v0.21.6...v0.21.7
v0.21.6
What's Changed
- Support karpenter service monitoring for allowing scraping of metrics by @abhinavkumarsph in #153
Full Changelog: v0.21.5...v0.21.6
v0.21.5
What's Changed
- Update EKS version block to 1.33 by @uchinda-sph in #152
Full Changelog: v0.21.4...v0.21.5