Skip to content

Commit

Permalink
v0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
balenaCI committed Nov 8, 2022
1 parent 4a54123 commit e6c14e1
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
14 changes: 14 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
- commits:
- subject: Update Node.js to v18.12.1
hash: 682ef559446569dbd1c3df30b76285012a34216a
body: |
Update node to 18.12.1
Update node from 18.12.0 to 18.12.1
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
version: 0.22.1
title: ""
date: 2022-11-08T19:38:13.852Z
- commits:
- subject: Update Node.js to v18.12.0
hash: 3a7256208b1abdcb552e5fffe4f2267486a5558f
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.22.1 - 2022-11-08

* Update Node.js to v18.12.1 [Renovate Bot]

## v0.22.0 - 2022-11-01

* Update Node.js to v18.12.0 [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.0
image: docker://ghcr.io/balena-io/deploy-to-balena-action:v0.22.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.22.0",
"version": "0.22.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 e6c14e1

Please sign in to comment.