• v0.1.40 12b485f03f

    v0.1.40 Stable

    gitea_admin released this 2026-07-05 09:51:31 +00:00 | 1148 commits to main since this release

    Added

    • Release contents as DATA — "included changes" on every release, no CHANGELOG discipline
      required.
      (Motivating bug: pipelines-operator v0.1.8 shipped two Changes but one landed without
      an [Unreleased] bullet, so its notes named only one — and this repo's own v0.1.38/v0.1.39 say
      just "Incremental release.")
      • Dashboard release fold now lists the commits between the previous tag and this one
        (/relapi compare, plumbing-filtered — land-merges/release-commits/devbumps hidden), capped at
        30 with a full-compare link. Works retroactively for every past release of every project.
      • Generated Forgejo release notes: the promote steps (pipeline-promote-tag +
        pipeline-promote-image) append a data-derived **Included changes** section (same plumbing
        filter) to the release body. Best-effort — a compare miss never fails a release.
    • Deploy target labels ("deploy → seanfarm"). An artifact deploy is a consumption by a carrier
      repo — the DEPLOY pane rows and the Latest·deploy card now name it (→ seanfarm), so the same
      artifact consumed by a different environment reads as a different deploy. pipectl status prints
      the target too. Display-only (the deploy records already carried carrierProject); gitops
      projects' own deploys are unchanged.
    Downloads