Skip to content

Releases: kosli-dev/cli

v2.32.1

Choose a tag to compare

@github-actions github-actions released this 09 Jul 16:15
v2.32.1
905bd28
  • list repos --name flag description clarified to note it performs an exact match.

v2.32.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 16:25
v2.32.0
02ead58
  • get repo updated description clarifies how to identify repos by name or internal ID and when to use --provider.
  • get repo now returns an error (instead of a "not found" message) when a repo does not exist or when multiple repos match the given name, with a suggestion to use --provider.
  • tag long description now lists all valid resource types including repo/repos.
  • tag and get repo flag descriptions for --provider and --repo-id are clearer about mutual exclusivity and valid combinations.

v2.31.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 15:22
v2.31.0
629c6d8

Changelog

v2.30.1

Choose a tag to compare

@github-actions github-actions released this 03 Jul 17:32
v2.30.1
62d8a56

Changelog

  • 62d8a56 chore(deps): bump the go-dependencies group with 10 updates (#990)

v2.30.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 08:45
45e42e6

Changelog

  • 0db2913 chore(deps): bump the go-dependencies group with 6 updates (#983)
  • 961a936 docs(k8s-reporter): lead Karpenter guidance with pinning, widening as last resort (#987)
  • 45e42e6 feat(controls): add 'kosli update control' command (#988)
  • 51b04a6 feat(controls): manage controls from the CLI (#986)
  • 006e880 feat(k8s-reporter): add node scheduling controls and fix podAnnotations rendering (#985)
  • b4372e5 feat(list flows): add pagination support (#982)
  • c3c3646 feat(skill): add new-command scaffolding skill (#964)
  • 7538360 fix(attest jira): match Jira keys case-insensitively by uppercasing commit text (#971)
  • d5f53d0 fix: default-org output (#981)

v2.29.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 16:03
v2.29.0
a03d44d

What's Changed

  • Added creation of test users which was previously included in the image by @ToreMerkely in #972
  • chore: align compliance status messages to NON-COMPLIANT by @mbevc1 in #970
  • chore(deps): bump github.com/open-policy-agent/opa from 1.17.1 to 1.18.0 in the go-dependencies group by @dependabot[bot] in #975
  • chore(deps): bump dcarbone/install-jq-action from 3 to 4 by @dependabot[bot] in #976
  • feat(update): add default-org cmd to set user default organization by @mbevc1 in #977
  • feat(cli): add Service Account commands by @mbevc1 in #973
  • feat(get): add default-org to fetch user default organization by @mbevc1 in #979
  • chore(deps): bump the go-dependencies group with 2 updates by @dependabot[bot] in #980

Full Changelog: v2.28.2...v2.29.0

v2.28.2

Choose a tag to compare

@github-actions github-actions released this 24 Jun 10:13
v2.28.2
5e2f541

Changelog

  • 5e2f541 chore(deps): bump the go-dependencies group with 5 updates (#967)
  • bec7032 fix: failing trail test (#968)

v2.28.1

Choose a tag to compare

@github-actions github-actions released this 22 Jun 10:43
v2.28.1
c26e9b3

Changelog

  • 246109f feat(docs): emit Mintlify lifecycle metadata and snippet notices for beta/deprecated commands (#963)
  • c26e9b3 fix(snapshot ecs): handle clusters with zero services (#966)

v2.28.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 17:02
v2.28.0
90a34aa

Changelog

  • 193f969 chore(deps): bump actions/checkout from 6 to 7 (#961)
  • 5e2663d chore(deps): bump the go-dependencies group with 2 updates (#960)
  • 90a34aa chore(deps): bump the go-dependencies group with 4 updates (#962)
  • 8bf9e8b feat(get trail): add --output markdown format (#953)

v2.27.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 09:58
1a74c56
  • Record the git author identity and authored timestamp (not the committer) in pull_request attestation commits across all providers (#957).
  • API key rotation: remove the duplicate key ID on failure and include details when rotation fails (#956).

The new base_ref field is rejected by Kosli servers older than kosli-dev/server#5898 (the attestation model is extra="forbid"). Self-hosted users must upgrade their Kosli server before upgrading this CLI, otherwise pull_request attestations will fail validation. Kosli SaaS (app.kosli.com / app.us.kosli.com) is already updated.