Skip to content

Commit

Permalink
v10.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci authored and VersionBot committed May 18, 2021
1 parent 61cce6d commit 3706403
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 1 deletion.
36 changes: 36 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
- commits:
- subject: 'CI: limit tests to one platform since we are only linting'
hash: 99f16d5c033c2c2e7790bc00670755d27b6f4f03
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Kyle Harding <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
author: Kyle Harding
nested: []
- subject: Fixup linting by disabling editorconfig for .js files
hash: f524aa8da8a68161884e5c24015268b8095ef2ba
body: |
Instead we should rely on `npm run lint` for .js files.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Kyle Harding <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
author: Kyle Harding
nested: []
- subject: Avoid hardcoded registry2 url
hash: f6d864a665558d7cf8bb5801350dd95e7b2b849d
body: |
Instead we can extract the registry URL from the image location
as we do for the manifest and layer endpoints.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Kyle Harding <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
author: Kyle Harding
nested: []
version: 10.4.7
date: 2021-05-17T17:29:41.160Z
- commits:
- subject: 'Update dependencies (dockerode, docker-progress)'
hash: efb8f4699c8988f5b9c1a4a04b53249837c10aeb
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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/).

## 10.4.7 - 2021-05-17

* CI: limit tests to one platform since we are only linting [Kyle Harding]
* Fixup linting by disabling editorconfig for .js files [Kyle Harding]
* Avoid hardcoded registry2 url [Kyle Harding]

## 10.4.6 - 2021-05-06

* Update dependencies (dockerode, docker-progress) [Paulo Castro]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "balena-preload",
"version": "10.4.6",
"version": "10.4.7",
"description": "Preload balena OS images with a user application container",
"license": "Apache-2.0",
"author": "Balena Ltd (https://balena.io)",
Expand Down

0 comments on commit 3706403

Please sign in to comment.