From 5486a74b82f5c77acedc73f86d017089cfd47fed Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 14 Jun 2021 14:15:43 +0300 Subject: [PATCH] v12.8.7 --- .versionbot/CHANGELOG.yml | 29 +++++++++++++++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 37 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ec626261..cb8ce7ff 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,32 @@ +- commits: + - subject: Bump normalize-url from 4.5.0 to 4.5.1 + hash: ece3be6d4503d15ffbac193479535d35bcd8030c + body: > + Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) + from 4.5.0 to 4.5.1. + + - [Release + notes](https://github.com/sindresorhus/normalize-url/releases) + + - [Commits](https://github.com/sindresorhus/normalize-url/commits) + + + --- + + updated-dependencies: + + - dependency-name: normalize-url + dependency-type: indirect + ... + footer: + Change-type: patch + change-type: patch + Signed-off-by: 'dependabot[bot] ' + signed-off-by: 'dependabot[bot] ' + author: 'dependabot[bot]' + nested: [] + version: 12.8.7 + date: 2021-06-14T10:27:12.523Z - commits: - subject: Document the current state of HOST_FIREWALL_MODE hash: 3961fbf1e714c594f730fe06fa3bbd3386f918bd diff --git a/CHANGELOG.md b/CHANGELOG.md index 53fb6a82..28df0caf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +# v12.8.7 +## (2021-06-14) + +* Bump normalize-url from 4.5.0 to 4.5.1 [dependabot[bot]] + # v12.8.6 ## (2021-06-09) diff --git a/VERSION b/VERSION index ef694083..81614705 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.8.6 \ No newline at end of file +12.8.7 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 4e505844..7fe20350 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.8.6", + "version": "12.8.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e6857585..4c157255 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-supervisor", "description": "This is balena's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as the balena API informs it to.", - "version": "12.8.6", + "version": "12.8.7", "license": "Apache-2.0", "repository": { "type": "git",