This commit is contained in:
Balena CI 2021-06-14 14:15:43 +03:00 committed by VersionBot
parent ac957c07a7
commit 5486a74b82
5 changed files with 37 additions and 3 deletions

View File

@ -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] <support@github.com>'
signed-off-by: 'dependabot[bot] <support@github.com>'
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

View File

@ -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)

View File

@ -1 +1 @@
12.8.6
12.8.7

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.8.6",
"version": "12.8.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",