From cdeaaaefa2c34c7d2b90c7d6276b02de2a9c46d7 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 21:44:04 +0000 Subject: [PATCH] v0.3.0 --- .versionbot/CHANGELOG.yml | 23 +++++++++++++++++++++++ CHANGELOG.md | 6 ++++++ VERSION | 1 + balena.yml | 11 ++++++----- 4 files changed, 36 insertions(+), 5 deletions(-) create mode 100644 VERSION diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d32e6fb..66573ff 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,26 @@ +- commits: + - subject: Add repo.yml to enable versionbot + hash: 7e081741b6c3fe3a7d3b79800c2a30770765fb87 + body: "" + footer: + Change-type: patch + change-type: patch + author: Felipe Lalanne + nested: [] + - subject: Add support for byte arrrays + hash: a19270c88aab38cc4876e34824afa8f49ed51f9d + body: | + A log entry containing a byte encoded message would cause jq to return + an error `cannot add to array`. This converts the message into + a string before adding it to the log stream. + footer: + Change-type: minor + change-type: minor + author: Felipe Lalanne + nested: [] + version: 0.3.0 + title: "" + date: 2023-09-20T21:44:02.203Z - commits: - subject: Add log priority 'none' to disable service hash: a0f799b38651dbda8142d08981f4434fa3028d3a diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c712ae..80a10d7 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/). +# v0.3.0 +## (2023-09-20) + +* Add repo.yml to enable versionbot [Felipe Lalanne] +* Add support for byte arrrays [Felipe Lalanne] + # v0.2.0 ## (2023-01-11) diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..9325c3c --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.3.0 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 6886968..5677530 100644 --- a/balena.yml +++ b/balena.yml @@ -1,10 +1,11 @@ name: gazette type: sw.block description: >- - A simple log collection agent that follows the logs for user defined services and agregates them - in a single stream. This allows the supervisor to collect and send the logs to the API and provides - users and support agents with an extra source of data to diagnose potential device issues. By default only - log entries with priority error or higher are collected. + A simple log collection agent that follows the logs for user defined services + and agregates them in a single stream. This allows the supervisor to collect + and send the logs to the API and provides users and support agents with an + extra source of data to diagnose potential device issues. By default only log + entries with priority error or higher are collected. assets: repository: @@ -29,4 +30,4 @@ data: - surface-go - surface-pro-6 - up-board -version: 0.1.0 +version: 0.3.0