Skip to content

Commit f3aa2a2

Browse files
v17.0.4
1 parent 58bd225 commit f3aa2a2

File tree

6 files changed

+27
-6
lines changed

6 files changed

+27
-6
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
- commits:
2+
- subject: Remove unsupported fields from contract requirements
3+
hash: 4318272844c7067288675ca6a2b0f4d0175c3ae1
4+
body: |
5+
A contract including extra requirement fields, such as "name" would fail
6+
validation. This PR removes any extra fields from the validated contract
7+
to prevent services with these extra fields from getting rejected by the
8+
contract validation.
9+
footer:
10+
Change-type: patch
11+
change-type: patch
12+
author: Felipe Lalanne
13+
nested: []
14+
version: 17.0.4
15+
title: ""
16+
date: 2025-05-22T18:47:27.797Z
117
- commits:
218
- subject: Simplify contract validation module
319
hash: 7c83eaef8024cec9052eb0051a1a1f47e238c690

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.4
8+
## (2025-05-22)
9+
10+
* Remove unsupported fields from contract requirements [Felipe Lalanne]
11+
712
# v17.0.3
813
## (2025-05-13)
914

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17.0.3
1+
17.0.4

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.3
5+
version: 17.0.4
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.3",
4+
"version": "17.0.4",
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-05-13T14:50:13.901Z"
140+
"publishedAt": "2025-05-22T18:47:28.329Z"
141141
}
142142
}

0 commit comments

Comments
 (0)