diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 40808d67..0876de54 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,23 @@ +- commits: + - subject: Replace resin-discoverable-services with bonjour-service + hash: 7273656d07dfd02d1395b87d9270679070d8df73 + body: > + Instead of using the more generic resin-discoverable-services lib which + is unmantained + + and currently has several vulnerabilities and forks for fixing issues + (that were later on fixed upstream) + + we directly talk with mDNS using standard (and currently mantained) + bonjour-service. + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + nested: [] + version: 18.2.23 + title: "" + date: 2024-07-10T21:05:51.497Z - commits: - subject: Remove unused dependency minimatch hash: 1749937373391ffa0c584663dc48fa2bdd83c4e9 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7799ffba..2128ca51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## 18.2.23 - 2024-07-10 + +* Replace resin-discoverable-services with bonjour-service [Otavio Jacobi] + ## 18.2.22 - 2024-07-10 * Remove unused dependency minimatch [Otavio Jacobi] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3f948871..90644bca 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "18.2.22", + "version": "18.2.23", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "18.2.22", + "version": "18.2.23", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index d91b161b..151f2e89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "18.2.22", + "version": "18.2.23", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -283,6 +283,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2024-07-10T16:48:03.033Z" + "publishedAt": "2024-07-10T21:05:52.453Z" } }