chore: release v0.13.0 #196
No reviewers
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/auto_review!196
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "release/v0.13.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Prepare release v0.13.0.
CI publishes release-candidate Docker and binary package links on the PR; final release entries are created only after merge to main.
This PR prepares for the release of version 0.13.0 by updating the version numbers in the Cargo files and adding a new entry to the CHANGELOG. The changes are straightforward and appear safe to merge.
21d160d9871e4a7b7726New commits pushed, approval review dismissed automatically according to repository settings
This PR updates the CI and release workflows to use a
release-candidatetag for Docker images and modifies the artifact handling process to rely on pre-reviewed binaries. The changes appear to streamline the release process but require verification to ensure they align with the project's release strategy.Walkthrough
Δ since
21d160d:CI Workflow Changes
rc_tagto use arelease-candidatetag instead of a versioned tag.Release Publish Workflow Changes
Changelog Update
Test Updates
1e4a7b77267f1ef872e0New commits pushed, approval review dismissed automatically according to repository settings
This PR updates the CI workflow to use the PR title instead of the user login for identifying release PRs, and adjusts the changelog and test scripts accordingly. The changes appear safe to merge, but ensure that the new logic aligns with the intended release process.
7f1ef872e02a33e3c59fNew commits pushed, approval review dismissed automatically according to repository settings
The PR updates CI workflows to use the supported
--credsflag forskopeo inspect, ensuring compatibility with current standards. The changes appear safe to merge.Walkthrough
.forgejo/workflows/ci.ymland.forgejo/workflows/release-publish.ymlto replace deprecated--src-credswith--credsforskopeo inspectcommands.skopeostandards and avoid potential issues with deprecated flags.config.jsonto include more specific path permissions and restrictions, enhancing security and flexibility in file access.ci_pr_artifacts_test.shandpublish_workflow_test.shto verify the correct usage ofskopeo inspectwith the--credsflag.🟡 Warning: The
--src-credsflag is deprecated forskopeo inspect. Ensure that--credsis used consistently for authentication in all relevant commands.🟡 Warning: The
--src-credsflag is deprecated forskopeo inspect. Ensure that--credsis used consistently for authentication in all relevant commands.