mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v18.2.33
This commit is contained in:
parent
245c51d974
commit
544f615ca0
@ -1,3 +1,27 @@
|
||||
- commits:
|
||||
- subject: Improve discover balena os across different networks
|
||||
hash: 03f0f11f8b4c9fa4b5b4a9612fa9550b08d4bdd7
|
||||
body: >
|
||||
This is an improvement over the scan, join and leave commands removing
|
||||
flakiness when searching over different networks. In short, instead of
|
||||
leaving bonjour to search across all interfaces, we forcebly conduct a
|
||||
search on each interface, this requires mDNS binding any ipv4 interface
|
||||
(0.0.0.0), otherwise it would bind over the interface itself, which is
|
||||
not desired as it causes services to only be able to receive information
|
||||
over that interface, see
|
||||
[mafintosh/multicast-dns#53](https://github.com/mafintosh/multicast-dns/issues/53).
|
||||
This targeted approach enhances the reliability and accuracy of network
|
||||
searches, reducing instances of missed connections or network errors
|
||||
typically caused by flakiness when relying on bonjour's default
|
||||
behavior.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Otavio Jacobi
|
||||
nested: []
|
||||
version: 18.2.33
|
||||
title: ""
|
||||
date: 2024-07-17T07:46:23.084Z
|
||||
- commits:
|
||||
- subject: Remove unused code
|
||||
hash: 0f23318367f0f14e7df52740282c75d0ac3fc6b5
|
||||
|
@ -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.33 - 2024-07-17
|
||||
|
||||
* Improve discover balena os across different networks [Otavio Jacobi]
|
||||
|
||||
## 18.2.32 - 2024-07-16
|
||||
|
||||
* Remove unused code [Otavio Jacobi]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "18.2.32",
|
||||
"version": "18.2.33",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "18.2.32",
|
||||
"version": "18.2.33",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "18.2.32",
|
||||
"version": "18.2.33",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -287,6 +287,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2024-07-16T13:10:03.601Z"
|
||||
"publishedAt": "2024-07-17T07:46:23.907Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user