Skip to content

Conversation

@public-glueops-renovatebot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
cloudposse/eks-node-group/aws (source) module minor 3.1.1 -> 3.4.0

Release Notes

cloudposse/terraform-aws-eks-node-group (cloudposse/eks-node-group/aws)

v3.4.0

Compare Source

Reintroduce Cluster Autoscaler `label` and `taint` tags @​tionichm (#​221)

what

  • Uncomment Kubernetes label and taint tags.
  • Merge kubernetes tags with node group tags.

why

  • AWS does not label node groups with these automatically, consequently Cluster Autoscaler would have issues scaling from 0 instances.

references

v3.3.2

Compare Source

Add AL2023_ARM_64_NVIDIA ami type @​ricky26j (#​216)

what

Add AL2023_ARM_64_NVIDIA ami type

why

  • This will allow users to utilize this module for these AMIs, which were first released in April

🤖 Automatic Updates

Fix go version in tests @​osterman (#​215)

what

  • Update go 1.24

why

  • Error loading shared library libresolv.so.2 in Go 1.20

References

chore(deps): bump golang.org/x/net from 0.23.0 to 0.33.0 in /test/src in the go_modules group @​[dependabot[bot]](https://redirect.github.com/apps/dependabot) (#​206) Bumps the go_modules group in /test/src with 1 update: [golang.org/x/net](https://redirect.github.com/golang/net).

Updates golang.org/x/net from 0.23.0 to 0.33.0

Commits
  • dfc720d go.mod: update golang.org/x dependencies
  • 8e66b04 html: use strings.EqualFold instead of lowering ourselves
  • b935f7b html: avoid endless loop on error token
  • 9af49ef route: remove unused sizeof* consts
  • 6705db9 quic: clean up crypto streams when dropping packet protection keys
  • 4ef7588 quic: handle ACK frame in packet which drops number space
  • 552d8ac Revert "route: change from syscall to x/sys/unix"
  • 13a7c01 Revert "route: remove unused sizeof* consts on freebsd"
  • 285e1cf go.mod: update golang.org/x dependencies
  • d0a1049 route: remove unused sizeof* consts on freebsd
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

v3.3.1

Compare Source

feat: Add Bottlerocket FIPS image variants @​matt--williams (#​212)

what

  • Add Bottlerocket FIPS image variants

why

  • Allows users to deploy the FIPS variant, similar to the current NVIDIA variant.

references

  • None

🤖 Automatic Updates

Replace Makefile with atmos.yaml @​osterman (#​211)

what

  • Remove Makefile
  • Add atmos.yaml

why

  • Replace build-harness with atmos for readme genration

References

  • DEV-3229 Migrate from build-harness to atmos

v3.3.0

Compare Source

🚀 Enhancements

Include new AMI types AL2023_x86_64_(NVIDIA|NEURON) @​m-wynn (#​202)

what

  • Amazon has some new AMI types
    • AL2023_x86_64_NEURON
    • AL2023_x86_64_NVIDIA
  • These follow the same SSM parameters
    • /aws/service/eks/optimized-ami/1.31/amazon-linux-2023/x86_64/neuron/amazon-eks-node-al2023-x86_64-neuron-1.31-v20250103/image_id
    • /aws/service/eks/optimized-ami/1.31/amazon-linux-2023/x86_64/nvidia/amazon-eks-node-al2023-x86_64-nvidia-1.31-v20250103/image_id
    • /aws/service/eks/optimized-ami/1.31/amazon-linux-2023/x86_64/neuron/recommended/image_id
    • /aws/service/eks/optimized-ami/1.31/amazon-linux-2023/x86_64/nvidia/recommended/image_id

why

We want to be able to deploy all types of AMIs into our cluster for GPU and ML purposes. These are the AL2023 equivalents of AL2_x86_64_GPU

references

https://github.com/awslabs/amazon-eks-ami/releases
https://aws.amazon.com/blogs/containers/amazon-eks-optimized-amazon-linux-2023-accelerated-amis-now-available/

🐛 Bug Fixes

Bugfixes @​Nuru (#​205)

what

  • Fix use of var.kubernetes_version
  • Configure Terraform to create new node group before destroying old one when switching var.create_before_destroy from false to true
  • Revert code to be compatible with Terraform v1.3
  • Update test dependencies
  • Better tolerance of inputs from disabled EKS cluster module

why

  • Incorrectly treated list as scalar
  • Better user experience to implement create-before-destroy behavior when selecting that behavior
  • Version spec says module is compatible with Terraform 1.3
  • Keep current
  • Reduce special handling needed by client modules when setting enabled=false

references

v3.2.0

Compare Source

feat: Add support for enabling node-repair on worker nodes @​ChrisMcKee (#​203)

what

Adds support for node-repair feature in EKS

why

Its taken AWS years to add basic features to kill off nodes when kubelet dies

references


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@public-glueops-renovatebot public-glueops-renovatebot bot force-pushed the renovate/cloudposse-eks-node-group-aws-3.4.x branch from 4ff6264 to bd00dc9 Compare September 24, 2025 10:26
@public-glueops-renovatebot public-glueops-renovatebot bot force-pushed the renovate/cloudposse-eks-node-group-aws-3.4.x branch from 76f6ad1 to 7c4e7d7 Compare October 9, 2025 04:26
@github-actions github-actions bot added the patch label Oct 9, 2025
@public-glueops-renovatebot public-glueops-renovatebot bot force-pushed the renovate/cloudposse-eks-node-group-aws-3.4.x branch from b062bda to d2089d7 Compare October 9, 2025 05:26
@github-actions github-actions bot removed the patch label Oct 9, 2025
@public-glueops-renovatebot public-glueops-renovatebot bot force-pushed the renovate/cloudposse-eks-node-group-aws-3.4.x branch 2 times, most recently from 88cb785 to 508ae0f Compare October 24, 2025 23:19
@public-glueops-renovatebot public-glueops-renovatebot bot force-pushed the renovate/cloudposse-eks-node-group-aws-3.4.x branch from f526eb3 to 85c0147 Compare October 25, 2025 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants