Skip to content

Commit 49b18b4

Browse files
v17.0.1
1 parent 623a163 commit 49b18b4

File tree

6 files changed

+25
-6
lines changed

6 files changed

+25
-6
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
- commits:
2+
- subject: Clarify firewall docs on behavior with host network containers
3+
hash: caed4dcca0043f848f6dd5a3d1a2f82a2466e8d6
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
Signed-off-by: Christina Ying Wang <[email protected]>
9+
signed-off-by: Christina Ying Wang <[email protected]>
10+
author: Christina Ying Wang
11+
nested: []
12+
version: 17.0.1
13+
title: ""
14+
date: 2025-03-25T20:41:20.141Z
115
- commits:
216
- subject: Add Docker network label if custom ipam config
317
hash: b596c77ce2d229e79082cbb1f0022f93806f09ae

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
# v17.0.1
8+
## (2025-03-25)
9+
10+
* Clarify firewall docs on behavior with host network containers [Christina Ying Wang]
11+
712
# v17.0.0
813
## (2025-03-24)
914

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17.0.0
1+
17.0.1

balena.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ name: balena-supervisor
22
description: 'Balena Supervisor: balena''s agent on devices.'
33
joinable: false
44
type: sw.application
5-
version: 17.0.0
5+
version: 17.0.1
66
provides:
77
- slug: sw.compose.long-volume-syntax

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "balena-supervisor",
33
"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.",
4-
"version": "17.0.0",
4+
"version": "17.0.1",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -137,6 +137,6 @@
137137
"yargs": "^17.7.2"
138138
},
139139
"versionist": {
140-
"publishedAt": "2025-03-24T22:18:09.279Z"
140+
"publishedAt": "2025-03-25T20:41:20.717Z"
141141
}
142142
}

0 commit comments

Comments
 (0)