diff --git a/CHANGELOG.md b/CHANGELOG.md index 164372f..bc53334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.7] - 2026-03-06 +### Changed +- chore(deps): update docker/build-push-action action to v7 (#19) + ## [1.0.6] - 2026-03-05 ### Changed - fix docker login during push stage (#18) diff --git a/helm/kestrelos/Chart.yaml b/helm/kestrelos/Chart.yaml index 32727f1..7f90e12 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.6 -appVersion: "1.0.6" +version: 1.0.7 +appVersion: "1.0.7" diff --git a/helm/kestrelos/values.yaml b/helm/kestrelos/values.yaml index 4fb5449..0bd25ce 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.6 + tag: 1.0.7 pullPolicy: IfNotPresent service: diff --git a/package.json b/package.json index 4b40bfd..e7f2d03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kestrelos", - "version": "1.0.6", + "version": "1.0.7", "private": true, "type": "module", "scripts": {