mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-03-13 15:56:28 +00:00
v21.1.0
This commit is contained in:
parent
a9042124ea
commit
650e896f70
@ -1,3 +1,20 @@
|
||||
- commits:
|
||||
- subject: Add support for new requirement labels feature
|
||||
hash: 42c50ef8aed110b317a0472d928bf75e372b4c0b
|
||||
body: |
|
||||
Updates @balena/compose to v7 to include this new feature.
|
||||
footer:
|
||||
See: https://balena.fibery.io/Work/Project/Refactoring-container-contracts-1205
|
||||
see: https://balena.fibery.io/Work/Project/Refactoring-container-contracts-1205
|
||||
Depends-on: https://github.com/balena-io-modules/balena-compose/pull/64
|
||||
depends-on: https://github.com/balena-io-modules/balena-compose/pull/64
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
author: Felipe Lalanne
|
||||
nested: []
|
||||
version: 21.1.0
|
||||
title: ""
|
||||
date: 2025-03-12T19:34:17.610Z
|
||||
- commits:
|
||||
- subject: Drop support for OS versions <2.14.0
|
||||
hash: aad62d1ccd11ebb69b1035d5b95aef93d384bfd5
|
||||
|
@ -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/).
|
||||
|
||||
## 21.1.0 - 2025-03-12
|
||||
|
||||
* Add support for new requirement labels feature [Felipe Lalanne]
|
||||
|
||||
## 21.0.0 - 2025-03-11
|
||||
|
||||
* Drop support for OS versions <2.14.0 [myarmolinsky]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "21.0.0",
|
||||
"version": "21.1.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "21.0.0",
|
||||
"version": "21.1.0",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "21.0.0",
|
||||
"version": "21.1.0",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -276,6 +276,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2025-03-11T14:42:29.446Z"
|
||||
"publishedAt": "2025-03-12T19:34:18.617Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user