Skip to content

Commit

Permalink
v31.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 8, 2024
1 parent e7b0ad3 commit b7b7dd0
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 4 deletions.
52 changes: 52 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
- commits:
- subject: Default IMAGE_STORAGE_DEBUG_REQUEST_ERRORS to false on unauthenticated
setups
hash: c58cb7f2232578ac7f2c07b39e55931d4255a78c
body: ""
footer:
Resolves: "#1696"
resolves: "#1696"
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: Add the IMAGE_STORAGE_DEBUG_REQUEST_ERRORS env var
hash: 58cfbbc0cbbffaf15ada7217c75d7ab51c088733
body: ""
footer:
Change-type: minor
change-type: minor
author: Thodoris Greasidis
nested: []
version: 31.1.0
title: ""
date: 2024-11-08T17:44:25.391Z
- commits:
- subject: Improve `getCallerId` accuracy for tagging service requests
hash: dc8693c5bdc747ba335345d4b3a022066e4fa7d8
Expand Down Expand Up @@ -1591,6 +1614,7 @@






Update
Expand Down Expand Up @@ -1648,6 +1672,7 @@






The internal and
Expand Down Expand Up @@ -1721,6 +1746,7 @@






Update
Expand Down Expand Up @@ -2223,6 +2249,7 @@






- Update
Expand Down Expand Up @@ -2756,6 +2783,7 @@






Update
Expand Down Expand Up @@ -2845,6 +2873,7 @@






As balena-lint
Expand Down Expand Up @@ -2909,6 +2938,7 @@






As engine and npm is
Expand Down Expand Up @@ -2988,6 +3018,7 @@






Ensure that the
Expand Down Expand Up @@ -3093,6 +3124,7 @@






Update
Expand Down Expand Up @@ -3163,6 +3195,7 @@






Update
Expand Down Expand Up @@ -3223,6 +3256,7 @@






This also deprecates
Expand Down Expand Up @@ -3293,6 +3327,7 @@






It can in fact be a
Expand Down Expand Up @@ -3364,6 +3399,7 @@






We know what type
Expand Down Expand Up @@ -3440,6 +3476,7 @@






Update
Expand Down Expand Up @@ -3627,6 +3664,7 @@






This also deprecates
Expand Down Expand Up @@ -3870,6 +3908,7 @@






As balena-lint
Expand Down Expand Up @@ -3933,6 +3972,7 @@






As engine and npm is
Expand Down Expand Up @@ -4011,6 +4051,7 @@






Ensure that the
Expand Down Expand Up @@ -4149,6 +4190,7 @@






As balena-lint
Expand Down Expand Up @@ -4212,6 +4254,7 @@






As engine and npm is
Expand Down Expand Up @@ -4290,6 +4333,7 @@






Ensure that the
Expand Down Expand Up @@ -6449,6 +6493,7 @@






As balena-lint
Expand Down Expand Up @@ -6512,6 +6557,7 @@






As engine and npm is
Expand Down Expand Up @@ -6590,6 +6636,7 @@






Ensure that the
Expand Down Expand Up @@ -6738,6 +6785,7 @@






This also deprecates
Expand Down Expand Up @@ -6807,6 +6855,7 @@






It can in fact be a
Expand Down Expand Up @@ -6877,6 +6926,7 @@






We know what type
Expand Down Expand Up @@ -6952,6 +7002,7 @@






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

## 31.1.0 - 2024-11-08

* Default IMAGE_STORAGE_DEBUG_REQUEST_ERRORS to false on unauthenticated setups [Thodoris Greasidis]
* Add the IMAGE_STORAGE_DEBUG_REQUEST_ERRORS env var [Thodoris Greasidis]

## 31.0.8 - 2024-11-08

* Improve `getCallerId` accuracy for tagging service requests [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": "31.0.8",
"version": "31.1.0",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -166,6 +166,6 @@
"loader": "ts-node/esm/transpile-only"
},
"versionist": {
"publishedAt": "2024-11-08T14:06:26.316Z"
"publishedAt": "2024-11-08T17:44:26.656Z"
}
}

0 comments on commit b7b7dd0

Please sign in to comment.