mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-15 06:56:36 +00:00
v10.11.2
This commit is contained in:
parent
abe1b59ebe
commit
364fabd749
@ -1,3 +1,17 @@
|
||||
- commits:
|
||||
- subject: Pass in deviceId when fetching device tags
|
||||
hash: 3c59944ce126570cc814626f20a9d67d6e67ff4d
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Closes: '#1237'
|
||||
closes: '#1237'
|
||||
Signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
author: Cameron Diver
|
||||
version: 10.11.2
|
||||
date: 2020-03-31T11:48:13.361Z
|
||||
- commits:
|
||||
- subject: "\U0001F527 Update resin-lint -> balena-lint in lintstaged"
|
||||
hash: 2433f9a343d26233fff3d5bed14a548feded23ad
|
||||
|
@ -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/).
|
||||
|
||||
# v10.11.2
|
||||
## (2020-03-31)
|
||||
|
||||
* Pass in deviceId when fetching device tags [Cameron Diver]
|
||||
|
||||
# v10.11.1
|
||||
## (2020-03-30)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "10.11.1",
|
||||
"version": "10.11.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.11.1",
|
||||
"version": "10.11.2",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user