Skip to content

Commit

Permalink
v33.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 13, 2024
1 parent c3c0aa9 commit 79dbfcf
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 4 deletions.
45 changes: 45 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
- commits:
- subject: "Loki: add extra checks that were able able to populate the loki context"
hash: b5110bfee2c64120d3661c0eb2ca061a2df31d2c
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
- subject: "Loki: store the app id as a string rather than constantly converting"
hash: 8f8b85b29c97f3cad169874881d831177078916a
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 33.0.6
title: ""
date: 2024-12-13T16:42:57.544Z
- commits:
- subject: Improve patch-state-v3 typing
hash: 63fece16a1e09c2121401447193bd72e6fb431f9
Expand Down Expand Up @@ -2751,6 +2771,7 @@






The internal and
Expand Down Expand Up @@ -2879,6 +2900,7 @@






Update
Expand Down Expand Up @@ -3961,6 +3983,7 @@






Update
Expand Down Expand Up @@ -4105,6 +4128,7 @@






As balena-lint
Expand Down Expand Up @@ -4224,6 +4248,7 @@






As engine and npm is
Expand Down Expand Up @@ -4358,6 +4383,7 @@






Ensure that the
Expand Down Expand Up @@ -4655,6 +4681,7 @@






This also deprecates
Expand Down Expand Up @@ -4780,6 +4807,7 @@






It can in fact be a
Expand Down Expand Up @@ -4906,6 +4934,7 @@






We know what type
Expand Down Expand Up @@ -5037,6 +5066,7 @@






Update
Expand Down Expand Up @@ -5279,6 +5309,7 @@






This also deprecates
Expand Down Expand Up @@ -5577,6 +5608,7 @@






As balena-lint
Expand Down Expand Up @@ -5695,6 +5727,7 @@






As engine and npm is
Expand Down Expand Up @@ -5828,6 +5861,7 @@






Ensure that the
Expand Down Expand Up @@ -6021,6 +6055,7 @@






As balena-lint
Expand Down Expand Up @@ -6139,6 +6174,7 @@






As engine and npm is
Expand Down Expand Up @@ -6272,6 +6308,7 @@






Ensure that the
Expand Down Expand Up @@ -8478,6 +8515,7 @@






As balena-lint
Expand Down Expand Up @@ -8596,6 +8634,7 @@






As engine and npm is
Expand Down Expand Up @@ -8729,6 +8768,7 @@






Ensure that the
Expand Down Expand Up @@ -8925,6 +8965,7 @@






This also deprecates
Expand Down Expand Up @@ -9049,6 +9090,7 @@






It can in fact be a
Expand Down Expand Up @@ -9174,6 +9216,7 @@






We know what type
Expand Down Expand Up @@ -9304,6 +9347,7 @@






Update
Expand Down Expand Up @@ -9545,6 +9589,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/).

## 33.0.6 - 2024-12-13

* Loki: add extra checks that were able able to populate the loki context [Pagan Gazzard]
* Loki: store the app id as a string rather than constantly converting [Pagan Gazzard]

## 33.0.5 - 2024-12-13

* Improve patch-state-v3 typing [Pagan Gazzard]
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": "33.0.5",
"version": "33.0.6",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -166,6 +166,6 @@
"loader": "ts-node/esm/transpile-only"
},
"versionist": {
"publishedAt": "2024-12-13T16:29:16.126Z"
"publishedAt": "2024-12-13T16:42:58.635Z"
}
}

0 comments on commit 79dbfcf

Please sign in to comment.