Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Sep 20, 2023
1 parent 355cdfe commit cdeaaae
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 5 deletions.
23 changes: 23 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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 <string> 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
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.3.0
11 changes: 6 additions & 5 deletions balena.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -29,4 +30,4 @@ data:
- surface-go
- surface-pro-6
- up-board
version: 0.1.0
version: 0.3.0

0 comments on commit cdeaaae

Please sign in to comment.