Release v0.9.0 #468

Merged
longjacksonle merged 2 commits from release/v0.9.0 into main 2026-07-30 20:26:01 +02:00

Automated release PR for v0.9.0.

After merge, .forgejo/workflows/create-release.yml tags and publishes v0.9.0 to the Generic Packages registry.

Automated release PR for v0.9.0. After merge, `.forgejo/workflows/create-release.yml` tags and publishes v0.9.0 to the Generic Packages registry.
Release v0.9.0
Some checks failed
Check / fmt + clippy + build + tests (pull_request) Failing after 39s
Integration / integration tests (pull_request) Failing after 58s
E2E / Playwright against staging (pull_request) Successful in 2m29s
fa78132938
Signed-off-by: longjacksonle <longjacksonle@gmail.com>
longjacksonle scheduled this pull request to auto merge when all checks succeed 2026-07-30 20:15:24 +02:00
ci: install gcc + libopenssl-devel on the trimmed openSUSE runner
All checks were successful
E2E / Playwright against staging (pull_request) Successful in 1m13s
Check / fmt + clippy + build + tests (pull_request) Successful in 3m41s
Create release / Gate (release-branch merges only) (pull_request) Successful in 1s
Create release / Create release from merged PR (pull_request) Successful in 6s
Integration / integration tests (pull_request) Successful in 12m33s
4903595afe
The RUNS_ON_OPENSUSE_BASE_LATEST runner image was rebuilt without the C toolchain, so check.yml and integration.yml fail at `error: linker cc not found` before any Rust compiles (surfaced on the v0.9.0 release PR #468). Add a `sudo zypper --non-interactive install --no-recommends gcc libopenssl-devel` step before the cargo steps in both workflows: gcc provides cc, and libopenssl-devel provides openssl.pc for openssl-sys (pulled in via lettre's tokio1-native-tls SMTP transport). Mirrors the same runner-image regression fix already applied to mokosh-apps (#446) and bunyip (#396); mokosh-server was the last psa-systems Rust repo still unpatched.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QvB249F2SV9SBe3cBKRjcS
longjacksonle scheduled this pull request to auto merge when all checks succeed 2026-07-30 20:22:24 +02:00
longjacksonle deleted branch release/v0.9.0 2026-07-30 20:26:01 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
psa-systems/mokosh-server!468
No description provided.