mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 10:46:34 +00:00
v18.2.31
This commit is contained in:
parent
46d3497663
commit
003d537433
@ -1,3 +1,36 @@
|
||||
- commits:
|
||||
- subject: "deploy: Use the sdk's pine instance with balena-compose"
|
||||
hash: efa0d67f0ad3968fe1a52f929ae475a2caf08567
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Thodoris Greasidis
|
||||
nested: []
|
||||
- subject: Update balena-sdk to 19.7.3
|
||||
hash: 232b9678bcac65b20c9006f749e1f8c9dcd49abd
|
||||
body: |
|
||||
Update balena-sdk from 19.7.2 to 19.7.3
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Thodoris Greasidis
|
||||
nested:
|
||||
- commits:
|
||||
- subject: "pinejs-client-core: Add some missing methods to the custom typings"
|
||||
hash: f052451b60e479124e8a9f494fd9855dcddb4677
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Thodoris Greasidis
|
||||
nested: []
|
||||
version: balena-sdk-19.7.3
|
||||
title: ""
|
||||
date: 2024-07-12T20:52:36.803Z
|
||||
version: 18.2.31
|
||||
title: ""
|
||||
date: 2024-07-15T21:17:39.152Z
|
||||
- commits:
|
||||
- subject: Omit unicode control character escapes from test logs
|
||||
hash: 4e101e2fd9151a9e0a41f8284feba30b32e1a77a
|
||||
|
14
CHANGELOG.md
14
CHANGELOG.md
@ -4,6 +4,20 @@ 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/).
|
||||
|
||||
## 18.2.31 - 2024-07-15
|
||||
|
||||
* deploy: Use the sdk's pine instance with balena-compose [Thodoris Greasidis]
|
||||
|
||||
<details>
|
||||
<summary> Update balena-sdk to 19.7.3 [Thodoris Greasidis] </summary>
|
||||
|
||||
> ### balena-sdk-19.7.3 - 2024-07-12
|
||||
>
|
||||
> * pinejs-client-core: Add some missing methods to the custom typings [Thodoris Greasidis]
|
||||
>
|
||||
|
||||
</details>
|
||||
|
||||
## 18.2.30 - 2024-07-15
|
||||
|
||||
* Omit unicode control character escapes from test logs [Thodoris Greasidis]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "18.2.30",
|
||||
"version": "18.2.31",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "18.2.30",
|
||||
"version": "18.2.31",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "18.2.30",
|
||||
"version": "18.2.31",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -287,6 +287,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2024-07-15T11:30:38.366Z"
|
||||
"publishedAt": "2024-07-15T21:17:41.164Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user