release v0.4.0 [skip ci]

This commit is contained in:
CI
2026-02-15 04:08:16 +00:00
parent 0aab29ea72
commit b18283d3b3
4 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
## [0.4.0] - 2026-02-15
### Changed
- new nav system (#5)
## [0.3.0] - 2026-02-14
### Changed
- heavily simplify server and app content. unify styling (#4)

View File

@@ -2,5 +2,5 @@ apiVersion: v2
name: kestrelos
description: KestrelOS TOC for OSINT feeds - map, camera feeds, offline tiles
type: application
version: 0.3.0
appVersion: "0.3.0"
version: 0.4.0
appVersion: "0.4.0"

View File

@@ -2,7 +2,7 @@ replicaCount: 1
image:
repository: git.keligrubb.com/keligrubb/kestrelos
tag: 0.3.0
tag: 0.4.0
pullPolicy: IfNotPresent
service:

View File

@@ -1,6 +1,6 @@
{
"name": "kestrelos",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"type": "module",
"scripts": {