release: v7.0.1 - #562
Merged
Merged
Conversation
David Gamero (davidgamero)
approved these changes
Aug 31, 2026
David Gamero (davidgamero)
left a comment
Collaborator
There was a problem hiding this comment.
lgtm
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.
Summary
Cuts v7.0.1 of
Azure/k8s-deploy. Merging this PR triggersrelease-pr.yml, which tagsv7.0.1, moves thev7major tag, and publishes the GitHub Release.Patch release: fixes, one security fix, docs, and dependency bumps. No breaking changes, no new features, so the
v7major tag moves safely for existing consumers.Security
#560 — command injection in
az aks command invoke.PrivateKubectl.executeflattened its argv array withargs.join(' ')and passed the result toaz aks command invoke --command. The run-command pod uses its own high-privilege service account, so this escaped whatever RBAC the workflow's kubeconfig was scoped to.Values that reached the command string unescaped:
metadata.name, via the temp filename passed to-fnamespaceinput, which workflows commonly build fromgithub.head_ref(git permits;,$,`,|,&in branch names)What's included since v7.0.0
8 commits.
az aks command invoke; honoursilent; drop unusedminimistNewReplicaSetnamek8s-bakev4.1.1+ in the bake exampleFile changes
CHANGELOG.md— new[7.0.1]entry, formatted to match prior entriespackage.json+package-lock.json—7.0.0→7.0.1README.mdalready references@v7, so no doc bump is needed for a patch.lib/is gitignored and built at release time.