Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci authored and VersionBot committed Mar 8, 2022
1 parent b860529 commit ed28632
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
- commits:
- subject: Added `registry-secrets` input to authenticate with private registries
hash: e064c677025384dd8eb4a82fa7c9af1562d2a1df
body: ""
footer:
Change-type: minor
change-type: minor
Signed-off-by: 20k-ultra <[email protected]>
signed-off-by: 20k-ultra <[email protected]>
author: 20k-ultra
nested: []
version: 0.9.0
title: "'Added input to authenticate with private registries'"
date: 2022-03-08T14:48:59.333Z
- commits:
- subject: Update dependencies
hash: ab1c9ba1330ef4c580f0136341bca2ed6fa35268
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/).

## 0.9.0 - 2022-03-08

* Added `registry-secrets` input to authenticate with private registries [20k-ultra]

## 0.8.4 - 2022-02-28

* Update dependencies [20k-ultra]
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deploy-to-balena-action",
"version": "0.8.4",
"version": "0.9.0",
"description": "Github action to build releases for a fleet",
"homepage": "https://github.com/balena-io/deploy-to-balena-action",
"private": true,
Expand Down Expand Up @@ -74,6 +74,6 @@
"balena-sdk": "^16.15.1"
},
"versionist": {
"publishedAt": "2022-02-28T22:14:40.206Z"
"publishedAt": "2022-03-08T14:48:59.623Z"
}
}

0 comments on commit ed28632

Please sign in to comment.