Skip to content

Sentinel-COSMIC v0.8.1

Choose a tag to compare

@github-actions github-actions released this 20 Jun 05:47

Sentinel-COSMIC 0.8.1

Maintenance release. No behavioural changes — dependency refresh and CI
housekeeping since 0.8.0. Drop-in upgrade: same PAM stack, same services,
same dialog.

Changes

  • Dependency updates (via Dependabot): pam-bindings 0.1 → 0.3, log
    0.4.x refresh, and assorted patch/minor crate bumps.
  • CI / GitHub Actions bumped to current major versions
    (attest-build-provenance, configure-pages, deploy-pages,
    upload-pages-artifact).
  • CI fixes: mold added to the agent-integration job's install set;
    REUSE lint brought back to 100% compliant.

Install

Arch (AUR)

paru -S sentinel-cosmic       # stable
paru -S sentinel-cosmic-git   # main HEAD

From source (any distro)

git clone https://github.com/atayozcan/sentinel-cosmic.git
cd sentinel-cosmic
sudo ./install.sh          # transactional; rolls back on error

From the binary bundle

Download sentinel-0.8.1-<arch>-linux.tar.gz, extract, then:

sudo SENTINEL_SKIP_BUILD=1 ./install.sh

No Rust toolchain needed.