Skip to content

Commit

Permalink
v30.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 24, 2024
1 parent 443ac14 commit d9a52c1
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 4 deletions.
49 changes: 49 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
- commits:
- subject: Add `LOKI_READ_PCT` to enable reading logs from loki
hash: a34b73b1f75e1409354b2b33dbecd7c65d9fb9e3
body: ""
footer:
Change-type: minor
change-type: minor
author: Pagan Gazzard
nested: []
- subject: Only get the device logs backend once for streaming read
hash: 8a1c5afdec31ff681d135d92e4ce5fe806fa279d
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 30.1.0
title: ""
date: 2024-10-24T11:45:32.924Z
- commits:
- subject: Update dependencies
hash: c5d388814c7aee97f90a01adb0bebe61a918e6f2
Expand Down Expand Up @@ -1187,6 +1207,7 @@






Update
Expand Down Expand Up @@ -1223,6 +1244,7 @@






The internal and
Expand Down Expand Up @@ -1275,6 +1297,7 @@






Update
Expand Down Expand Up @@ -1756,6 +1779,7 @@






- Update
Expand Down Expand Up @@ -2268,6 +2292,7 @@






Update
Expand Down Expand Up @@ -2336,6 +2361,7 @@






As balena-lint
Expand Down Expand Up @@ -2379,6 +2405,7 @@






As engine and npm is
Expand Down Expand Up @@ -2437,6 +2464,7 @@






Ensure that the
Expand Down Expand Up @@ -2521,6 +2549,7 @@






Update
Expand Down Expand Up @@ -2570,6 +2599,7 @@






Update
Expand Down Expand Up @@ -2609,6 +2639,7 @@






This also deprecates
Expand Down Expand Up @@ -2658,6 +2689,7 @@






It can in fact be a
Expand Down Expand Up @@ -2708,6 +2740,7 @@






We know what type
Expand Down Expand Up @@ -2763,6 +2796,7 @@






Update
Expand Down Expand Up @@ -2929,6 +2963,7 @@






This also deprecates
Expand Down Expand Up @@ -3151,6 +3186,7 @@






As balena-lint
Expand Down Expand Up @@ -3193,6 +3229,7 @@






As engine and npm is
Expand Down Expand Up @@ -3250,6 +3287,7 @@






Ensure that the
Expand Down Expand Up @@ -3367,6 +3405,7 @@






As balena-lint
Expand Down Expand Up @@ -3409,6 +3448,7 @@






As engine and npm is
Expand Down Expand Up @@ -3466,6 +3506,7 @@






Ensure that the
Expand Down Expand Up @@ -5604,6 +5645,7 @@






As balena-lint
Expand Down Expand Up @@ -5646,6 +5688,7 @@






As engine and npm is
Expand Down Expand Up @@ -5703,6 +5746,7 @@






Ensure that the
Expand Down Expand Up @@ -5830,6 +5874,7 @@






This also deprecates
Expand Down Expand Up @@ -5878,6 +5923,7 @@






It can in fact be a
Expand Down Expand Up @@ -5927,6 +5973,7 @@






We know what type
Expand Down Expand Up @@ -5981,6 +6028,7 @@






Update
Expand Down Expand Up @@ -6146,6 +6194,7 @@






This also deprecates
Expand Down
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/).

## 30.1.0 - 2024-10-24

* Add `LOKI_READ_PCT` to enable reading logs from loki [Pagan Gazzard]
* Only get the device logs backend once for streaming read [Pagan Gazzard]

## 30.0.18 - 2024-10-23


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@balena/open-balena-api",
"description": "Internet of things, Made Simple",
"version": "30.0.18",
"version": "30.1.0",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -167,6 +167,6 @@
"loader": "ts-node/esm/transpile-only"
},
"versionist": {
"publishedAt": "2024-10-23T22:44:13.669Z"
"publishedAt": "2024-10-24T11:45:33.971Z"
}
}

0 comments on commit d9a52c1

Please sign in to comment.