Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 3, 2024
1 parent acf3ced commit 3706b85
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 6 deletions.
17 changes: 17 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
- commits:
- subject: Drop support for node 16 and npm 8
hash: fb69fc350b3d85f6d77f75e4f0584a22bdae4920
body: >
This release drops support for Node.js 16, which is EOL after
2023-09-11.
Please upgrade your Node.js to the latest version.
footer:
Change-type: major
change-type: major
Signed-off-by: Kyle Harding <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
author: Kyle Harding
version: 2.0.0
title: ""
date: 2024-01-03T13:43:33.789Z
- commits:
- subject: Update dependency lint-staged to v15
hash: 9998ebe47fd8ed7b12c3311602fe5a6a9d280729
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.0 - 2024-01-03

* Drop support for node 16 and npm 8 [Kyle Harding]

## v1.1.12 - 2024-01-02

* Update dependency lint-staged to v15 [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.12
image: docker://ghcr.io/balena-io/deploy-to-balena-action:v2.0.0
env:
BALENA_TOKEN: ${{ inputs.balena_token }}
BALENA_URL: ${{ inputs.environment }}
Expand Down
8 changes: 4 additions & 4 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.12",
"version": "2.0.0",
"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 3706b85

Please sign in to comment.