From a7621489f3169fe1e141c1203f328af2135ea7d1 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:07:10 +0000 Subject: [PATCH] v1.1.0 --- .versionbot/CHANGELOG.yml | 11 +++++++++++ CHANGELOG.md | 4 ++++ action.yml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index cb83dd46..405a8525 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: Enable adding a note to the release + hash: 4bf3f04bb2d668bbb7cc43c9fd6daab531ebcf58 + body: "" + footer: + Change-type: minor + change-type: minor + author: Trey Gilliland + version: 1.1.0 + title: "" + date: 2023-11-01T20:07:07.513Z - commits: - subject: Allow custom actions to run for external contributions hash: 952291d058d8eb401c88bd62a6bfd46c0ff488f5 diff --git a/CHANGELOG.md b/CHANGELOG.md index 386351f0..585991c5 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.0 - 2023-11-01 + +* Enable adding a note to the release [Trey Gilliland] + ## v1.0.4 - 2023-11-01 * Allow custom actions to run for external contributions [Kyle Harding] diff --git a/action.yml b/action.yml index 22ab6e53..fe346cd3 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.0.4 + image: docker://ghcr.io/balena-io/deploy-to-balena-action:v1.1.0 env: BALENA_TOKEN: ${{ inputs.balena_token }} BALENA_URL: ${{ inputs.environment }} diff --git a/package-lock.json b/package-lock.json index 8a054825..2dfe3ede 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deploy-to-balena-action", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "deploy-to-balena-action", - "version": "1.0.3", + "version": "1.0.4", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index aa1c5aa9..6523ff16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deploy-to-balena-action", - "version": "1.0.4", + "version": "1.1.0", "description": "Github action to build releases for a fleet", "homepage": "https://github.com/balena-io/deploy-to-balena-action", "private": true,