Skip to content

Commit

Permalink
v2.87.5
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci authored and VersionBot committed Nov 15, 2021
1 parent b496592 commit 7f0d659
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
- commits:
- subject: 'tests: os: Add exposed engine socket test'
hash: 612b7853a23441d0192de5580d37d0f89f7f3103
body: |
This tests the engine socket being exposed in development mode but not
in production mode.
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: 2.87.5
date: 2021-11-11T17:56:18.921Z
- commits:
- subject: 'resindataexpander: also resize LUKS volume if necessary'
hash: aff55ab61db7842202d7aec2e16b3bab505daf60
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change log
-----------

# v2.87.5
## (2021-11-11)

* tests: os: Add exposed engine socket test [Alex Gonzalez]

# v2.87.4
## (2021-11-11)

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 @@ -4,7 +4,7 @@ include conf/distro/include/balena-os-yocto-version.inc

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

0 comments on commit 7f0d659

Please sign in to comment.