mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-20 17:52:51 +00:00
v10.5.2
This commit is contained in:
parent
9cd4313897
commit
0e229eb13b
@ -1,3 +1,22 @@
|
||||
- commits:
|
||||
- subject: >-
|
||||
Bump handlebars from 4.0.12 to 4.5.1 Bumps
|
||||
[handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to
|
||||
4.5.1. - [Release
|
||||
notes](https://github.com/wycats/handlebars.js/releases) -
|
||||
[Changelog](https://github.com/wycats/handlebars.js/blob/v4.5.1/release-notes.md)
|
||||
-
|
||||
[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...v4.5.1)
|
||||
hash: d767bada4eb5fd14c30a4fbd1e890848598318ff
|
||||
body: ''
|
||||
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]'
|
||||
version: 10.5.2
|
||||
date: 2019-10-29T11:48:48.695Z
|
||||
- commits:
|
||||
- subject: Ensure that we reset rate limits after a successful target apply
|
||||
hash: 9651bc70281afc885a6ae11d1fb7bf668611181c
|
||||
|
@ -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/).
|
||||
|
||||
## 10.5.2 - 2019-10-29
|
||||
|
||||
* Bump handlebars from 4.0.12 to 4.5.1 Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.5.1. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/v4.5.1/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...v4.5.1) [dependabot[bot]]
|
||||
|
||||
## 10.5.1 - 2019-10-28
|
||||
|
||||
* Ensure that we reset rate limits after a successful target apply [Cameron Diver]
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "10.5.1",
|
||||
"version": "10.5.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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": "10.5.1",
|
||||
"version": "10.5.2",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user