From 578dccd0cffabe3a35f98219cd0fc821d5f0b16a Mon Sep 17 00:00:00 2001 From: CI Date: Thu, 12 Mar 2026 19:42:02 +0000 Subject: [PATCH] release v1.0.8 [skip ci] --- CHANGELOG.md | 4 ++++ helm/kestrelos/Chart.yaml | 4 ++-- helm/kestrelos/values.yaml | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc53334..eda8bd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.8] - 2026-03-12 +### Changed +- fix release file (#22) + ## [1.0.7] - 2026-03-06 ### Changed - chore(deps): update docker/build-push-action action to v7 (#19) diff --git a/helm/kestrelos/Chart.yaml b/helm/kestrelos/Chart.yaml index 7f90e12..2511917 100644 --- a/helm/kestrelos/Chart.yaml +++ b/helm/kestrelos/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: kestrelos description: KestrelOS TOC for OSINT feeds - map, camera feeds, offline tiles type: application -version: 1.0.7 -appVersion: "1.0.7" +version: 1.0.8 +appVersion: "1.0.8" diff --git a/helm/kestrelos/values.yaml b/helm/kestrelos/values.yaml index 0bd25ce..4b6b166 100644 --- a/helm/kestrelos/values.yaml +++ b/helm/kestrelos/values.yaml @@ -2,7 +2,7 @@ replicaCount: 1 image: repository: git.keligrubb.com/keligrubb/kestrelos - tag: 1.0.7 + tag: 1.0.8 pullPolicy: IfNotPresent service: diff --git a/package.json b/package.json index c9e3a4c..8e80a5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kestrelos", - "version": "1.0.7", + "version": "1.0.8", "private": true, "type": "module", "scripts": {