From e86bed2336736e5ffcfe886b0ee8bbf66272119a Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 19 Oct 2021 23:03:21 +0300 Subject: [PATCH] v12.50.3 --- .versionbot/CHANGELOG.yml | 16 ++++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 4 ++-- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index bd2b36ab..8c705928 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,19 @@ +- commits: + - subject: Update resin-compose-parse from 2.1.3 to 2.3.0 + hash: 9b6fb62e4f9e206c2c51cf5b386580e0af8dc723 + body: | + This adds support for Docker compose v2.4 + footer: + Closes: '#2364' + closes: '#2364' + Change-type: patch + change-type: patch + Signed-off-by: Tomás Migone + signed-off-by: Tomás Migone + author: Tomás Migone + nested: [] + version: 12.50.3 + date: 2021-10-19T20:02:16.327Z - commits: - subject: Error message when renaming a fleet now mentions the target name. hash: c493c33e3896784ee60c9d4ac79721ca6b96a778 diff --git a/CHANGELOG.md b/CHANGELOG.md index ea0a1243..d605d919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +## 12.50.3 - 2021-10-19 + +* Update resin-compose-parse from 2.1.3 to 2.3.0 [Tomás Migone] + ## 12.50.2 - 2021-10-05 * Error message when renaming a fleet now mentions the target name. [Carlo Miguel F. Cruz] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 1e1abfda..3ca5cabc 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.50.2", + "version": "12.50.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 120d5c3e..40f2e84b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.50.2", + "version": "12.50.3", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -289,6 +289,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2021-10-05T09:04:41.226Z" + "publishedAt": "2021-10-19T20:02:16.558Z" } }