mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-09 12:21:17 +00:00
v16.5.3
This commit is contained in:
parent
6eafde9f59
commit
901176952d
@ -1,3 +1,17 @@
|
||||
- commits:
|
||||
- subject: Do not write `noProxy` to redsocks.conf
|
||||
hash: b088b78a3e9ca135a9624a2d5be54a7c205fb03f
|
||||
body: |
|
||||
This fixes a regression introduced by the refactor in #2329 where
|
||||
`noProxy` was being included in the data added to redsocks.conf.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Felipe Lalanne
|
||||
nested: []
|
||||
version: 16.5.3
|
||||
title: ""
|
||||
date: 2024-08-08T16:40:40.421Z
|
||||
- commits:
|
||||
- subject: Verify that LED_FILE exists on blinking setup
|
||||
hash: a255001c2e71942dd57806688dd1fb90a59ba22a
|
||||
|
@ -4,6 +4,11 @@ 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/).
|
||||
|
||||
# v16.5.3
|
||||
## (2024-08-08)
|
||||
|
||||
* Do not write `noProxy` to redsocks.conf [Felipe Lalanne]
|
||||
|
||||
# v16.5.2
|
||||
## (2024-08-07)
|
||||
|
||||
|
@ -2,6 +2,6 @@ name: balena-supervisor
|
||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||
joinable: false
|
||||
type: sw.application
|
||||
version: 16.5.2
|
||||
version: 16.5.3
|
||||
provides:
|
||||
- slug: sw.compose.long-volume-syntax
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "16.5.2",
|
||||
"version": "16.5.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-supervisor",
|
||||
"version": "16.5.2",
|
||||
"version": "16.5.3",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@balena/systemd": "^0.5.0",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"description": "This is balena's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as the balena API informs it to.",
|
||||
"version": "16.5.2",
|
||||
"version": "16.5.3",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -135,6 +135,6 @@
|
||||
"yargs": "^17.7.2"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2024-08-07T21:59:11.632Z"
|
||||
"publishedAt": "2024-08-08T16:40:40.928Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user