chore(port): Port release scripts and renovate config to release - #195
chore(port): Port release scripts and renovate config to release#195mtodor wants to merge 4 commits into
Conversation
E2E Test ResultsCommit: 275d461 |
❌ 2 Tests Failed:
View the full list of 2 ❄️ flaky test(s)
To view more test analytics, go to the Test Analytics Dashboard |
📝 WalkthroughSummary by CodeRabbit
WalkthroughChangesAutomation schedules
Y-stream release automation
Estimated code review effort: 4 (Complex) | ~60 minutes Suggested reviewers: Sequence Diagram(s)sequenceDiagram
participant Operator
participant start-y-stream-release.sh
participant stackrox-mcp
participant Konflux
participant Kustomize
Operator->>start-y-stream-release.sh: Supply version and Konflux repository
start-y-stream-release.sh->>stackrox-mcp: Update release branch and Tekton configuration
start-y-stream-release.sh->>Konflux: Generate release resources
start-y-stream-release.sh->>Kustomize: Validate generated configuration
start-y-stream-release.sh->>stackrox-mcp: Commit repository changes
start-y-stream-release.sh->>Konflux: Commit release configuration
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@scripts/prepare-release.sh`:
- Line 147: Update the RELEASE_AUTHOR assignment in the release preparation flow
to avoid directly expanding unset USER under set -u. Provide a safe fallback,
preferably deriving the author from the configured git identity, while
preserving the existing export behavior.
In `@scripts/start-y-stream-release.sh`:
- Around line 117-138: Update update_tekton_pipelines to discover all relevant
acs-mcp-server Tekton YAML files under tekton_dir using a glob instead of the
hardcoded files array. Preserve the existing per-file yq updates and
missing-file handling while ensuring newly added component pipeline files are
included automatically.
🪄 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: Repository YAML (base), Central YAML (inherited), Organization UI (inherited)
Review profile: ASSERTIVE
Plan: Enterprise
Run ID: fc4a7a8e-29b0-4e3d-afb4-8c68eba599a6
📒 Files selected for processing (8)
.github/dependabot.yml.github/renovate.json5scripts/prepare-release.shscripts/start-y-stream-release.shscripts/templates/release-kustomization.yamlscripts/templates/release-plan-admission-prod.yamlscripts/templates/release-plan-admission-stage.yamlscripts/templates/release-resource.yaml
Description
This PR ports scripts added to help with release and renovate configuration to release branch.
Validation