diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ecb4ea7c..81514764 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Lock file maintenance + hash: c871d1ea9262bd4bc3c1a318f4553b7a49c8f250 + body: | + Update + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + version: 2.0.86 + title: "" + date: 2025-01-06T15:15:40.227Z - commits: - subject: Explicitly set GH_TOKEN permissions hash: 06f5684455d318864a5dba45c935d350b343500c @@ -1435,24 +1447,14 @@ - commits: - subject: "patch: bump @actions/core from 1.9.1 to 1.10.0" hash: f79fec2f2f8c797e4dc4c815219aad398bf2bab2 - body: > - Bumps - [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) - from 1.9.1 to 1.10.0. - + body: | + Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.1 to 1.10.0. - [Release notes](https://github.com/actions/toolkit/releases) - - - - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - - - - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) - + - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) + - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- - updated-dependencies: - - dependency-name: "@actions/core" dependency-type: direct:production update-type: version-update:semver-minor @@ -1754,21 +1756,12 @@ - commits: - subject: "patch: Change `master` branch to `main` in README" hash: fe3ecd4f5f51ba164187b5d87ed5a32492517128 - body: >- - Changed references to `master` branch to `main` in alignment with - GitHub's shift to a new default. + body: |- + Changed references to `master` branch to `main` in alignment with GitHub's shift to a new default. - - GitHub repos now default to `main` instead of `master`. When I created a - new repo which had a default branch of `main` and I used the example - from the README the workflow didn't trigger because it was pointing to - `master`. This change amends the README to refer to the new default, and - changes the example action to trigger on both `master` and `main` - branches to be backwards compatible. + GitHub repos now default to `main` instead of `master`. When I created a new repo which had a default branch of `main` and I used the example from the README the workflow didn't trigger because it was pointing to `master`. This change amends the README to refer to the new default, and changes the example action to trigger on both `master` and `main` branches to be backwards compatible. - See [this article]( - https://www.zdnet.com/article/github-to-replace-master-with-main-starting-next-month/#:~:text=Starting%20next%20month,%20all%20new,them%20with%20more%20inclusive%20terms) - for changes to GitHub default. + See [this article]( https://www.zdnet.com/article/github-to-replace-master-with-main-starting-next-month/#:~:text=Starting%20next%20month,%20all%20new,them%20with%20more%20inclusive%20terms) for changes to GitHub default. footer: {} author: maggie0002 nested: [] @@ -2045,23 +2038,14 @@ - commits: - subject: "patch: bump balena-sdk from 16.13.4 to 16.15.1" hash: a9cdb97ef56ef406e274acf2f2c5b8ed621f3e14 - body: > - Bumps [balena-sdk](https://github.com/balena-io/balena-sdk) from 16.13.4 - to 16.15.1. - + body: | + Bumps [balena-sdk](https://github.com/balena-io/balena-sdk) from 16.13.4 to 16.15.1. - [Release notes](https://github.com/balena-io/balena-sdk/releases) - - - - [Changelog](https://github.com/balena-io/balena-sdk/blob/master/CHANGELOG.md) - - - - [Commits](https://github.com/balena-io/balena-sdk/compare/v16.13.4...v16.15.1) - + - [Changelog](https://github.com/balena-io/balena-sdk/blob/master/CHANGELOG.md) + - [Commits](https://github.com/balena-io/balena-sdk/compare/v16.13.4...v16.15.1) --- - updated-dependencies: - - dependency-name: balena-sdk dependency-type: direct:production update-type: version-update:semver-minor @@ -2197,23 +2181,14 @@ - commits: - subject: "patch: bump balena-sdk from 15.59.2 to 16.13.4" hash: 3200070e95389951bb4ce8eb20e91d5c68847e26 - body: > - Bumps [balena-sdk](https://github.com/balena-io/balena-sdk) from 15.59.2 - to 16.13.4. - + body: | + Bumps [balena-sdk](https://github.com/balena-io/balena-sdk) from 15.59.2 to 16.13.4. - [Release notes](https://github.com/balena-io/balena-sdk/releases) - - - - [Changelog](https://github.com/balena-io/balena-sdk/blob/master/CHANGELOG.md) - - - - [Commits](https://github.com/balena-io/balena-sdk/compare/v15.59.2...v16.13.4) - + - [Changelog](https://github.com/balena-io/balena-sdk/blob/master/CHANGELOG.md) + - [Commits](https://github.com/balena-io/balena-sdk/compare/v15.59.2...v16.13.4) --- - updated-dependencies: - - dependency-name: balena-sdk dependency-type: direct:production update-type: version-update:semver-major diff --git a/CHANGELOG.md b/CHANGELOG.md index 9296f96f..61698858 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.86 - 2025-01-06 + +* Lock file maintenance [balena-renovate[bot]] + ## v2.0.85 - 2024-11-18 * Explicitly set GH_TOKEN permissions [Anton Belodedenko] diff --git a/action.yml b/action.yml index a5b810f3..ca30bee1 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.85 + image: docker://ghcr.io/balena-io/deploy-to-balena-action:v2.0.86 env: BALENA_TOKEN: ${{ inputs.balena_token }} BALENA_URL: ${{ inputs.environment }} diff --git a/package-lock.json b/package-lock.json index b63038b8..8f68b7d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deploy-to-balena-action", - "version": "2.0.85", + "version": "2.0.86", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "deploy-to-balena-action", - "version": "2.0.85", + "version": "2.0.86", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index facc8fbf..60816fbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deploy-to-balena-action", - "version": "2.0.85", + "version": "2.0.86", "description": "Github action to build releases for a fleet", "homepage": "https://github.com/balena-io/deploy-to-balena-action", "private": true,