From fa164b800074b1a8d6c745344738c18a78947a04 Mon Sep 17 00:00:00 2001 From: kgrubb <8471701+kgrubb@users.noreply.github.com> Date: Fri, 17 Jul 2026 22:46:51 +0000 Subject: [PATCH] [release v0.7.1] --- 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 76a27ac..9703c42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [v0.7.1] - 2026-07-17 + +### Bug Fixes + +- **insights:** External egress + rare-dest insights (#43) + +[v0.7.0..v0.7.1](https://github.com/elastiflow/kaytoo/compare/v0.7.0...v0.7.1) + + + ## [v0.7.0] - 2026-05-13 ### Features diff --git a/helm/kaytoo/Chart.yaml b/helm/kaytoo/Chart.yaml index a61c2b8..cb985fd 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.7.0 -appVersion: "0.7.0" +version: 0.7.1 +appVersion: "0.7.1" annotations: artifacthub.io/license: Apache-2.0 diff --git a/package-lock.json b/package-lock.json index b14385d..875c480 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kaytoo", - "version": "0.7.0", + "version": "0.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "kaytoo", - "version": "0.7.0", + "version": "0.7.1", "license": "Apache-2.0", "dependencies": { "@elastic/elasticsearch": "^9.4.2", diff --git a/package.json b/package.json index 02b5fb8..cf2592a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kaytoo", - "version": "0.7.0", + "version": "0.7.1", "description": "ElastiFlow flow-index chat agent with scheduled insights", "private": true, "type": "module",