Skip to content

Commit

Permalink
v2.107.36
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci committed Dec 15, 2022
1 parent 1b6abfb commit fad0927
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 1 deletion.
34 changes: 34 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
- commits:
- subject: Update tests/leviathan digest to 48ffd13
hash: 71f0b808ee097643b9ea6f8572fb30b9e8c7e0c7
body: Update tests/leviathan
footer:
Change-type: patch
change-type: patch
author: renovate[bot]
nested:
- commits:
- subject: Avoid conflicting docker networks
hash: 5e04208a9f07567c6aa7fdc55dc95d2cacb6c8c3
body: >
The `make subnet` command can be called on Jenkins and similar to generate

a unique subnet that is not in use.


The DinD daemon in the core service will also start with a non-default

subnet.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Kyle Harding <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
author: Kyle Harding
nested: []
version: leviathan-2.10.11
title: ""
date: 2022-12-14T14:15:43.765Z
version: 2.107.36
title: ""
date: 2022-12-15T06:04:52.294Z
- commits:
- subject: "patch: Add default debug object to test config"
hash: 3def4d69a63952eac4a5c3fb6bd94fe03b666eda
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Change log
-----------

# v2.107.36
## (2022-12-15)


<details>
<summary> Update tests/leviathan digest to 48ffd13 [renovate[bot]] </summary>

> ## leviathan-2.10.11
> ### (2022-12-14)
>
> * Avoid conflicting docker networks [Kyle Harding]
>
</details>

# v2.107.35
## (2022-12-15)

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 = "2.107.35"
DISTRO_VERSION = "2.107.36"
HOSTOS_VERSION = "${DISTRO_VERSION}"
python () {
''' Set HOSTOS_VERSION from board VERSION if available '''
Expand Down

0 comments on commit fad0927

Please sign in to comment.