Skip to content

Releases: SPHTech-Platform/terraform-aws-eks

v0.21.14

14 Apr 06:51
42d8b81
Compare
Choose a tag to compare

What's Changed

  • enable k8 exclusion in fargate config for fargate logger by @zodilib in #166

Full Changelog: v0.21.13...v0.21.14

v0.21.13

14 Apr 04:48
22d109e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.21.12...v0.21.13

v0.21.12

14 Apr 04:15
7f84af6
Compare
Choose a tag to compare

What's Changed

  • add exclusion of namespaces in fluentbit config logging by @zodilib in #164

Full Changelog: v0.21.11...v0.21.12

v0.21.11

14 Apr 00:11
ccf779c
Compare
Choose a tag to compare

What's Changed

  • Set variable resolve_conflicts_on_update default value to PRESERVE by @uchinda-sph in #163

Full Changelog: v0.21.10...v0.21.11

v0.21.10

10 Apr 07:14
7f87c8b
Compare
Choose a tag to compare

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

09 Apr 05:13
b30aaca
Compare
Choose a tag to compare

What's Changed

🏗️ EKS Essentials

  • Introduced adot_addon variable: A new input variable adot_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

03 Apr 03:15
494d8f8
Compare
Choose a tag to compare

What's Changed

  • Adding Affinity to the FluentBit to Ignore Fargate Nodes by @navfarm in #159

Full Changelog: v0.21.7...v0.21.8

v0.21.7

01 Apr 03:59
e7c6e32
Compare
Choose a tag to compare

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

14 Feb 08:11
3246d9f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.21.5...v0.21.6

v0.21.5

14 Feb 07:22
7f4cc3a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.21.4...v0.21.5