Skip to content

Commit

Permalink
v0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
balenaCI committed Jan 30, 2023
1 parent 878df25 commit f855486
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
13 changes: 13 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
- commits:
- subject: Set outputs on finalize
hash: cc1d347ecdb81110227fd3b1ef35f319f3040a9a
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Kyle Harding <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
author: Kyle Harding
version: 0.26.1
title: ""
date: 2023-01-30T22:03:10.195Z
- commits:
- subject: Mark versionbot as Deprecated in action.yml
hash: d7aded8a4900e38107b8fa0395ee9bb010c2ac67
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

## v0.26.1 - 2023-01-30

* Set outputs on finalize [Kyle Harding]

## v0.26.0 - 2023-01-23

* Mark versionbot as Deprecated in action.yml [maggie0002]
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ outputs:
description: Version of the release built
runs:
using: docker
image: docker://ghcr.io/balena-io/deploy-to-balena-action:v0.26.0
image: docker://ghcr.io/balena-io/deploy-to-balena-action:v0.26.1
env:
BALENA_TOKEN: ${{ inputs.balena_token }}
BALENA_URL: ${{ inputs.environment }}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deploy-to-balena-action",
"version": "0.26.0",
"version": "0.26.1",
"description": "Github action to build releases for a fleet",
"homepage": "https://github.com/balena-io/deploy-to-balena-action",
"private": true,
Expand Down

0 comments on commit f855486

Please sign in to comment.