From 4d835a4f8232ae8acab7656c4d3f5c1454b18797 Mon Sep 17 00:00:00 2001 From: CI Date: Thu, 13 Aug 2026 14:24:18 +0000 Subject: [PATCH] release v1.1.7 [skip ci] --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ helm/kestrelos/Chart.yaml | 4 ++-- helm/kestrelos/values.yaml | 2 +- package.json | 2 +- 4 files changed, 37 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fb9cfa..6a270f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,36 @@ +## [1.1.7] - 2026-08-13 +### Changed +- update dependency supercluster to v9 (#41) + +This PR contains the following updates: + +| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | +|---|---|---|---| +| [supercluster](https://github.com/mapbox/supercluster) | [`^8.0.1` → `^9.0.0`](https://renovatebot.com/diffs/npm/supercluster/8.0.1/9.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/supercluster/9.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/supercluster/8.0.1/9.0.0?slim=true) | + +--- + +### Release Notes + +
+mapbox/supercluster (supercluster) + +### [`v9.0.0`](https://github.com/mapbox/supercluster/releases/tag/v9.0.0) + +[Compare Source](https://github.com/mapbox/supercluster/compare/v8.0.1...v9.0.0) + +- Radically optimize **memory footprint and performance** — on a sample 1M points index, Supercluster now uses 94% less transient allocation, 57% lower peak heap, 65% less retained memory, and runs 23% faster. [#​258](https://github.com/mapbox/supercluster/issues/258) +- Improve internal coordinate precision by 6 bits (64 times). +- ⚠️ Breaking: hard-cap `maxZoom` at 30 (it wasn't practical to use it on higher zooms anyway). +- Add support for `MultiPoint` features. [#​263](https://github.com/mapbox/supercluster/issues/263) + +
+ +--- + + - [ ] If you want to rebase/retry this PR, check this box + + ## [1.1.6] - 2026-06-24 ### Changed - Add ADS-B, AIS, and ALPR map layers with live CoT streaming (#36) diff --git a/helm/kestrelos/Chart.yaml b/helm/kestrelos/Chart.yaml index 376794e..952b02d 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.1.6 -appVersion: "1.1.6" +version: 1.1.7 +appVersion: "1.1.7" diff --git a/helm/kestrelos/values.yaml b/helm/kestrelos/values.yaml index 239544c..4bbf3af 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.1.6 + tag: 1.1.7 pullPolicy: IfNotPresent service: diff --git a/package.json b/package.json index 7db4e3a..eac1901 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kestrelos", - "version": "1.1.6", + "version": "1.1.7", "private": true, "type": "module", "scripts": {