Skip to content

Commit

Permalink
v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 10, 2023
1 parent 6b192fc commit ebf065c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 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 dependency rimraf to v5
hash: f280d63e82502879f0c3650029de0900477cafd9
body: |
Update rimraf from 4.0.1 to 5.0.5
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
version: 1.1.4
title: ""
date: 2023-11-10T23:09:54.078Z
- commits:
- subject: Update Node.js to v18.18.2
hash: 726798a709c589e5f7fbe41f6a00c9495baa6e47
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.4 - 2023-11-10

* Update dependency rimraf to v5 [Self-hosted Renovate Bot]

## v1.1.3 - 2023-11-10

* Update Node.js to v18.18.2 [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.3
image: docker://ghcr.io/balena-io/deploy-to-balena-action:v1.1.4
env:
BALENA_TOKEN: ${{ inputs.balena_token }}
BALENA_URL: ${{ inputs.environment }}
Expand Down
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.3",
"version": "1.1.4",
"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 ebf065c

Please sign in to comment.