Skip to content

Commit

Permalink
v2.0.86
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 6, 2025
1 parent 000ff27 commit 4adc7b2
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 57 deletions.
81 changes: 28 additions & 53 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- commits:
- subject: Lock file maintenance
hash: c871d1ea9262bd4bc3c1a318f4553b7a49c8f250
body: |
Update
footer:
Change-type: patch
change-type: patch
author: balena-renovate[bot]
version: 2.0.86
title: ""
date: 2025-01-06T15:15:40.227Z
- commits:
- subject: Explicitly set GH_TOKEN permissions
hash: 06f5684455d318864a5dba45c935d350b343500c
Expand Down Expand Up @@ -1435,24 +1447,14 @@
- commits:
- subject: "patch: bump @actions/core from 1.9.1 to 1.10.0"
hash: f79fec2f2f8c797e4dc4c815219aad398bf2bab2
body: >
Bumps
[@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core)
from 1.9.1 to 1.10.0.
body: |
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.1 to 1.10.0.
- [Release notes](https://github.com/actions/toolkit/releases)
-
[Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
-
[Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
---
updated-dependencies:
- dependency-name: "@actions/core"
dependency-type: direct:production
update-type: version-update:semver-minor
Expand Down Expand Up @@ -1754,21 +1756,12 @@
- commits:
- 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.
body: |-
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.
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.
See [this article](
https://www.zdnet.com/article/github-to-replace-master-with-main-starting-next-month/#:~:text=Starting%20next%20month,%20all%20new,them%20with%20more%20inclusive%20terms)
for changes to GitHub default.
See [this article]( https://www.zdnet.com/article/github-to-replace-master-with-main-starting-next-month/#:~:text=Starting%20next%20month,%20all%20new,them%20with%20more%20inclusive%20terms) for changes to GitHub default.
footer: {}
author: maggie0002
nested: []
Expand Down Expand Up @@ -2045,23 +2038,14 @@
- commits:
- subject: "patch: bump balena-sdk from 16.13.4 to 16.15.1"
hash: a9cdb97ef56ef406e274acf2f2c5b8ed621f3e14
body: >
Bumps [balena-sdk](https://github.com/balena-io/balena-sdk) from 16.13.4
to 16.15.1.
body: |
Bumps [balena-sdk](https://github.com/balena-io/balena-sdk) from 16.13.4 to 16.15.1.
- [Release notes](https://github.com/balena-io/balena-sdk/releases)
-
[Changelog](https://github.com/balena-io/balena-sdk/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/balena-io/balena-sdk/compare/v16.13.4...v16.15.1)
- [Changelog](https://github.com/balena-io/balena-sdk/blob/master/CHANGELOG.md)
- [Commits](https://github.com/balena-io/balena-sdk/compare/v16.13.4...v16.15.1)
---
updated-dependencies:
- dependency-name: balena-sdk
dependency-type: direct:production
update-type: version-update:semver-minor
Expand Down Expand Up @@ -2197,23 +2181,14 @@
- commits:
- subject: "patch: bump balena-sdk from 15.59.2 to 16.13.4"
hash: 3200070e95389951bb4ce8eb20e91d5c68847e26
body: >
Bumps [balena-sdk](https://github.com/balena-io/balena-sdk) from 15.59.2
to 16.13.4.
body: |
Bumps [balena-sdk](https://github.com/balena-io/balena-sdk) from 15.59.2 to 16.13.4.
- [Release notes](https://github.com/balena-io/balena-sdk/releases)
-
[Changelog](https://github.com/balena-io/balena-sdk/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/balena-io/balena-sdk/compare/v15.59.2...v16.13.4)
- [Changelog](https://github.com/balena-io/balena-sdk/blob/master/CHANGELOG.md)
- [Commits](https://github.com/balena-io/balena-sdk/compare/v15.59.2...v16.13.4)
---
updated-dependencies:
- dependency-name: balena-sdk
dependency-type: direct:production
update-type: version-update:semver-major
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.86 - 2025-01-06

* Lock file maintenance [balena-renovate[bot]]

## v2.0.85 - 2024-11-18

* Explicitly set GH_TOKEN permissions [Anton Belodedenko]
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.85
image: docker://ghcr.io/balena-io/deploy-to-balena-action:v2.0.86
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.85",
"version": "2.0.86",
"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 4adc7b2

Please sign in to comment.