From 37130319003d99b1376463365cb29f7aaf6d51f4 Mon Sep 17 00:00:00 2001 From: kgrubb <8471701+kgrubb@users.noreply.github.com> Date: Wed, 13 May 2026 20:36:21 +0000 Subject: [PATCH] [release v0.7.0] --- CHANGELOG.md | 10 ++++++++++ helm/kaytoo/Chart.yaml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a71440f..76a27ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [v0.7.0] - 2026-05-13 + +### Features + +- **agent:** Egress topSources, chat ingest guard, JSON parsing (#28) + +[v0.6.1..v0.7.0](https://github.com/elastiflow/kaytoo/compare/v0.6.1...v0.7.0) + + + ## [v0.6.1] - 2026-05-13 ### Bug Fixes diff --git a/helm/kaytoo/Chart.yaml b/helm/kaytoo/Chart.yaml index 6db7ae3..a61c2b8 100644 --- a/helm/kaytoo/Chart.yaml +++ b/helm/kaytoo/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: kaytoo description: Kaytoo - Slack + OpenSearch insight bot type: application -version: 0.6.1 -appVersion: "0.6.1" +version: 0.7.0 +appVersion: "0.7.0" annotations: artifacthub.io/license: Apache-2.0 diff --git a/package-lock.json b/package-lock.json index 12638b1..30ecf5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kaytoo", - "version": "0.6.1", + "version": "0.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "kaytoo", - "version": "0.6.1", + "version": "0.7.0", "license": "Apache-2.0", "dependencies": { "@elastic/elasticsearch": "^9.1.1", diff --git a/package.json b/package.json index f3f19ed..6160903 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kaytoo", - "version": "0.6.1", + "version": "0.7.0", "description": "ElastiFlow flow-index chat agent with scheduled insights", "private": true, "type": "module",