Skip to content

Commit

Permalink
v22.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored May 23, 2024
1 parent 11388b0 commit f5ecfcd
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
21 changes: 21 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
- commits:
- subject: better handling of exceptions from AWS/S3
hash: ced381586a17dd594be3e5dba821ac5d6ffa0797
body: >
.. otherwise when processing device types and hitting private DTs,

openBalena generates lots of noise/exceptions in the logs


* also correct systemd unit


Co-authored-by: Josh Bowling
<[email protected]>
footer:
change-type: patch
author: Anton Belodedenko
nested: []
version: 22.2.1
title: ""
date: 2024-05-23T21:15:11.452Z
- commits:
- subject: Allow configuring HIDE_UNVERSIONED_ENDPOINT via env vars
hash: f1206d5c9f1e930a77866eca6cf8be3b53d25a49
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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/).

## 22.2.1 - 2024-05-23

* better handling of exceptions from AWS/S3 [Anton Belodedenko]

## 22.2.0 - 2024-05-23

* Allow configuring HIDE_UNVERSIONED_ENDPOINT via env vars [Anton Belodedenko]
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": "22.2.0",
"version": "22.2.1",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -165,6 +165,6 @@
"loader": "ts-node/esm/transpile-only"
},
"versionist": {
"publishedAt": "2024-05-23T18:22:42.975Z"
"publishedAt": "2024-05-23T21:15:12.362Z"
}
}

0 comments on commit f5ecfcd

Please sign in to comment.