-
Notifications
You must be signed in to change notification settings - Fork 2
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
Upgrade dependencies 2024-09-02 (#6537) #6548
Merged
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
achave11-ucsc
force-pushed
the
upgrades/2024-09-02
branch
2 times, most recently
from
September 6, 2024 02:50
ae7f16d
to
27e8d3d
Compare
achave11-ucsc
added
upgrade
[process] PR includes commit requiring manual upgrade
deploy:gitlab
[process] PR requires deploying `gitlab` component
deploy:shared
[process] PR requires deploying `shared` component
deploy:runner
[process] PR requires deploying `runner` component
reqs
[process] PR includes commit requiring ``make requirements``
backup:gitlab
[process] PR requires backing up GitLab instances
labels
Sep 6, 2024
achave11-ucsc
force-pushed
the
upgrades/2024-09-02
branch
from
September 6, 2024 04:10
088b0e9
to
c7b1093
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #6548 +/- ##
========================================
Coverage 85.38% 85.38%
========================================
Files 155 155
Lines 20735 20735
========================================
+ Hits 17704 17705 +1
+ Misses 3031 3030 -1 ☔ View full report in Codecov by Sentry. |
achave11-ucsc
force-pushed
the
upgrades/2024-09-02
branch
from
September 6, 2024 21:18
c7b1093
to
6f24c84
Compare
achave11-ucsc
removed
the
upgrade
[process] PR includes commit requiring manual upgrade
label
Sep 6, 2024
achave11-ucsc
force-pushed
the
upgrades/2024-09-02
branch
from
September 6, 2024 21:34
6f24c84
to
cf5cadd
Compare
hannes-ucsc
previously approved these changes
Sep 6, 2024
Security design review
|
hannes-ucsc
previously approved these changes
Sep 10, 2024
achave11-ucsc
added
the
sandbox
[process] Resolution is being verified in sandbox deployment
label
Sep 10, 2024
hannes-ucsc
approved these changes
Sep 10, 2024
This was referenced Sep 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backup:gitlab
[process] PR requires backing up GitLab instances
deploy:gitlab
[process] PR requires deploying `gitlab` component
deploy:runner
[process] PR requires deploying `runner` component
deploy:shared
[process] PR requires deploying `shared` component
orange
[process] Done by the Azul team
reqs
[process] PR includes commit requiring ``make requirements``
sandbox
[process] Resolution is being verified in sandbox deployment
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.
Connected issue: #6537
Checklist
Author
develop
upgrades/yyyy-mm-dd
Upgrade dependencies yyyy-mm-dd
Author (upgrading deployments)
make docker_images.json
and committed the resulting changes or this PR does not modifyazul_docker_images
, or any other variables referenced in the definition of that variableu
tag to commit title or this PR does not require upgrading deploymentsupgrade
or does not require upgrading deploymentsdeploy:shared
or does not modifydocker_images.json
, and does not require deploying theshared
component for any other reasondeploy:gitlab
or does not require deploying thegitlab
componentbackup:gitlab
deploy:runner
or does not require deploying therunner
imageAuthor (before every review)
develop
, squashed old fixupsmake requirements_update
or this PR does not modifyrequirements*.txt
,common.mk
,Makefile
andDockerfile
R
tag to commit title or this PR does not modifyrequirements*.txt
reqs
or does not modifyrequirements*.txt
make integration_test
passes in personal deployment or this PR does not modify functionality that could affect the IT outcomeSystem administrator (after approval)
no demo
Operator (before pushing merge the commit)
develop
_select dev.shared && CI_COMMIT_REF_NAME=develop make -C terraform/shared apply_keep_unused
or this PR is not labeleddeploy:shared
dev
(see operator manual for details) or this PR is not labeledbackup:gitlab
_select dev.gitlab && CI_COMMIT_REF_NAME=develop make -C terraform/gitlab apply
or this PR is not labeleddeploy:gitlab
_select anvildev.shared && CI_COMMIT_REF_NAME=develop make -C terraform/shared apply_keep_unused
or this PR is not labeleddeploy:shared
anvildev
(see operator manual for details) or this PR is not labeledbackup:gitlab
_select anvildev.gitlab && CI_COMMIT_REF_NAME=develop make -C terraform/gitlab apply
or this PR is not labeleddeploy:gitlab
deploy:gitlab
deploy:gitlab
System administrator
dev.gitlab
are complete or this PR is not labeleddeploy:gitlab
anvildev.gitlab
are complete or this PR is not labeleddeploy:gitlab
Operator (before pushing merge the commit)
_select dev.gitlab && make -C terraform/gitlab/runner
or this PR is not labeleddeploy:runner
_select anvildev.gitlab && make -C terraform/gitlab/runner
or this PR is not labeleddeploy:runner
sandbox
labeldev
anvildev
sandbox
deploymentanvilbox
deploymentsandbox
deploymentanvilbox
deploymentp
tagsOperator (after pushing the merge commit)
dev
anvildev
dev
dev
anvildev
anvildev
_select dev.shared && make -C terraform/shared apply
or this PR is not labeleddeploy:shared
_select anvildev.shared && make -C terraform/shared apply
or this PR is not labeleddeploy:shared
dev
anvildev
Operator
anvildev.shared
was last deployedscript/export_inspector_findings.py
againstanvildev
, imported results to Google Sheet and posted screenshot of relevant1 findings as a comment on the connected issue.deploy:shared
,deploy:gitlab
,deploy:runner
andbackup:gitlab
labels to the next promotion PRs or this PR carries none of these labelsdeploy:shared
,deploy:gitlab
,deploy:runner
andbackup:gitlab
labels, from the description of this PR to that of the next promotion PRs or this PR carries none of these labels1A relevant finding is a high or critical vulnerability in an image
that is used within the security boundary. Images not used within the boundary
are tracked in
azul.docker_images
under a key starting with_
.System administrator
Shorthand for review comments
L
line is too longW
line wrapping is wrongQ
bad quotesF
other formatting problem