Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 10, 2023
1 parent 1027a22 commit 2b90a45
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
12 changes: 12 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- commits:
- subject: Update Node.js to v18.18.2
hash: 726798a709c589e5f7fbe41f6a00c9495baa6e47
body: |
Update node from 18.17.1 to 18.18.2
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
version: 1.1.3
title: ""
date: 2023-11-10T22:08:32.208Z
- commits:
- subject: Update dependency balena-io/balena-cli to v17.4.0
hash: 59f8828557ca7a4517707760b5185fec72a8a4c1
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/).

## v1.1.3 - 2023-11-10

* Update Node.js to v18.18.2 [Self-hosted Renovate Bot]

## v1.1.2 - 2023-11-10

* Update dependency balena-io/balena-cli to v17.4.0 [Self-hosted Renovate Bot]
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.2
image: docker://ghcr.io/balena-io/deploy-to-balena-action:v1.1.3
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": "1.1.2",
"version": "1.1.3",
"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 2b90a45

Please sign in to comment.