Skip to content

Commit

Permalink
v2.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 31, 2024
1 parent 8c329b5 commit 1ea0f9f
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 dependency balena-io/balena-cli to v17.5.1
hash: 7877a55b3803517c1d7afd9cd115f4e52f9653e0
body: |
Update balena-io/balena-cli from 17.5.0 to 17.5.1
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
version: 2.0.23
title: ""
date: 2024-01-31T01:15:11.737Z
- commits:
- subject: Lock file maintenance
hash: 5db4b278c03d1efedfe5f6df1343b00cff8395e9
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/).

## v2.0.23 - 2024-01-31

* Update dependency balena-io/balena-cli to v17.5.1 [Self-hosted Renovate Bot]

## v2.0.22 - 2024-01-29

* Lock file maintenance [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:v2.0.22
image: docker://ghcr.io/balena-io/deploy-to-balena-action:v2.0.23
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": "2.0.22",
"version": "2.0.23",
"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 1ea0f9f

Please sign in to comment.