-
Couldn't load subscription status.
- Fork 259
chore: Clean Up NPM release/v1.4 in Master Due to EOL #3887
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Updates Azure NPM container image references from EOL v1.4.x and v1.5.x versions to the current v1.6.29 release to maintain compatibility with the supported release branch.
- Updates container image versions from v1.4.1, v1.4.45.3, and v1.5.5 to v1.6.29
- Ensures all deployment manifests reference the current supported NPM release
- Removes references to EOL release/v1.4 branch following its July 2025 end-of-life
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| npm/examples/windows/azure-npm.yaml | Updates Windows deployment example from v1.5.5 to v1.6.29 |
| npm/examples/windows/azure-npm-lite-win.yaml | Updates Windows lite deployment example from v1.5.5 to v1.6.29 |
| npm/examples/windows/azure-npm-capz.yaml | Updates Windows CAPZ deployment example from v1.5.5 to v1.6.29 |
| npm/examples/azure-npm-lite.yaml | Updates lite deployment example from v1.4.45.3 to v1.6.29 |
| npm/deploy/npm/azure-npm.yaml | Updates main deployment manifest from v1.4.1 to v1.6.29 |
| npm/deploy/manifests/daemon/azure-npm.yaml | Updates daemon manifest from v1.4.1 to v1.6.29 |
| npm/deploy/manifests/controller/azure-npm.yaml | Updates controller manifest from v1.4.1 to v1.6.29 |
| npm/deploy/kustomize/overlays/daemon/deployment.yaml | Updates daemon kustomize overlay from v1.4.1 to v1.6.29 |
| npm/deploy/kustomize/overlays/controller/deployment.yaml | Updates controller kustomize overlay from v1.4.1 to v1.6.29 |
| npm/azure-npm.yaml | Updates root deployment manifest from v1.4.45.3 to v1.6.29 |
| /azp run Azure Container Networking PR, NPM Scale Test, NPM Conformance Tests |
| Azure Pipelines successfully started running 3 pipeline(s). |
| /azp run Azure Container Networking PR |
| Azure Pipelines successfully started running 1 pipeline(s). |
updated v1.4 to v1.5
updated v1.4 to v1.5
Reason for Change:
Updates the references to
release/v1.4as it is EOL as of July 2025. Also updatesrelease/v1.5torelease/v1.6as that is the current release branch NPM is using.Follow up to: #3884.
Issue Fixed:
Requirements:
Notes: