Skip to content

chore: update AKSFlexNode to v0.0.17 and adjust Kubernetes version in…#51

Merged
bcho merged 1 commit intomainfrom
update-flex-node-version
Mar 12, 2026
Merged

chore: update AKSFlexNode to v0.0.17 and adjust Kubernetes version in…#51
bcho merged 1 commit intomainfrom
update-flex-node-version

Conversation

@anson627
Copy link
Contributor

This pull request primarily updates dependencies and standardizes the Kubernetes version handling across the codebase. The main changes include bumping the AKSFlexNode dependency to v0.0.17, introducing the google/renameio/v2 dependency, and improving how the default Kubernetes version is managed and referenced in both the CLI and plugin code. Additionally, the Ubuntu user data script is updated to use the Kubernetes v1.34 APT repository.

Dependency updates:

  • Bump github.com/Azure/AKSFlexNode from v0.0.16 to v0.0.17 in cli/go.mod, karpenter/go.mod, and plugin/go.mod. [1] [2] [3]
  • Add new dependency github.com/google/renameio/v2 v2.0.2 in all go.mod files (cli/go.mod, karpenter/go.mod, plugin/go.mod). [1] [2] [3]

Kubernetes version management:

  • Replace hardcoded default Kubernetes version with flex.DefaultKubeVer in CLI flag definition, improving maintainability.
  • Promote defaultKubeVer to exported DefaultKubeVer in the plugin, and update its usage in option defaults. [1] [2]

User data and configuration updates:

  • Update Ubuntu user data to use the Kubernetes v1.34 APT repository instead of v1.33.…

@bcho bcho merged commit 234b342 into main Mar 12, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants