Skip to content

Commit

Permalink
v0.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
balenaCI committed Dec 1, 2022
1 parent 3df7484 commit c9d7b49
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 4 deletions.
20 changes: 20 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
- commits:
- subject: Add ALLOWED_EVENTS to managed list of events to support
hash: d315deed50a2692d87d7138fd943f66bbf71a060
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: 20k-ultra <[email protected]>
signed-off-by: 20k-ultra <[email protected]>
author: 20k-ultra
- subject: Allow pull_request_target event
hash: 6b6ed44e8523ae63dc0a32bb3eaa252e38a6be2e
body: ""
footer:
Change-type: patch
change-type: patch
author: Anton Belodedenko
version: 0.22.2
title: ""
date: 2022-12-01T01:44:48.433Z
- commits:
- subject: Update Node.js to v18.12.1
hash: 682ef559446569dbd1c3df30b76285012a34216a
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.22.2 - 2022-12-01

* Add ALLOWED_EVENTS to managed list of events to support [20k-ultra]
* Allow pull_request_target event [Anton Belodedenko]

## v0.22.1 - 2022-11-08

* Update Node.js to v18.12.1 [Renovate Bot]
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.22.1
image: docker://ghcr.io/balena-io/deploy-to-balena-action:v0.22.2
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.22.1",
"version": "0.22.2",
"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 c9d7b49

Please sign in to comment.