jk v0.0.32 (2026-04-24T09:19:04Z)
Welcome to this new release of jk!
[0.0.32] - 2026-04-24
Added
- Release archives now bundle the
skills/jk/directory alongside the CLI binary and docs, so plugin/skill consumers get documentation out of the box. - Release artifacts now ship CycloneDX SBOMs (one
.sbom.jsonper archive) generated by Syft. - Linux release artifacts now include Debian packages (
jk_X.Y.Z_{amd64,arm64}.deb) in addition to tarballs. gh attestation verify --repo avivsinai/jenkins-cli <file>now verifies build-provenance attestations on every released artifact (the v0.0.31 attestation step failed on macOS runners and is repaired here).cmd/docgengenerates Cobra command-reference markdown underskills/jk/rules/. New Makefile targetsgenerate-skillandcheck-generated-skillenforce the rules stay in sync with the CLI surface in CI.
Changed
- Renamed
scripts/sign-darwin-binary.shtoscripts/codesign-macos.shto match the bitbucket-cli convention. - Release pipeline now uses portable shell for attestation-subject collection (removes the Bash-4
mapfiledependency that made v0.0.31's attestation step fail on macOS runners). - Release verification now runs
gofmt,go vet,make check-generated-skill, tests, and a version-embedded build gate, matching bitbucket-cli. .goreleaser.yaml changelog.useswitched fromgithubtogitfor more hermetic release-note generation.
Full Changelog: v0.0.31...v0.0.32
Installation
Homebrew (macOS/Linux)
brew install avivsinai/tap/jkScoop (Windows)
scoop bucket add avivsinai https://github.com/avivsinai/scoop-bucket
scoop install jkGo Install
go install github.com/avivsinai/jenkins-cli/cmd/jk@v0.0.32Binary Downloads
Download the appropriate binary for your platform from the assets below.