This commit is contained in:
Balena CI 2021-07-31 01:27:29 +03:00 committed by VersionBot
parent 27013b1d72
commit 0df979be55
5 changed files with 47 additions and 4 deletions

View File

@ -1,3 +1,41 @@
- commits:
- subject: 'Remove comparison based on image, release, and service ids'
hash: b67f94802dd8c2e890121f6ca82eda8dff2c051c
body: >
Preparing for the new v3 target state, where the supervisor will make
environment
dependent ids optional and rely on using general UUIDs and user known
identifiers
for comparison. This PR moves forward in that direction by removing some
of those
comparisons for v2 target state.
- imageId to be replaced with imageName
- serviceId to be replace by serviceName
- releaseId to be replaced by commit (future release_uuid)
This is a backwards compatible change, meaning it doesn't completely get
rid of
these identifiers (which are still being used by supervisor API and for
state
patch), but will not depend on those identifiers for calculating steps
to target state.
footer:
Change-type: minor
change-type: minor
author: Felipe Lalanne
nested: []
version: 12.10.0
date: 2021-07-28T14:00:22.581Z
- commits:
- subject: Use tags to track supervised images in docker
hash: f1bd4b8d9bcef29e326cbf97eaddd837c2704d19

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.10.0
## (2021-07-28)
* Remove comparison based on image, release, and service ids [Felipe Lalanne]
# v12.9.6
## (2021-07-26)

View File

@ -1 +1 @@
12.9.6
12.10.0

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.9.6",
"version": "12.10.0",
"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.9.6",
"version": "12.10.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -138,6 +138,6 @@
}
},
"versionist": {
"publishedAt": "2021-07-26T13:58:29.461Z"
"publishedAt": "2021-07-28T14:00:22.766Z"
}
}