From b1ec49ac72356a3b99dc008acc5a030ff602f8f2 Mon Sep 17 00:00:00 2001 From: Edilson Freitas Date: Fri, 10 Jul 2026 21:02:35 -0300 Subject: [PATCH] chore(main): release 1.159.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ deploy/helm/chatcli-operator/Chart.yaml | 4 ++-- deploy/helm/chatcli/Chart.yaml | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4d06f774..a1586aea 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.158.0" + ".": "1.159.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 97563e2d..6ca50a27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.159.0](https://github.com/diillson/chatcli/compare/v1.158.0...v1.159.0) (2026-07-11) + + +### Features + +* **mcp:** OAuth 2.1 authorization for remote MCP servers ([#1161](https://github.com/diillson/chatcli/issues/1161)) ([c41831f](https://github.com/diillson/chatcli/commit/c41831f1b22a4bd25366d335178529b06663a31e)) + ## [1.158.0](https://github.com/diillson/chatcli/compare/v1.157.0...v1.158.0) (2026-07-10) diff --git a/deploy/helm/chatcli-operator/Chart.yaml b/deploy/helm/chatcli-operator/Chart.yaml index 1847b3b3..961d50b7 100644 --- a/deploy/helm/chatcli-operator/Chart.yaml +++ b/deploy/helm/chatcli-operator/Chart.yaml @@ -4,8 +4,8 @@ description: >- ChatCLI AIOps Operator - Autonomous incident detection, AI analysis, and remediation for Kubernetes type: application -version: 1.158.0 -appVersion: 1.158.0 +version: 1.159.0 +appVersion: 1.159.0 home: https://chatcli.edilsonfreitas.com sources: - https://github.com/diillson/chatcli diff --git a/deploy/helm/chatcli/Chart.yaml b/deploy/helm/chatcli/Chart.yaml index fe54a532..47f2e380 100644 --- a/deploy/helm/chatcli/Chart.yaml +++ b/deploy/helm/chatcli/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: chatcli description: ChatCLI - CLI for LLM interaction with gRPC server mode type: application -version: 1.158.0 -appVersion: 1.158.0 +version: 1.159.0 +appVersion: 1.159.0 home: https://chatcli.edilsonfreitas.com sources: - https://github.com/diillson/chatcli