Skip to content

Releases: avivsinai/jenkins-cli

v0.0.35

Choose a tag to compare

@github-actions github-actions released this 19 Jun 14:48
adad385

jk v0.0.35 (2026-06-19T14:47:06Z)

Welcome to this new release of jk!

[0.0.35] - 2026-06-19

Added

  • Added a Codex plugin composer icon for marketplace display (#85).
  • jk auth login now verifies credentials against the controller (/whoAmI/api/json): definite rejections fail the login with SSO-aware guidance and restore the previous context, token, and active selection; unreachable controllers save unverified with a warning; --no-verify skips the check (#77).
  • Requests that get redirected to a sign-in page (Jenkins form login, securityRealm/commenceLogin, or identity-provider authorize endpoints) now fail with a clear "use a Jenkins API token" error instead of an HTML parse failure; other redirects, such as artifact downloads to object storage, are unaffected (#77).
  • End-to-end coverage proving Jenkins API tokens keep working when the controller uses the google-login SSO realm, and that password Basic auth fails with actionable guidance there (#77).
  • SSO auth guidance now tells users to capture the Jenkins user ID from browser /whoAmI/api/json when email/login fails, covering realms that use opaque provider IDs (#102).

Fixed

  • jk run view and other JSON-decoding requests now fail on Jenkins non-2xx responses instead of printing zero-value data such as Run #0 SUCCESS after a 401/403/404 (#101).
  • Made --allow-insecure-store and JK_ALLOW_INSECURE_STORE=1 select encrypted file storage directly instead of trying native Linux keyrings first, so SecretService/KWallet failures no longer block the requested file backend (#88, #89).

Changed

  • Documented noninteractive encrypted file-store unlocks via JK_KEYRING_PASSPHRASE, KEYRING_FILE_PASSWORD, or KEYRING_PASSWORD, and clarified that KEYRING_BACKEND remains the explicit backend override.

Full Changelog: v0.0.34...v0.0.35

Installation

Homebrew (macOS/Linux)

brew install avivsinai/tap/jk

Scoop (Windows)

scoop bucket add avivsinai https://github.com/avivsinai/scoop-bucket
scoop install jk

Go Install

go install github.com/avivsinai/jenkins-cli/cmd/jk@v0.0.35

Binary Downloads

Download the appropriate binary for your platform from the assets below.

v0.0.34

Choose a tag to compare

@github-actions github-actions released this 13 May 20:47
5b1d6e1

jk v0.0.34 (2026-05-13T20:46:24Z)

Welcome to this new release of jk!

[0.0.34] - 2026-05-13

Changed

  • Clarified jk auth login username/token wording and added README/docs/spec/skill sections walking Google/OIDC/SSO users through the Jenkins API token workflow (#82).
  • Bumped runtime dependencies: github.com/mattn/go-isatty 0.0.21 → 0.0.22 (Windows 7 pipe-name fix) and github.com/rs/zerolog 1.35.0 → 1.35.1 (restore Err() logging when ErrorStackMarshaler returns nil) (#75).

Full Changelog: v0.0.33...v0.0.34

Installation

Homebrew (macOS/Linux)

brew install avivsinai/tap/jk

Scoop (Windows)

scoop bucket add avivsinai https://github.com/avivsinai/scoop-bucket
scoop install jk

Go Install

go install github.com/avivsinai/jenkins-cli/cmd/jk@v0.0.34

Binary Downloads

Download the appropriate binary for your platform from the assets below.

v0.0.33

Choose a tag to compare

@github-actions github-actions released this 11 May 12:12
5199044

jk v0.0.33 (2026-05-11T12:10:56Z)

Welcome to this new release of jk!

[0.0.33] - 2026-05-11

Fixed

  • Removed the accidentally committed root-level jk binary and added a repository hygiene CI check to prevent it from returning (#79).
  • Checked the Darwin keychain lock file close error so local macOS lint is clean (#79).

Full Changelog: v0.0.32...v0.0.33

Installation

Homebrew (macOS/Linux)

brew install avivsinai/tap/jk

Scoop (Windows)

scoop bucket add avivsinai https://github.com/avivsinai/scoop-bucket
scoop install jk

Go Install

go install github.com/avivsinai/jenkins-cli/cmd/jk@v0.0.33

Binary Downloads

Download the appropriate binary for your platform from the assets below.

v0.0.32

Choose a tag to compare

@github-actions github-actions released this 24 Apr 09:20
f8aea0f

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.json per 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/docgen generates Cobra command-reference markdown under skills/jk/rules/. New Makefile targets generate-skill and check-generated-skill enforce the rules stay in sync with the CLI surface in CI.

Changed

  • Renamed scripts/sign-darwin-binary.sh to scripts/codesign-macos.sh to match the bitbucket-cli convention.
  • Release pipeline now uses portable shell for attestation-subject collection (removes the Bash-4 mapfile dependency 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.use switched from github to git for more hermetic release-note generation.

Full Changelog: v0.0.31...v0.0.32

Installation

Homebrew (macOS/Linux)

brew install avivsinai/tap/jk

Scoop (Windows)

scoop bucket add avivsinai https://github.com/avivsinai/scoop-bucket
scoop install jk

Go Install

go install github.com/avivsinai/jenkins-cli/cmd/jk@v0.0.32

Binary Downloads

Download the appropriate binary for your platform from the assets below.

v0.0.31

Choose a tag to compare

@github-actions github-actions released this 24 Apr 07:32
cb6f924

jk v0.0.31 (2026-04-24T07:31:38Z)

Welcome to this new release of jk!

[0.0.31] - 2026-04-24

Fixed

  • macOS Keychain "Always Allow" now survives brew upgrade jk. The release codesign script pins the Designated Requirement to the bundle identifier (-r='designated => identifier "..."') instead of letting it default to the cdhash, which changes on every build. This mirrors the fix shipped in bitbucket-cli for the same underlying issue.
  • Token saves on macOS now delete any stale Keychain item before writing, so the new entry is created with the current binary's DR instead of inheriting an ACL from a previous jk build. Re-run jk auth login once after upgrading to benefit.
  • macOS Keychain items created by jk now set KeychainTrustApplication on darwin, so fresh items trust the calling binary at create time instead of prompting on every access. KeychainAccessibleWhenUnlocked is set alongside for forward compatibility (currently a no-op on the file-based Keychain path 99designs/keyring uses).
  • Widened secret.Store.Delete to treat os.ErrNotExist as success so the encrypted file backend matches Keychain semantics.

Full Changelog: v0.0.30...v0.0.31

Installation

Homebrew (macOS/Linux)

brew install avivsinai/tap/jk

Scoop (Windows)

scoop bucket add avivsinai https://github.com/avivsinai/scoop-bucket
scoop install jk

Go Install

go install github.com/avivsinai/jenkins-cli/cmd/jk@v0.0.31

Binary Downloads

Download the appropriate binary for your platform from the assets below.

v0.0.30

Choose a tag to compare

@github-actions github-actions released this 07 Apr 09:02
2569cab

jk v0.0.30 (2026-04-07T09:00:48Z)

Welcome to this new release of jk!

[0.0.30] - 2026-04-07

Fixed

  • Skipped nil parameter values in rerun payloads so optional Jenkins parameters are no longer serialized as the literal string <nil> (#46).
  • Rendered nil parameter values as empty string instead of <nil> in human-readable jk run view output (#59).
  • Consolidated skill publishing into the release workflow so it no longer depends on tag-push events that GITHUB_TOKEN cannot trigger.
  • Pinned all GitHub Actions to commit SHAs across every workflow for supply-chain safety.
  • Added missing timeout-minutes and concurrency blocks to all workflows.
  • Standalone publish-skill workflow now accepts workflow_dispatch with an explicit tag input.

Changed

  • Bumped github.com/itchyny/gojq from 0.12.18 to 0.12.19 (bugfixes + regexp caching performance) (#58).
  • Bumped actions/setup-node from 4.4.0 to 6.3.0 in CI workflows (#57).

Full Changelog: v0.0.29...v0.0.30

Installation

Homebrew (macOS/Linux)

brew install avivsinai/tap/jk

Scoop (Windows)

scoop bucket add avivsinai https://github.com/avivsinai/scoop-bucket
scoop install jk

Go Install

go install github.com/avivsinai/jenkins-cli/cmd/jk@v0.0.30

Binary Downloads

Download the appropriate binary for your platform from the assets below.

v0.0.29

Choose a tag to compare

@github-actions github-actions released this 05 Apr 11:36
78e157d

jk v0.0.29 (2026-04-05T11:36:05Z)

Welcome to this new release of jk!

[0.0.29] - 2026-04-05

Fixed

  • Consolidated skill publishing into the release workflow so it no longer depends on tag-push events that GITHUB_TOKEN cannot trigger.
  • Pinned all GitHub Actions to commit SHAs across every workflow for supply-chain safety.
  • Added missing timeout-minutes and concurrency blocks to all workflows.
  • Standalone publish-skill workflow now accepts workflow_dispatch with an explicit tag input.

Full Changelog: v0.0.28...v0.0.29

Installation

Homebrew (macOS/Linux)

brew install avivsinai/tap/jk

Scoop (Windows)

scoop bucket add avivsinai https://github.com/avivsinai/scoop-bucket
scoop install jk

Go Install

go install github.com/avivsinai/jenkins-cli/cmd/jk@v0.0.29

Binary Downloads

Download the appropriate binary for your platform from the assets below.

v0.0.28

Choose a tag to compare

@github-actions github-actions released this 02 Apr 17:18
e273866

jk v0.0.28 (2026-04-02T17:18:12Z)

Welcome to this new release of jk!

[0.0.28] - 2026-04-02

Fixed

  • Passed the temp release-notes path directly to GoReleaser so GitHub Actions preserves the --release-notes argument during publishing.

Full Changelog: v0.0.27...v0.0.28

Installation

Homebrew (macOS/Linux)

brew install avivsinai/tap/jk

Scoop (Windows)

scoop bucket add avivsinai https://github.com/avivsinai/scoop-bucket
scoop install jk

Go Install

go install github.com/avivsinai/jenkins-cli/cmd/jk@v0.0.28

Binary Downloads

Download the appropriate binary for your platform from the assets below.

v0.0.25

Choose a tag to compare

@github-actions github-actions released this 01 Apr 10:58

jk v0.0.25 (2026-04-01T10:58:40Z)

Welcome to this new release of jk!

Changelog


Full Changelog: v0.0.24...v0.0.25

Installation

Homebrew (macOS/Linux)

brew install avivsinai/tap/jk

Scoop (Windows)

scoop bucket add avivsinai https://github.com/avivsinai/scoop-bucket
scoop install jk

Go Install

go install github.com/avivsinai/jenkins-cli/cmd/jk@v0.0.25

Binary Downloads

Download the appropriate binary for your platform from the assets below.

v0.0.24

Choose a tag to compare

@github-actions github-actions released this 01 Apr 09:10

jk v0.0.24 (2026-04-01T09:10:06Z)

Welcome to this new release of jk!

Changelog

🐛 Bug Fixes


Full Changelog: v0.0.23...v0.0.24

Installation

Homebrew (macOS/Linux)

brew install avivsinai/tap/jk

Scoop (Windows)

scoop bucket add avivsinai https://github.com/avivsinai/scoop-bucket
scoop install jk

Go Install

go install github.com/avivsinai/jenkins-cli/cmd/jk@v0.0.24

Binary Downloads

Download the appropriate binary for your platform from the assets below.