Skip to content

Commit

Permalink
v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balenaCI committed Oct 14, 2022
1 parent f82d3da commit 477e8e8
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 20 deletions.
39 changes: 23 additions & 16 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
- commits:
- subject: Update Node.js to v18.11.0
hash: fd4bcf1133bc1dd9a7420e56b519e126143c75cb
body: |
Update node to 18.11.0
Update node from 18.10.0 to 18.11.0
footer:
Change-type: minor
change-type: minor
author: Renovate Bot
version: 0.21.0
title: ""
date: 2022-10-14T21:02:52.948Z
- commits:
- subject: Update actions/checkout to v3
hash: 0a624948998e71403463585a3773d48df6709477
Expand Down Expand Up @@ -225,8 +239,8 @@
- subject: "patch: Change `master` branch to `main` in README"
hash: fe3ecd4f5f51ba164187b5d87ed5a32492517128
body: >-
Changed references to `master` branch to `main` in alignment with
GitHub's shift to a new default.
Changed references to `master` branch to `main` in alignment with GitHub's
shift to a new default.
GitHub repos now default to `main` instead of `master`. When I created a new repo which had a default branch of `main` and I used the example from the README the workflow didn't trigger because it was pointing to `master`. This change amends the README to refer to the new default, and changes the example action to trigger on both `master` and `main` branches to be backwards compatible.
Expand Down Expand Up @@ -954,8 +968,7 @@
- subject: "**BREAKING**: Stop actively supporting node 10"
hash: 3a97c6adb6e16b11a4a9aafff05ed01d5fedfe36
body: >
Node 10 may well still work with the SDK for
quite a
Node 10 may well still work with the SDK for quite a
while, but we'll no longer actively test against them
Expand Down Expand Up @@ -984,8 +997,7 @@
- subject: "**BREAKING** Change apiKey.getAll() to return all key variants"
hash: bc9fe542ad788c0793b1035273073298a73a9337
body: >
The apiKeys.getAllNamedUserApiKeys will be
offering
The apiKeys.getAllNamedUserApiKeys will be offering
the old behavior.
footer:
Expand Down Expand Up @@ -1356,8 +1368,7 @@
node"
hash: acb6c922176eedda4cc6bef4f28c4bd28a49bcf8
body: >
The "given 55 registered offline device" was
failing
The "given 55 registered offline device" was failing
on node with "uuid" must be unique.
footer:
Expand Down Expand Up @@ -1591,8 +1602,7 @@
- subject: Allow more lenient gzip decompression
hash: 9c7bc3051b279c9d09ec501a78dbe9f506d65650
body: >
Be more lenient with decoding compressed
responses, since (very rarely)
Be more lenient with decoding compressed responses, since (very rarely)
servers send slightly invalid gzip responses that are still accepted
Expand Down Expand Up @@ -1640,8 +1650,7 @@
- subject: Deprecate the release.release_version property
hash: ad635d40a3682bd80f50263e560ed3031f27e0a7
body: >
Setting a 3-digit semver to the release.semver
field
Setting a 3-digit semver to the release.semver field
is the suggested approach.
footer:
Expand All @@ -1654,8 +1663,7 @@
- subject: "typings: Add the release versioning properties"
hash: 777f01fb2db9fed304cd6896f8138bd0838d1f72
body: >
Setting a 3-digit semver to the release.semver
field
Setting a 3-digit semver to the release.semver field
is the suggested approach, instead of setting the
Expand Down Expand Up @@ -2009,8 +2017,7 @@
- subject: "os versions, os download: Replace deprecated version fields"
hash: b2d932afabb9c1ca131c0839397d0492f2f1a272
body: >
Replace deprecated `rawVersion` and `formattedVersion` fields
and use
Replace deprecated `rawVersion` and `formattedVersion` fields and use
alternative overload of `getAvailableOsVersions`. As a result, the word
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/).

## v0.21.0 - 2022-10-14

* Update Node.js to v18.11.0 [Renovate Bot]

## v0.20.7 - 2022-10-12

* Update actions/checkout to v3 [Sven Serlier]
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ outputs:
description: Version of the release built
runs:
using: docker
image: docker://ghcr.io/balena-io/deploy-to-balena-action:v0.20.7
image: docker://ghcr.io/balena-io/deploy-to-balena-action:v0.21.0
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": "0.20.7",
"version": "0.21.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 477e8e8

Please sign in to comment.