Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Mar 26, 2024
1 parent fab72bd commit d4ba24e
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 6 deletions.
23 changes: 20 additions & 3 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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 <alexg@balena.io>
signed-off-by: Alex Gonzalez <alexg@balena.io>
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
Expand Down Expand Up @@ -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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.6
0.1.7
6 changes: 4 additions & 2 deletions balena.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -32,4 +34,4 @@ data:
- intel-nuc
- qemux86
- qemux86-64
version: 0.1.6
version: 0.1.7

0 comments on commit d4ba24e

Please sign in to comment.