Skip to content

Releases: cloudposse-terraform-components/aws-eks-karpenter-controller

v1.536.2

29 Jun 21:48
76ea93a

Choose a tag to compare

🚀 Enhancements

Clean Up Karpenter @milldr (#37) ## what - Corrected comment - Deleted unused variable

why

  • TLC

references

  • Found during karpenter v1 validation

Summary by CodeRabbit

  • Documentation

    • Removed documentation for the RBAC enable/disable input variable from the README.
    • Updated a comment to clarify namespace creation behavior.
  • Chores

    • Removed the RBAC enable/disable input variable from the configuration options.

🤖 Automatic Updates

Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#40) ## what This is an auto-generated PR that updates the README.md and docs

why

To have most recent changes of README.md and doc from origin templates

v1.536.1

29 Jun 20:23
5e52de8

Choose a tag to compare

chore(deps): restrict aws provider version to < 6.0.0 @Benbentwo (#33) This pull request includes a version constraint update for the AWS provider in the Terraform configuration file `src/versions.tf`. The change ensures compatibility with versions up to but not including 6.0.0.
  • src/versions.tf: Updated the version constraint for the aws provider to >= 4.9.0, < 6.0.0 to ensure compatibility with future versions while avoiding potential breaking changes in version 6.0.0.

🤖 Automatic Updates

Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#39) ## what This is an auto-generated PR that updates the README.md and docs

why

To have most recent changes of README.md and doc from origin templates

v1.536.0

28 Jun 07:09
6815e0e

Choose a tag to compare

chore(deps): restrict helm provider version to ~ 2.0.0 @Benbentwo (#34) This pull request includes a version constraint update for the Helm provider in the Terraform configuration file `src/versions.tf`. The change ensures compatibility with versions up to but not including 3.0.0.

🤖 Automatic Updates

Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#36) ## what This is an auto-generated PR that updates the README.md and docs

why

To have most recent changes of README.md and doc from origin templates

Enable merge queue @goruha (#31) ## what - Added `auto-merge` workflow - Update `settings.yaml` - Fix CodeOwners files

why

  • Support auto merge PRs
  • Create merge queue
  • Implement new CodeOwners policy
Enable merge queue @goruha (#30) ## what - Added `auto-merge` workflow - Update `settings.yaml` - Fix CodeOwners files

why

  • Support auto merge PRs
  • Create merge queue
  • Implement new CodeOwners policy
chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0.40.0 @[renovate[bot]](https://github.com/apps/renovate) (#4) This PR contains the following updates:
Package Type Update Change
terraform-linters/tflint-ruleset-aws plugin minor 0.23.1 -> 0.40.0

Release Notes

terraform-linters/tflint-ruleset-aws (terraform-linters/tflint-ruleset-aws)

v0.40.0

Compare Source

What's Changed

Enhancements
Chores

Full Changelog: terraform-linters/tflint-ruleset-aws@v0.39.0...v0.40.0

v0.39.0

Compare Source

What's Changed

Enhancements
Bug Fixes
Chores
Read more

v1.535.2

04 Apr 10:14
7798e07

Choose a tag to compare

Add component tests @goruha (#18) # What * [x] Add `basic` component test * [x] Add `disabled` component test * [x] Test component drifting * [ ] Add any additional use case tests

Why

  • Test basic component features
  • Verify that the component does not create any resources when input enabled: false set
  • Verify that the component does not drift on a second run with the same inputs
  • Add test for any additional than basic use cases for the component

References

Summary by CodeRabbit

  • Refactor
    • Streamlined the execution role assignment for improved clarity.
  • Chores
    • Upgraded a core infrastructure module to a newer version.
    • Removed a redundant test script.
  • Tests
    • Introduced a new test suite to validate component deployment and functionality.
  • New Features
    • Added comprehensive configuration templates and CLI settings.
    • Included vendor configurations and sample setups for diverse infrastructure components.

🤖 Automatic Updates

Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#20) ## what This is an auto-generated PR that updates the README.md and docs

why

To have most recent changes of README.md and doc from origin templates

v1.535.1

21 Jan 19:37
7a55c91

Choose a tag to compare

feat: add support for karpenter metrics in datadog @RoseSecurity (#15) ## what

[!TIP]
Feel free to accept, disregard, or close this addition. We are using it in our environment as it has provided actionable information for us

  • Incorporates toggle for enabling the metrics port and annotations for exposing Karpenter metrics to the Datadog agent
  • This check uses OpenMetrics to collect metrics from the OpenMetrics endpoint that Karpenter exposes, which requires Python 3.

why

dashboard

  • Adds support for monitoring the health and performance of Karpenter
  • Makes metrics accessible in the Datadog Karpenter Overview Dashboard

[!NOTE]
The listed metrics can only be collected if they are available. Some metrics are generated only when certain actions are performed. For example, the karpenter.nodes.terminated metric is exposed only after a node is terminated.

references

Summary by CodeRabbit

  • New Features

    • Added configurable metrics and monitoring options for Karpenter deployment.
    • Introduced new variables to control metrics exposure and port configuration.
    • Enhanced Karpenter deployment with Datadog monitoring capabilities.
  • Configuration

    • Added support for dynamic replica count configuration.
    • Implemented optional metrics and logging settings.

🤖 Automatic Updates

Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#16) ## what This is an auto-generated PR that updates the README.md and docs

why

To have most recent changes of README.md and doc from origin templates

v1.535.0

04 Jan 11:22
d73d190

Choose a tag to compare

Migrate component from cloudposse/terraform-aws-components

v1.534.0

04 Jan 11:06
d73d190

Choose a tag to compare

Migrate component from cloudposse/terraform-aws-components

v1.533.0

13 Dec 19:52
d48b52a

Choose a tag to compare

Migrate component from cloudposse/terraform-aws-components

v1.532.0

27 Nov 11:35
5081cb9

Choose a tag to compare

Migrate component from cloudposse/terraform-aws-components