Skip to content

Commit

Permalink
v4.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci authored and VersionBot committed May 29, 2020
1 parent 84ae925 commit 92ed8e2
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 5 deletions.
14 changes: 14 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
- commits:
- subject: 'check_balenaOS: handle case of multiple upstream hostapps'
hash: 301a87e3d26bc6f28be1b72cb4d4f05c3741e046
body: ''
footer:
Connects-to: '#222'
connects-to: '#222'
Change-type: patch
change-type: patch
Signed-off-by: Matthew McGinn <[email protected]>
signed-off-by: Matthew McGinn <[email protected]>
author: Matthew McGinn
version: 4.19.1
date: 2020-05-28T23:55:56.746Z
- commits:
- subject: Include count of under-voltage events when reporting problems
hash: 54eda02363e5d83cf574bb0dc0253e75cf7cfc96
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## v4.19.1 - 2020-05-28

- Check_balenaOS: handle case of multiple upstream hostapps [Matthew McGinn]

## v4.19.0 - 2020-05-28

- Include count of under-voltage events when reporting problems [Hugh Brown]
Expand Down
2 changes: 1 addition & 1 deletion diagnostics.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ output along with the exit code of the healthcheck.
#### Triage
These checks are wholly limited in scope to user services and should be triaged by the application developer.

#### DIAGNOSE_VERSION=4.19.0
#### DIAGNOSE_VERSION=4.19.1
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "device-diagnostics",
"version": "4.19.0",
"version": "4.19.1",
"description": "on-device diagnostics tool",
"homepage": "https://github.com/balena-io/device-diagnostics#readme",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion scripts/checks.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
DIAGNOSE_VERSION=4.19.0
DIAGNOSE_VERSION=4.19.1
# Don't run anything before this source as it sets PATH here
# shellcheck disable=SC1091
source /etc/profile
Expand Down
2 changes: 1 addition & 1 deletion scripts/diagnose.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
DIAGNOSE_VERSION=4.19.0
DIAGNOSE_VERSION=4.19.1
# Don't run anything before this source as it sets PATH here
# shellcheck disable=SC1091
source /etc/profile
Expand Down

0 comments on commit 92ed8e2

Please sign in to comment.