From d4ba24e896e39b5f9c76c2579b2c223b7b75e42d Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 13:15:07 +0000 Subject: [PATCH] v0.1.7 --- .versionbot/CHANGELOG.yml | 23 ++++++++++++++++++++--- CHANGELOG.md | 5 +++++ VERSION | 2 +- balena.yml | 6 ++++-- 4 files changed, 30 insertions(+), 6 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 00267f0..bfd0044 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: adds support for Azure VMs + hash: fc697afe0f8018410de6c67ce59e7247861d8a6d + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Anton Belodedenko + nested: [] + version: 0.1.7 + title: "" + date: 2024-03-26T13:15:05.138Z - commits: - subject: Remove repo config from flowzone.yml hash: c4dff1057009c3fcec31355ab20a286b9a8e8109 @@ -306,14 +320,17 @@ * balenaCloud application used to configure balenaOS from supported metadata services - * attempts to retrieve config.json payload from user-data and runs os-config + * attempts to retrieve config.json payload from user-data and runs + os-config * typically used with preload workflow * tested in AWS/EC2 - * deployments orchestrated using balenaCI "docker" repository type/workflow + * deployments orchestrated using balenaCI "docker" repository + type/workflow - * uses balenaCloud builders to push releases to both staging and production environments + * uses balenaCloud builders to push releases to both staging and + production environments * all secrets encrypted at rest using git-secret(.io) workflow diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cab602..375830d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.1.7 +## (2024-03-26) + +* adds support for Azure VMs [Anton Belodedenko] + # v0.1.6 ## (2023-12-19) diff --git a/VERSION b/VERSION index a192233..a1e1395 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.6 \ No newline at end of file +0.1.7 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 1c28a14..bc36c11 100644 --- a/balena.yml +++ b/balena.yml @@ -13,7 +13,9 @@ post-provisioning: >- **Usage** - Download balenaOS fleet image and import it into a supported provider. Download config.json for your own fleet and ship it in user-data when creating a server. + Download balenaOS fleet image and import it into a supported provider. + Download config.json for your own fleet and ship it in user-data when creating + a server. assets: repository: type: blob.asset @@ -32,4 +34,4 @@ data: - intel-nuc - qemux86 - qemux86-64 -version: 0.1.6 +version: 0.1.7