Releases: kosli-dev/cli
Releases · kosli-dev/cli
Release list
v2.32.1
v2.32.0
get repoupdated description clarifies how to identify repos by name or internal ID and when to use--provider.get reponow 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.taglong description now lists all valid resource types includingrepo/repos.tagandget repoflag descriptions for--providerand--repo-idare clearer about mutual exclusivity and valid combinations.
v2.31.0
v2.30.1
v2.30.0
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
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
v2.28.1
v2.28.0
v2.27.0
- Record the git author identity and authored timestamp (not the committer) in
pull_requestattestation 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.