Skip to content

Commit

Permalink
v2.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 16, 2024
1 parent ee047f3 commit ce90096
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 5 deletions.
15 changes: 15 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
- commits:
- subject: Update package-lock with versionist
hash: e1592d35bc546f26457c2d33c0b8862d7947973e
body: |
We are currently updating package.json and action.yml
but that leaves package-lock out-of-sync.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Kyle Harding <kyle@balena.io>
signed-off-by: Kyle Harding <kyle@balena.io>
author: Kyle Harding
version: 2.0.14
title: ""
date: 2024-01-16T10:23:23.080Z
- commits:
- subject: Lock file maintenance
hash: 4ad1939332ac83ab29ed419730a8a25b60c805ff
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.14 - 2024-01-16

* Update package-lock with versionist [Kyle Harding]

## v2.0.13 - 2024-01-15

* 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.13
image: docker://ghcr.io/balena-io/deploy-to-balena-action:v2.0.14
env:
BALENA_TOKEN: ${{ inputs.balena_token }}
BALENA_URL: ${{ inputs.environment }}
Expand Down
6 changes: 3 additions & 3 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.13",
"version": "2.0.14",
"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 ce90096

Please sign in to comment.