From 1a143d2f8e4a8b6b01672c9c0ce88fbba23701c3 Mon Sep 17 00:00:00 2001 From: CI Date: Thu, 12 Feb 2026 22:08:18 +0000 Subject: [PATCH] release v0.2.0 [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 6361e43..b8ca3de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.2.0] - 2026-02-12 +### Changed +- add a new release system (#3) + # Changelog All notable changes to this project will be documented in this file. diff --git a/helm/kestrelos/Chart.yaml b/helm/kestrelos/Chart.yaml index 064fe41..acafa15 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: 0.1.0 -appVersion: "0.1.0" +version: 0.2.0 +appVersion: "0.2.0" diff --git a/helm/kestrelos/values.yaml b/helm/kestrelos/values.yaml index 8b481b3..f79185f 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: latest + tag: 0.2.0 pullPolicy: IfNotPresent service: diff --git a/package.json b/package.json index 4bd2de9..5813701 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kestrelos", - "version": "0.1.0", + "version": "0.2.0", "private": true, "type": "module", "scripts": {