release: bump to 3.7.0 (develop) - #1401
Merged
Merged
Conversation
Signed-off-by: Jaro-c <75870284+Jaro-c@users.noreply.github.com>
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.
Summary
Bump podup to 3.7.0 in lockstep (the release workflow's
verifyjob fails closed if any of the three drifts):Cargo.toml:3.6.1→3.7.0Cargo.lock: regenerated to matchdebian/changelog: new entry at the top with the same version, full cycle changelogChangelog covers everything merged into
developsince 3.6.1:podman-lane-develop-nightlyworkflow with 88% coverage floor on Podman 6 leg; per-engine project-label filter cache;write_frameshared helper.interpolate_valuegates parent mapping rebuild onmapping_needs_interp; progress ticker caches terminal + window probes atbegin;progress_lineshort-circuits onSESSION_OPENAtomicBool;identity_stylecachesPROJECT_PREFIX;restart_service_setreturnsArc<HashSet<String>>halves;is_exec_teardown_noiseanchors onread unixpacket;confirm_lost_responseuseseq_ignore_ascii_case;libpod_pull_policyhard-errors on unknown values;Engine::run_lifecycle_hooktakes stdout lock per-frame;libpod/client/mod.rsandengine/mod.rsboth under 500-line cap.PODUP_SUMMARY pass=179 fail=0 flaky=0on Podman 6 leg).Validation
cargo build --locked --bin podup --features test-helperscargo test --locked --lib --features test-helpers— 1605 passed, 0 failedcargo fmt --all --checkcargo clippy --locked --all-targets --all-features -- -D warningsRelease flow (follow-up)
After this lands on
develop, the release flow is:develop→main(merge commit) — that is the per-CLAUDE release PR. Head will bedevelop, sodevelop-onlypasses.v3.7.0tomain(orgh workflow run release -f tag=v3.7.0 -R Glyndor/podup). Theverifyjob re-checks the three version files match, audits dependencies, then the build matrix produces the 7 targets; the release job signs, builds provenance, and publishes.