ROX-33123: Bump apollo-ci from 0.5.3 to 0.5.4#19798
ROX-33123: Bump apollo-ci from 0.5.3 to 0.5.4#19798mclasmeier wants to merge 1 commit intomasterfrom
Conversation
Updates all apollo-ci container image references from version 0.5.3 to 0.5.4. This includes stackrox-test, scanner-test, stackrox-ui-test, and stackrox-build variants.
|
Skipping CI for Draft Pull Request. |
📝 WalkthroughSummary by CodeRabbit
WalkthroughAll changes across the codebase involve updating container image versions from 0.5.3 to 0.5.4. This includes updates to Apollo CI images in development containers, CI/CD workflows, build configuration files, and deployment manifests. Approximately 20 lines changed across 14 files with consistent version tag updates. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~15 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@operator/bundle_helpers/requirements.txt`:
- Line 3: Update the pytest comment in requirements.txt to remove "latest
available" wording and clarify the reason for pinning: replace the existing
comment that mentions "latest available" with the suggested text explaining that
pytest==7.0.1 is pinned for compatibility with the
quay.io/stackrox-io/apollo-ci:stackrox-test-0.5.4 job container's Python
version; locate the comment referencing "pytest==7.0.1" in
operator/bundle_helpers/requirements.txt and update it accordingly.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Central YAML (base), Organization UI (inherited)
Review profile: CHILL
Plan: Pro
Run ID: 682bfb37-eb2e-4edd-94e3-6bbb06a63f18
📒 Files selected for processing (14)
.devcontainer/devcontainer.json.github/workflows/batch-load-test-metrics.yml.github/workflows/build.yaml.github/workflows/check-crd-compatibility.yaml.github/workflows/ci-failures-report.yml.github/workflows/fixxxer.yaml.github/workflows/scanner-build.yaml.github/workflows/scanner-db-integration-tests.yaml.github/workflows/scanner-versioned-definitions-update.yaml.github/workflows/unit-tests.yamlBUILD_IMAGE_VERSIONoperator/bundle_helpers/requirements.txtscale/signatures/deploy.yamltests/e2e/run-e2e-tests.sh
🚀 Build Images ReadyImages are ready for commit 1f9aa59. To use with deploy scripts: export MAIN_IMAGE_TAG=4.11.x-543-g1f9aa59a70 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #19798 +/- ##
==========================================
- Coverage 49.59% 49.59% -0.01%
==========================================
Files 2763 2763
Lines 208167 208167
==========================================
- Hits 103250 103248 -2
- Misses 97252 97254 +2
Partials 7665 7665
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:
|
|
@mclasmeier: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Description
Updates all apollo-ci container image references from version 0.5.3 to 0.5.4. This includes stackrox-test, scanner-test, stackrox-ui-test, and stackrox-build variants.
Preparation for ROX-33123.