chore(release): backmerge main → develop (v3.0.1)#321
Merged
Conversation
lerian-studio-midaz-push-bot
Bot
temporarily deployed
to
create_release
July 17, 2026 11:33
Inactive
Changelog atualizado.
lerian-studio-midaz-push-bot
Bot
temporarily deployed
to
create_release
July 17, 2026 11:38
Inactive
Back-merge the 3.0.x hotfix line (CRM regulatory_fields decryption, #320) and release chores (3.0.1, 3.0.2) into the 3.1.0-beta line so release-candidate promotes to main without conflicts. Resolutions: go.mod/go.sum kept from release-candidate (newer, CI-green dependency pair); pkg/engine/CHANGELOG.md unioned to preserve both stable (1.1.1/1.1.0) and beta (1.1.0-beta.x) entries. Claude-Session: https://claude.ai/code/session_01WscfYUmQmJ7KWNGE18mXNB
fredcamaral
had a problem deploying
to
create_release
July 24, 2026 13:03 — with
GitHub Actions
Failure
Contributor
🔍 PR Validation Summary🚫 PR Blocked — 1 blocking failure
|
fredcamaral
had a problem deploying
to
create_release
July 24, 2026 14:21 — with
GitHub Actions
Failure
…pare The dual-module release tags pkg/engine/vX.Y.Z and immediately runs `go mod download` on that tag. sum.golang.org races on a tag created seconds ago (publish-then-consume in the same job) and returns 500 while it fetches the fresh tag from the proxy; the proxy already serves the content — only checksum-DB verification is flaky. Re-running never helps because each attempt cuts a newer tag that hits the same race. Set GONOSUMDB scoped to the engine module on the prepare go commands so our own just-pushed tag skips sumdb verification (proxy/VCS resolution is unchanged). Scope is the exact engine module path, so every other dependency stays checksum-verified. Claude-Session: https://claude.ai/code/session_01WscfYUmQmJ7KWNGE18mXNB
fredcamaral
temporarily deployed
to
create_release
July 24, 2026 14:34 — with
GitHub Actions
Inactive
Contributor
🔴 Lerian Library Version Check — action required
✅ 2 current · 🔴 1 needs update · 🕒 1 in grace · ⏭️ 1 skipped ·
|
Contributor
🔒 Security Scan Results —
|
| Stage | Status | Blocking? |
|---|---|---|
| Filesystem Scan | ✅ Clean | — |
| Docker Image Scan | 🔴 Yes | |
| Docker Hub Health Score | 🔴 Yes | |
| Pre-release Version Check | ✅ Clean | — |
Trivy
Filesystem Scan
✅ No vulnerabilities or secrets found.
Docker Image Scan
| Severity | Vulnerability | Title |
|---|---|---|
| CRITICAL/HIGH | GHSA-hrxh-6v49-42gf | gRPC-Go: xDS RBAC and HTTP/2 Vulnerabilities |
Docker Hub Health Score Compliance
⚠️ Policies — 3/4 met
| Policy | Status |
|---|---|
| Default non-root user | ✅ Passed |
| No fixable critical/high CVEs | |
| No high-profile vulnerabilities | ✅ Passed |
| No AGPL v3 licenses | ✅ Passed |
⚠️ Some Docker Hub health score policies are not met. Review the table above.
Pre-release Version Check
✅ No unstable version pins found.
Contributor
📊 Unit Test Coverage Report:
|
| Metric | Value |
|---|---|
| Overall Coverage | 87.4% ✅ PASS |
| Threshold | 80% |
Coverage by Package
| Package | Coverage |
|---|---|
github.com/LerianStudio/fetcher/v2/components/worker/internal/services |
90.0% |
Generated by Go PR Analysis workflow
Contributor
📊 Unit Test Coverage Report:
|
| Metric | Value |
|---|---|
| Overall Coverage | 89.7% ✅ PASS |
| Threshold | 80% |
Coverage by Package
| Package | Coverage |
|---|---|
github.com/LerianStudio/fetcher/v2/components/manager/cmd/huma-spec |
33.4% |
github.com/LerianStudio/fetcher/v2/components/manager/internal/adapters/cache |
100.0% |
github.com/LerianStudio/fetcher/v2/components/manager/internal/adapters/http/in |
89.4% |
github.com/LerianStudio/fetcher/v2/components/manager/internal/services/command |
92.8% |
github.com/LerianStudio/fetcher/v2/components/manager/internal/services/query |
96.4% |
Generated by Go PR Analysis workflow
Changelog atualizado.
lerian-studio-midaz-push-bot
Bot
merged commit Jul 24, 2026
b2a39be
into
develop
17 of 18 checks passed
Contributor
🔒 Security Scan Results —
|
| Stage | Status | Blocking? |
|---|---|---|
| Filesystem Scan | ✅ Clean | — |
| Docker Image Scan | 🔴 Yes | |
| Docker Hub Health Score | 🔴 Yes | |
| Pre-release Version Check | ✅ Clean | — |
Trivy
Filesystem Scan
✅ No vulnerabilities or secrets found.
Docker Image Scan
| Severity | Vulnerability | Title |
|---|---|---|
| CRITICAL/HIGH | GHSA-hrxh-6v49-42gf | gRPC-Go: xDS RBAC and HTTP/2 Vulnerabilities |
Docker Hub Health Score Compliance
⚠️ Policies — 3/4 met
| Policy | Status |
|---|---|
| Default non-root user | ✅ Passed |
| No fixable critical/high CVEs | |
| No high-profile vulnerabilities | ✅ Passed |
| No AGPL v3 licenses | ✅ Passed |
⚠️ Some Docker Hub health score policies are not met. Review the table above.
Pre-release Version Check
✅ No unstable version pins found.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Automated backmerge from
mainintodevelop.A direct merge conflicts with
develop. This PR needs review and merge to keepdevelopin sync.