diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fc249d..9728977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +## [1.1.3] - 2026-04-19 +### Changed +- update dependency mediasoup-client to v3.18.8 (#30) + +This PR contains the following updates: + +| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | +|---|---|---|---| +| [mediasoup-client](https://mediasoup.org) ([source](https://github.com/versatica/mediasoup-client)) | [`3.18.7` → `3.18.8`](https://renovatebot.com/diffs/npm/mediasoup-client/3.18.7/3.18.8) | ![age](https://developer.mend.io/api/mc/badges/age/npm/mediasoup-client/3.18.8?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mediasoup-client/3.18.7/3.18.8?slim=true) | + +--- + +### Release Notes + +
+versatica/mediasoup-client (mediasoup-client) + +### [`v3.18.8`](https://github.com/versatica/mediasoup-client/compare/3.18.7...3.18.8) + +[Compare Source](https://github.com/versatica/mediasoup-client/compare/3.18.7...3.18.8) + +
+ +--- + + - [ ] If you want to rebase/retry this PR, check this box + + ## [1.1.2] - 2026-04-15 ### Changed - Update dependency fast-xml-parser to v5.6.0 (#28) diff --git a/helm/kestrelos/Chart.yaml b/helm/kestrelos/Chart.yaml index 7b16938..62f49e4 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.2 -appVersion: "1.1.2" +version: 1.1.3 +appVersion: "1.1.3" diff --git a/helm/kestrelos/values.yaml b/helm/kestrelos/values.yaml index e5a7b43..6f68408 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.2 + tag: 1.1.3 pullPolicy: IfNotPresent service: diff --git a/package.json b/package.json index 4ffbb2f..66a2d4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kestrelos", - "version": "1.1.2", + "version": "1.1.3", "private": true, "type": "module", "scripts": {