diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 6e7255a0..d54416ae 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Update Node.js to v18.18.2 + hash: 726798a709c589e5f7fbe41f6a00c9495baa6e47 + body: | + Update node from 18.17.1 to 18.18.2 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + version: 1.1.3 + title: "" + date: 2023-11-10T22:08:32.208Z - commits: - subject: Update dependency balena-io/balena-cli to v17.4.0 hash: 59f8828557ca7a4517707760b5185fec72a8a4c1 diff --git a/CHANGELOG.md b/CHANGELOG.md index cbe38946..43fe6488 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/). +## v1.1.3 - 2023-11-10 + +* Update Node.js to v18.18.2 [Self-hosted Renovate Bot] + ## v1.1.2 - 2023-11-10 * Update dependency balena-io/balena-cli to v17.4.0 [Self-hosted Renovate Bot] diff --git a/action.yml b/action.yml index 61988810..d963c8f5 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:v1.1.2 + image: docker://ghcr.io/balena-io/deploy-to-balena-action:v1.1.3 env: BALENA_TOKEN: ${{ inputs.balena_token }} BALENA_URL: ${{ inputs.environment }} diff --git a/package-lock.json b/package-lock.json index b6df8018..286654c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deploy-to-balena-action", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "deploy-to-balena-action", - "version": "1.1.1", + "version": "1.1.2", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 9ac9f69b..019dc4e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deploy-to-balena-action", - "version": "1.1.2", + "version": "1.1.3", "description": "Github action to build releases for a fleet", "homepage": "https://github.com/balena-io/deploy-to-balena-action", "private": true,