Skip to content

Commit

Permalink
v18.2.33
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jul 17, 2024
1 parent 245c51d commit 544f615
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
24 changes: 24 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -287,6 +287,6 @@
}
},
"versionist": {
"publishedAt": "2024-07-16T13:10:03.601Z"
"publishedAt": "2024-07-17T07:46:23.907Z"
}
}

0 comments on commit 544f615

Please sign in to comment.