Skip to content

Commit

Permalink
v1.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 2, 2024
1 parent 8b42d53 commit 747a55b
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.19.0
hash: 651f368b56159e47dadfae4d2297ac0755a9f8c8
body: |
Update node from 18.18.2 to 18.19.0
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
version: 1.1.11
title: ""
date: 2024-01-02T20:02:25.153Z
- commits:
- subject: Update dependency balena-io/balena-cli to v17.4.9
hash: 63f2961210b87ad86c12a504d8b0f78672897915
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.11 - 2024-01-02

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

## v1.1.10 - 2024-01-02

* Update dependency balena-io/balena-cli to v17.4.9 [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.10
image: docker://ghcr.io/balena-io/deploy-to-balena-action:v1.1.11
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.10",
"version": "1.1.11",
"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 747a55b

Please sign in to comment.