diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 32fec1cf..bfe4f6fb 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Update dependency balena-io/balena-cli to v18.2.34 + hash: fd2c2ba2d875ab7670142f83090756df4de63d69 + body: | + Update balena-io/balena-cli from 18.2.33 to 18.2.34 + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + version: 2.0.77 + title: "" + date: 2024-11-03T13:15:58.531Z - commits: - subject: Update dependency rimraf to v6 hash: 593da74122c454e5cfee20bc5c7f4e01a77a7a9e diff --git a/CHANGELOG.md b/CHANGELOG.md index 8014d3e4..482a8cde 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/). +## v2.0.77 - 2024-11-03 + +* Update dependency balena-io/balena-cli to v18.2.34 [balena-renovate[bot]] + ## v2.0.76 - 2024-11-03 * Update dependency rimraf to v6 [balena-renovate[bot]] diff --git a/action.yml b/action.yml index c2af93ab..c3a21d43 100644 --- a/action.yml +++ b/action.yml @@ -74,7 +74,7 @@ outputs: description: Version of the release built runs: using: docker - image: docker://ghcr.io/balena-io/deploy-to-balena-action:v2.0.76 + image: docker://ghcr.io/balena-io/deploy-to-balena-action:v2.0.77 env: BALENA_TOKEN: ${{ inputs.balena_token }} BALENA_URL: ${{ inputs.environment }} diff --git a/package-lock.json b/package-lock.json index d2603cb7..0e681356 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deploy-to-balena-action", - "version": "2.0.76", + "version": "2.0.77", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "deploy-to-balena-action", - "version": "2.0.76", + "version": "2.0.77", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index c9293519..856ea3a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deploy-to-balena-action", - "version": "2.0.76", + "version": "2.0.77", "description": "Github action to build releases for a fleet", "homepage": "https://github.com/balena-io/deploy-to-balena-action", "private": true,