Skip to content

Commit

Permalink
v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balenaCI committed Mar 27, 2023
1 parent b310773 commit e7041b7
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
11 changes: 11 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
- commits:
- subject: Add multi_dockerignore option
hash: db2cedeef4948ef79b8741119604cb9dec586dfb
body: ""
footer:
Change-type: minor
change-type: minor
author: karaxuna
version: 0.27.0
title: ""
date: 2023-03-27T09:19:53.420Z
- commits:
- subject: Move the deploy test action to a custom flowzone test
hash: abbe2922f3f674203fd6d14339186f890ded37ee
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.27.0 - 2023-03-27

* Add multi_dockerignore option [karaxuna]

## v0.26.4 - 2023-03-24

* Move the deploy test action to a custom flowzone test [Thodoris Greasidis]
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ outputs:
description: Version of the release built
runs:
using: docker
image: docker://ghcr.io/balena-io/deploy-to-balena-action:v0.26.4
image: docker://ghcr.io/balena-io/deploy-to-balena-action:v0.27.0
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.4",
"version": "0.27.0",
"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 e7041b7

Please sign in to comment.