Skip to content

Commit

Permalink
v4.17.15
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci authored and VersionBot committed May 27, 2020
1 parent 7e1db18 commit 7760e57
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 5 deletions.
21 changes: 21 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
- commits:
- subject: 'diagnostics: add chronyd logs to output'
hash: 8190d8b921ba40526276e0367056b0152849ee9c
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Matthew McGinn <[email protected]>
signed-off-by: Matthew McGinn <[email protected]>
author: Matthew McGinn
- subject: 'meta: fix up inconsistent indentation'
hash: 218fd54225d2ea60d8e4920511d0a92f7d3ed679
body: ''
footer:
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.17.15
date: 2020-05-27T18:31:06.887Z
- commits:
- subject: 'codeowners: remove zubairlk'
hash: 3c01af6e6f17bee9adcc87443a9cac777d7d61a6
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.17.15 - 2020-05-27

- Diagnostics: add chronyd logs to output [Matthew McGinn]
- Meta: fix up inconsistent indentation [Matthew McGinn]

## v4.17.14 - 2020-05-15

- Codeowners: remove zubairlk [Matthew McGinn]
Expand Down
2 changes: 1 addition & 1 deletion diagnostics.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,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.17.14
#### DIAGNOSE_VERSION=4.17.15
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.17.14",
"version": "4.17.15",
"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.17.14
DIAGNOSE_VERSION=4.17.15
# 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.17.14
DIAGNOSE_VERSION=4.17.15
# Don't run anything before this source as it sets PATH here
# shellcheck disable=SC1091
source /etc/profile
Expand Down

0 comments on commit 7760e57

Please sign in to comment.