-
Notifications
You must be signed in to change notification settings - Fork 207
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
feat: allow overrides of installed components in case of embargoed CVEs #4785
Merged
Conversation
This file contains 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
timmy-wright
requested review from
juan-lee,
cameronmeissner,
UtheMan,
ganeshkumarashok,
anujmaheshwari1,
AlisonB319,
Devinwong,
lilypan26,
ShiqianTao,
AbelHu,
junjiezhang1997,
jason1028kr and
djsly
as code owners
August 7, 2024 00:45
Pull Request Test Coverage Report for Build 10362481300Details
💛 - Coveralls |
timmy-wright
force-pushed
the
timmy/overrides
branch
from
August 7, 2024 01:07
21341f0
to
b1faa9d
Compare
timmy-wright
force-pushed
the
timmy/overrides
branch
from
August 7, 2024 01:08
b1faa9d
to
bc3d518
Compare
timmy-wright
force-pushed
the
timmy/overrides
branch
from
August 7, 2024 01:40
f922351
to
045f64b
Compare
timmy-wright
force-pushed
the
timmy/overrides
branch
from
August 7, 2024 01:44
045f64b
to
e4be896
Compare
timmy-wright
force-pushed
the
timmy/overrides
branch
from
August 7, 2024 01:54
6fb4365
to
5f46e01
Compare
timmy-wright
force-pushed
the
timmy/overrides
branch
from
August 9, 2024 01:38
1ac630b
to
f1faf05
Compare
Co-authored-by: Cameron Meissner <[email protected]>
cameronmeissner
approved these changes
Aug 12, 2024
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.
What type of PR is this?
/kind feature
What this PR does / why we need it:
This PR adds the ability to specify overrides to AgentBaker components.json so that Microsoft has the capability of building VHDs with fixes for embargoed CVEs without having the details of the CVE in a public GIT repository. This means that when an embargoed VHD is announced, the AKS team can have the VHDs prepared, rolled out globally, and ready for use ahead of our usual release schedule.
A PR to add a README file to the aks-rp repo is here: https://msazure.visualstudio.com/CloudNativeCompute/_git/aks-rp/pullrequest/10610435
PRD links:
Screen snapshot of "run pipeline" screen
Screen snapshot of overrides being applied during a build
Which issue(s) this PR fixes:
Fixes #
Requirements:
Special notes for your reviewer:
Release note: