-
Notifications
You must be signed in to change notification settings - Fork 1
docs: changelog for CLI v2.24.0–v2.24.2 and Platform updates #257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+61
−0
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -4,6 +4,67 @@ description: "Release notes for Kosli products." | |||||
| rss: true | ||||||
| --- | ||||||
|
|
||||||
| <Update label="June 4, 2026" description="" tags={["Platform"]}> | ||||||
|
|
||||||
| ## Updates | ||||||
|
|
||||||
| - **Consistent "organization" wording** — standardized spelling across user-facing strings in the app. | ||||||
| - **Simpler invite acceptance** — accepting an invite now requires OTP verification only when the logged-in user's email doesn't match the invitation; matching emails are accepted directly regardless of auth provider. | ||||||
|
|
||||||
| ## Bug fixes | ||||||
|
|
||||||
| - **Security: service account API keys on public orgs** — fixed a path that could return an arbitrary membership document for unauthenticated callers on public orgs, potentially exposing service account API keys. `is_admin(None)` now always returns `False`. | ||||||
|
dangrondahl marked this conversation as resolved.
|
||||||
| - **Flows page** — guarded against a null `space_id` element that could break the flows listing. | ||||||
| - **Redirects** — all query parameters are now preserved through redirects. | ||||||
|
|
||||||
|
dangrondahl marked this conversation as resolved.
|
||||||
| </Update> | ||||||
|
|
||||||
| <Update label="June 3, 2026" description="" tags={["Platform"]}> | ||||||
|
|
||||||
| ## New features | ||||||
|
|
||||||
| - **`for_control` policy compliance** — snapshot compliance now evaluates `for_control` policy requirements. When a policy requires a passing decision attestation for a specific control, the snapshot is checked against a matching decision for that control. | ||||||
|
|
||||||
| ## Updates | ||||||
|
|
||||||
| - **Assert artifact response includes `for_control`** — the assert artifact API now returns the control identifier in the resolution context for `for_control` rule failures, so clients can show which specific control is unsatisfied. | ||||||
|
|
||||||
| </Update> | ||||||
|
|
||||||
| <Update label="June 3, 2026" description="v2.24.2" tags={["CLI"]}> | ||||||
|
|
||||||
| ## New features | ||||||
|
|
||||||
| - **`linux/s390x` builds** — the CLI is now published for `linux/s390x` so it can be installed natively on IBM Z hosts. | ||||||
|
|
||||||
| ## Bug fixes | ||||||
|
|
||||||
| - Bumped Go to 1.26.4 to address standard-library CVEs. | ||||||
|
dangrondahl marked this conversation as resolved.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suggestion — Category mismatch (echoing prior review). Bumping Go to address CVEs is a dependency-level security patch, not a bug fix in CLI code. Consider a "Security" heading or moving under "Updates":
Suggested change
|
||||||
|
|
||||||
| [View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.24.2) | ||||||
|
|
||||||
| </Update> | ||||||
|
|
||||||
| <Update label="June 3, 2026" description="v2.24.1" tags={["CLI"]}> | ||||||
|
|
||||||
| ## Updates | ||||||
|
|
||||||
| - **`kosli assert artifact`** — when a `for_control` policy rule fails, the failure output now names the specific control identifier that is unsatisfied, making it easier to act on policy failures in CI. | ||||||
|
|
||||||
| [View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.24.1) | ||||||
|
|
||||||
| </Update> | ||||||
|
|
||||||
| <Update label="June 2, 2026" description="v2.24.0" tags={["CLI"]}> | ||||||
|
|
||||||
| ## Updates | ||||||
|
|
||||||
| - **SonarQube authentication** — `kosli attest sonar` now falls back to HTTP Basic auth (token as username) on self-hosted SonarQube Server versions earlier than 10.0, which reject `Authorization: Bearer`. The fallback is transparent for self-hosted servers and never applied to SonarCloud. Authentication errors now distinguish 401/403 token or permission problems from 5xx server-availability issues instead of the previous generic "please check your API token" message. | ||||||
|
|
||||||
| [View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.24.0) | ||||||
|
|
||||||
| </Update> | ||||||
|
|
||||||
| <Update label="June 2, 2026" description="" tags={["Platform"]}> | ||||||
|
|
||||||
| ## New features | ||||||
|
|
||||||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.