This commit is contained in:
balenaCI 2023-07-19 01:43:55 +00:00
parent 0dcf4cbff6
commit d12d7996bc
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 24 additions and 4 deletions

View File

@ -1,3 +1,19 @@
- commits:
- subject: Update balena-compose to v3.0.2
hash: 884e37d24293fc09a3a1c0f8e8763dc24698418c
body: |
Update balena-compose to v3.0.2
That release removes the use of the `cachefrom` on pull tasks, which
there is good evidence to suggest is the cause of #2165
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 16.7.2
title: ""
date: 2023-07-19T01:43:53.469Z
- commits:
- subject: Update balena-sdk to 17.8.0
hash: bd598788dcb70fc48d225290c9705ae17ad0b2b5

View File

@ -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/).
## 16.7.2 - 2023-07-19
* Update balena-compose to v3.0.2 [Felipe Lalanne]
## 16.7.1 - 2023-07-18

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-cli",
"version": "16.7.1",
"version": "16.7.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-cli",
"version": "16.7.1",
"version": "16.7.2",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "16.7.1",
"version": "16.7.2",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -284,6 +284,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2023-07-18T20:27:06.146Z"
"publishedAt": "2023-07-19T01:43:54.818Z"
}
}