Skip to content

Commit

Permalink
v6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jul 22, 2024
1 parent 4e30b67 commit 1245395
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
28 changes: 28 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
- commits:
- subject: Update docker API version to match the v20.10 engine version
hash: b129f29043de773bf9f6b2259e30cd62487c3d41
body: |
Update the API version to the version set in the distro configuration,
which must match the API version of the balena package.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alex Gonzalez <[email protected]>
signed-off-by: Alex Gonzalez <[email protected]>
author: Alex Gonzalez
nested: []
- subject: "conf: distro: set default docker API version"
hash: 39194a01acb4bfaf51f6d59a0a77b1988519620f
body: |
This is used to match the API version used in the build pipeline with
the balena version used in the image.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alex Gonzalez <[email protected]>
signed-off-by: Alex Gonzalez <[email protected]>
author: Alex Gonzalez
nested: []
version: 6.0.3
title: ""
date: 2024-07-22T08:23:04.274Z
- commits:
- subject: Update tests/leviathan digest to 081cbeb
hash: 1440f5c245ed251c5677cc72ec9de6e120b41c38
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change log
-----------

# v6.0.3
## (2024-07-22)

* Update docker API version to match the v20.10 engine version [Alex Gonzalez]
* conf: distro: set default docker API version [Alex Gonzalez]

# v6.0.2
## (2024-07-19)

Expand Down
2 changes: 1 addition & 1 deletion meta-balena-common/conf/distro/include/balena-os.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include conf/distro/include/balena-os-rust-version.inc

DISTRO = "balena-os"
DISTRO_NAME = "balenaOS"
DISTRO_VERSION = "6.0.2"
DISTRO_VERSION = "6.0.3"
HOSTOS_VERSION = "${DISTRO_VERSION}"
python () {
''' Set HOSTOS_VERSION from board VERSION if available '''
Expand Down

0 comments on commit 1245395

Please sign in to comment.