-
Notifications
You must be signed in to change notification settings - Fork 34
[QA-1608 master] Github template update #433
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
base: master
Are you sure you want to change the base?
Conversation
5f3c671 to
382707d
Compare
3896c77 to
9bf3eaa
Compare
75e03e4 to
27e947a
Compare
8d428d4 to
3ec30a2
Compare
6823b53 to
65194ba
Compare
🔍 Code Analysis ResultsThis PR updates the release workflow to remove the FIPS-compliant build variant, simplifying the overall build and release process. Files Changed Analysis
Architecture & Impact Assessment
Build Process Simplificationgraph TD
subgraph "Before"
A[GoReleaser] --> B[Build Standard Package];
A --> C[Build FIPS Package];
end
subgraph "After"
F[GoReleaser] --> G[Build Standard Package Only];
end
Scope Discovery & Context Expansion
Powered by Visor from Probelabs Last updated: 2025-11-19T23:17:11.675Z | Triggered by: synchronize | Commit: 54cd21d 💡 TIP: You can chat with Visor using |
🔍 Code Analysis Results
Powered by Visor from Probelabs Last updated: 2025-11-19T23:17:12.834Z | Triggered by: synchronize | Commit: 54cd21d 💡 TIP: You can chat with Visor using |
90abdb4 to
3fb7c82
Compare
7b7c052 to
d9883a6
Compare
4151f25 to
54cd21d
Compare
|
This PR overhauls the CI/CD pipeline to modernize the toolchain, expand architecture support, and simplify the release process by removing the FIPS build. However, it introduces a critical regression that will cause DEB and RPM packages to be built without any content. Files Changed Analysis
Architecture & Impact Assessment
Build Process Changesgraph TD
subgraph "Before"
A[GoReleaser] --> B["Build std (amd64, arm64)"];
A --> C["Build fips (amd64)"];
B --> D[Package std];
C --> E[Package fips];
end
subgraph "After"
F[GoReleaser] --> G["Build std (amd64, arm64, s390x)"];
G --> H["<font color=red>Package std (multi-arch)</font><br/><b>Warning: Packages will be empty due to<br/>missing 'contents' and 'scripts' config.</b>"];
end
Scope Discovery & Context Expansion
Metadata
Powered by Visor from Probelabs Last updated: 2025-12-11T15:13:23.708Z | Triggered by: pr_updated | Commit: ce35d99 💡 TIP: You can chat with Visor using |
Security Issues (3)
Architecture Issues (1)
✅ Performance Check PassedNo performance issues found – changes LGTM. Quality Issues (2)
Powered by Visor from Probelabs Last updated: 2025-12-11T15:13:26.838Z | Triggered by: pr_updated | Commit: ce35d99 💡 TIP: You can chat with Visor using |
cab5d67 to
62548c0
Compare
8fbd429 to
e4f1c50
Compare
🚨 Jira Linter FailedCommit: The Jira linter failed to validate your PR. Please check the error details below: 🔍 Click to view error detailsNext Steps
This comment will be automatically deleted once the linter passes. |
List of changes: