Conversation
|
Images are ready for the commit at e909c2a. To use with deploy scripts, first |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #19003 +/- ##
=======================================
Coverage 49.52% 49.52%
=======================================
Files 2666 2666
Lines 201181 201181
=======================================
+ Hits 99633 99634 +1
+ Misses 94112 94111 -1
Partials 7436 7436
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
The backport to To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-4.10 release-4.10
# Navigate to the new working tree
cd .worktrees/backport-release-4.10
# Create a new branch
git switch --create backport-19003-to-release-4.10
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 dba6a176230312eee6fa58937735c47b9749ef91
# Push it to GitHub
git push --set-upstream origin backport-19003-to-release-4.10
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-4.10Then, create a pull request where the |
(cherry picked from commit dba6a17)
|
The backport to To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-4.8 release-4.8
# Navigate to the new working tree
cd .worktrees/backport-release-4.8
# Create a new branch
git switch --create backport-19003-to-release-4.8
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 dba6a176230312eee6fa58937735c47b9749ef91
# Push it to GitHub
git push --set-upstream origin backport-19003-to-release-4.8
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-4.8Then, create a pull request where the |
|
The backport to To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-4.9 release-4.9
# Navigate to the new working tree
cd .worktrees/backport-release-4.9
# Create a new branch
git switch --create backport-19003-to-release-4.9
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 dba6a176230312eee6fa58937735c47b9749ef91
# Push it to GitHub
git push --set-upstream origin backport-19003-to-release-4.9
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-4.9Then, create a pull request where the |
(cherry picked from commit dba6a17)
chore: fix docker version (#19003)
Description
Had to update the build and test images because we suddenly started getting:
client version 1.41 is too old. Minimum supported API version is 1.44We were getting those on every push CI job. See stackrox/rox-ci-image#240 for the image update.
User-facing documentation
Testing and quality
Automated testing
How I validated my change
change me!