Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.197.0"
".": "1.198.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.198.0](https://github.com/diillson/chatcli/compare/v1.197.0...v1.198.0) (2026-09-05)


### Features

* **auth:** the keychain setting starts doing something, on every platform including Windows ([#1532](https://github.com/diillson/chatcli/issues/1532)) ([34a80df](https://github.com/diillson/chatcli/commit/34a80dfcf3adf8738ab7b6c9e3d16ef6261c5b51))
* **deploy:** the chart can configure what the security page says it can, and the CORS setting reaches the server ([#1533](https://github.com/diillson/chatcli/issues/1533)) ([e4d38c0](https://github.com/diillson/chatcli/commit/e4d38c0521562fc8bf1eb969c3432af1f690061e))
* **plugins:** the signing toolchain and quarantine the docs described ([#1529](https://github.com/diillson/chatcli/issues/1529)) ([5abe224](https://github.com/diillson/chatcli/commit/5abe22498996365dd9d92fbe4da371f4d8b84bf6))
* **server:** RS256, mutual TLS, real roles, and an audit trail that names the caller ([#1528](https://github.com/diillson/chatcli/issues/1528)) ([abf6bf6](https://github.com/diillson/chatcli/commit/abf6bf6800bd089c4f5e6a4ba0da0f8cdf670ba2))


### Bug Fixes

* **agent:** the allowlist covers the whole line, and coder test stops being the way around it ([#1531](https://github.com/diillson/chatcli/issues/1531)) ([491efbc](https://github.com/diillson/chatcli/commit/491efbc6d0d0f9907e653b9659ff86cd6d4b5efc))

## [1.197.0](https://github.com/diillson/chatcli/compare/v1.196.1...v1.197.0) (2026-09-05)


Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/chatcli-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: >-
ChatCLI AIOps Operator - Autonomous incident detection, AI analysis, and
remediation for Kubernetes
type: application
version: 1.197.0
appVersion: 1.197.0
version: 1.198.0
appVersion: 1.198.0
home: https://chatcli.edilsonfreitas.com
sources:
- https://github.com/diillson/chatcli
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/chatcli/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: chatcli
description: ChatCLI - CLI for LLM interaction with gRPC server mode
type: application
version: 1.197.0
appVersion: 1.197.0
version: 1.198.0
appVersion: 1.198.0
home: https://chatcli.edilsonfreitas.com
sources:
- https://github.com/diillson/chatcli
Expand Down
Loading