-
Couldn't load subscription status.
- Fork 259
chore: Clean up release/v1.4 references in master due to EOL #3884
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
This PR performs EOL (End of Life) cleanup for the release/v1.4 branch by removing version references and dependency configurations that are no longer needed. The cleanup involves adding clarifying comments to hardcoded version references and removing dependabot configurations.
- Adds clarifying comments to hardcoded v1.4.x image versions across multiple YAML files to question if they need updating
- Removes dependabot configurations that were specifically targeting the release/v1.4 branch
- Completely removes a specific v1.4.39.1 YAML configuration file
Reviewed Changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| test/kubemark/aks-e/azure-npm-with-kubemark.yaml | Added comment questioning if v1.4.9 image version needs updating |
| npm/examples/azure-npm-lite.yaml | Added comment questioning if v1.4.45.3 image version needs updating |
| npm/deploy/npm/azure-npm.yaml | Added comment questioning if v1.4.1 image version needs updating |
| npm/deploy/manifests/daemon/azure-npm.yaml | Added comment questioning if v1.4.1 image version needs updating |
| npm/deploy/manifests/controller/azure-npm.yaml | Added comment questioning if v1.4.1 image version needs updating |
| npm/deploy/kustomize/overlays/daemon/deployment.yaml | Added comment questioning if v1.4.1 image version needs updating |
| npm/deploy/kustomize/overlays/controller/deployment.yaml | Added comment questioning if v1.4.1 image version needs updating |
| npm/azure-npm.yaml | Added comment questioning if v1.4.45.3 image version needs updating |
| cns/azure-cns.yaml | Added comment questioning if v1.4.7 image version needs updating |
| cns/azure-cns-windows.yaml | Added misplaced comment on container name instead of image version |
| .pipelines/mdnc/azure-cns-cni.yaml | Added comment questioning if v1.4.32 image version needs updating |
| .pipelines/mdnc/azure-cns-cni-1.4.39.1.yaml | Completely removed the file containing v1.4.39.1 configuration |
| .github/dependabot.yaml | Removed dependabot configurations targeting release/v1.4 branch |
| Leaving comments on NPM related files for a follow up PR. |
| /azp run Azure Container Networking PR |
| Azure Pipelines successfully started running 1 pipeline(s). |
* chore: remove release/v1.4 dependabot trigger * chore: remove clearly defined v1.4 files * chore: adjust versioning on example and test yamls? * chore: remove mdnc references
Reason for Change:
Typical EOL cleanup:
Issue Fixed:
Requirements:
Notes: