Skip to content

Fluxzero 1.230.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 13:04

1.230.0 (2026-07-22)

Build System

  • ci: publish multi-platform images with Maven (f6dc752)

    Replace the dedicated Docker/Buildx jobs with the Fluxzero Maven plugin for the proxy and test-server images. Reserve the release tag after the tested Maven build and before publishing images, and derive OCI metadata from Maven and Git.

    Validated with: ./mvnw -Dgpg.skip -DskipPublishing=true -B install -P deploy; ./mvnw -B -Dfluxzero.package.skip=true fluxzero:publish-package; actionlint .github/workflows/deploy.yml