chore: update AKSFlexNode to v0.0.17 and adjust Kubernetes version in…#51
Merged
chore: update AKSFlexNode to v0.0.17 and adjust Kubernetes version in…#51
Conversation
… user data templates
bcho
approved these changes
Mar 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request primarily updates dependencies and standardizes the Kubernetes version handling across the codebase. The main changes include bumping the
AKSFlexNodedependency to v0.0.17, introducing thegoogle/renameio/v2dependency, 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:
github.com/Azure/AKSFlexNodefrom v0.0.16 to v0.0.17 incli/go.mod,karpenter/go.mod, andplugin/go.mod. [1] [2] [3]github.com/google/renameio/v2 v2.0.2in allgo.modfiles (cli/go.mod,karpenter/go.mod,plugin/go.mod). [1] [2] [3]Kubernetes version management:
flex.DefaultKubeVerin CLI flag definition, improving maintainability.defaultKubeVerto exportedDefaultKubeVerin the plugin, and update its usage in option defaults. [1] [2]User data and configuration updates: