mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-05-05 02:22:56 +00:00
v12.8.7
This commit is contained in:
parent
ac957c07a7
commit
5486a74b82
@ -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:
|
- commits:
|
||||||
- subject: Document the current state of HOST_FIREWALL_MODE
|
- subject: Document the current state of HOST_FIREWALL_MODE
|
||||||
hash: 3961fbf1e714c594f730fe06fa3bbd3386f918bd
|
hash: 3961fbf1e714c594f730fe06fa3bbd3386f918bd
|
||||||
|
@ -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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
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
|
# v12.8.6
|
||||||
## (2021-06-09)
|
## (2021-06-09)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "12.8.6",
|
"version": "12.8.7",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"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.",
|
"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",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user