diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d886c7ab..62ded24a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Lock file maintenance + hash: 66f6534ab0c42b5e2a51bc25348801184a5f3d2e + body: | + Update + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + version: 2.0.72 + title: "" + date: 2024-06-17T01:17:04.692Z - commits: - subject: Lock file maintenance hash: 633d4c356ac0bf40c6a5f23caeb7289b18b7a77f diff --git a/CHANGELOG.md b/CHANGELOG.md index 65de52df..b4fbf187 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.72 - 2024-06-17 + +* Lock file maintenance [Self-hosted Renovate Bot] + ## v2.0.71 - 2024-06-10 * Lock file maintenance [Self-hosted Renovate Bot] diff --git a/action.yml b/action.yml index ae8a7947..56eef994 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.71 + image: docker://ghcr.io/balena-io/deploy-to-balena-action:v2.0.72 env: BALENA_TOKEN: ${{ inputs.balena_token }} BALENA_URL: ${{ inputs.environment }} diff --git a/package-lock.json b/package-lock.json index 4c1fdf39..b1cefe82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deploy-to-balena-action", - "version": "2.0.71", + "version": "2.0.72", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "deploy-to-balena-action", - "version": "2.0.71", + "version": "2.0.72", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 7346979f..df0801f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deploy-to-balena-action", - "version": "2.0.71", + "version": "2.0.72", "description": "Github action to build releases for a fleet", "homepage": "https://github.com/balena-io/deploy-to-balena-action", "private": true,