Skip to content

Commit 3653c47

Browse files
v2.3.1
1 parent c10cce0 commit 3653c47

5 files changed

Lines changed: 20 additions & 4 deletions

File tree

.versionbot/CHANGELOG.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- commits:
2+
- subject: Update dependency lint-staged to v17.0.7
3+
hash: 7def822b6cd77893fcf2f91c97781c870fc2d350
4+
body: |
5+
Update lint-staged from 17.0.5 to 17.0.7
6+
footer:
7+
Change-type: patch
8+
change-type: patch
9+
author: balena-renovate[bot]
10+
version: 2.3.1
11+
title: ""
12+
date: 2026-06-16T04:06:04.229Z
113
- commits:
214
- subject: Pin balena CLI to v24
315
hash: 2405fdfcc82fe04e81ce5b06ae718c8a86277506

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## v2.3.1 - 2026-06-16
8+
9+
* Update dependency lint-staged to v17.0.7 [balena-renovate[bot]]
10+
711
## v2.3.0 - 2026-06-12
812

913
* Pin balena CLI to v24 [Kyle Harding]

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ outputs:
7878
description: Version of the release built
7979
runs:
8080
using: docker
81-
image: docker://ghcr.io/balena-io/deploy-to-balena-action:v2.3.0
81+
image: docker://ghcr.io/balena-io/deploy-to-balena-action:v2.3.1
8282
env:
8383
BALENA_TOKEN: ${{ inputs.balena_token }}
8484
BALENA_URL: ${{ inputs.environment }}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deploy-to-balena-action",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "Github action to build releases for a fleet",
55
"homepage": "https://github.com/balena-io/deploy-to-balena-action",
66
"private": true,

0 commit comments

Comments
 (0)