diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7cfd327 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Change Log + +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.0.2 +## (2021-05-25) + +* Initial commit * balenaCloud application used to configure balenaOS from supported metadata services * 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 * uses balenaCloud builders to push releases to both staging and production environments * all secrets encrypted at rest using git-secret(.io) workflow [ab77] diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..7bcd0e3 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.0.2 \ No newline at end of file