diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 36240f1c..a8b2ad94 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: Update balena CLI to v17.0.0 + hash: 94230b89430ef061c338fe13493b1ed6a67895dc + body: "" + footer: + Change-type: minor + change-type: minor + author: Kyle Harding + version: 0.29.0 + title: "" + date: 2023-09-05T19:09:18.237Z - commits: - subject: Add debug build logs option hash: f0f1035f3824c214bf6673699670ea8f53031912 diff --git a/CHANGELOG.md b/CHANGELOG.md index c811dd83..d074df5b 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/). +## v0.29.0 - 2023-09-05 + +* Update balena CLI to v17.0.0 [Kyle Harding] + ## v0.28.0 - 2023-07-30 * Add debug build logs option [Trey Gilliland] diff --git a/action.yml b/action.yml index 51c918c1..2a0c9a69 100644 --- a/action.yml +++ b/action.yml @@ -70,7 +70,7 @@ outputs: description: Version of the release built runs: using: docker - image: docker://ghcr.io/balena-io/deploy-to-balena-action:v0.28.0 + image: docker://ghcr.io/balena-io/deploy-to-balena-action:v0.29.0 env: BALENA_TOKEN: ${{ inputs.balena_token }} BALENA_URL: ${{ inputs.environment }} diff --git a/package-lock.json b/package-lock.json index 19b84a6d..1c2a1630 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deploy-to-balena-action", - "version": "0.27.0", + "version": "0.28.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "deploy-to-balena-action", - "version": "0.27.0", + "version": "0.28.0", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index f3ccf6f4..a00f1c44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deploy-to-balena-action", - "version": "0.28.0", + "version": "0.29.0", "description": "Github action to build releases for a fleet", "homepage": "https://github.com/balena-io/deploy-to-balena-action", "private": true,