From 37064031083037c4bd3800a47842792d67cae919 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 18 May 2021 17:59:03 +0300 Subject: [PATCH] v10.4.7 --- .versionbot/CHANGELOG.yml | 36 ++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 43 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 621fb1b..813d87e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Kyle Harding + 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 + signed-off-by: Kyle Harding + 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 + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 10.4.7 + date: 2021-05-17T17:29:41.160Z - commits: - subject: 'Update dependencies (dockerode, docker-progress)' hash: efb8f4699c8988f5b9c1a4a04b53249837c10aeb diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b50902..4af301f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/package.json b/package.json index 5905470..4232ad2 100644 --- a/package.json +++ b/package.json @@ -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)",