Jacamar CI v0.28.0

  • Release: v0.28.0

  • Date: April 2, 2026

Important

New dependency introduced in this release:

Admin Changes

  • New feature for optional user resource management through systemd (!659)

    • Note

      This feature is disabled by default and requires configuration changes to enable. Only a subset of the planned support for resource management is being made available in this release. If you are interested in testing or using this feature, please report any issues you encounter.

    • [general]
        ff_resource_limits = true
      
      [auth.resources.systemd]
        enable = true
      
    • This feature allows Jacamar CI to join the user’s downscoped process (jacamar) to their systemd user slice. Under the current implementation, any failures in this process will be logged but will not cause job failure.

Bug & Development Fixes

  • Migrate command and downscoping management to pkg/command` (!654)

  • Migrate logging package to pkg/logs (!647)

  • Go version 1.25.8 (!657)

  • Update govulncheck to 1.1.4 (!660)

  • Migrate default branch to main (!658)