Skip to content

Commit

Permalink
v34.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 16, 2024
1 parent f373294 commit 20e18d5
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 4 deletions.
37 changes: 37 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- commits:
- subject: "Loki: make sure to transform logs synchronously"
hash: 60fd99bb80dde1bc7755b2af6a2ea37c4aa939c3
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 34.1.1
title: ""
date: 2024-12-16T21:20:37.100Z
- commits:
- subject: Add `/api-key/v2` endpoint which makes `expiryDate` mandatory
hash: edf946093bd454bd4ac0d4d4e704e25fe46d4a8c
Expand Down Expand Up @@ -2798,6 +2810,7 @@






The internal and
Expand Down Expand Up @@ -2929,6 +2942,7 @@






Update
Expand Down Expand Up @@ -4014,6 +4028,7 @@






Update
Expand Down Expand Up @@ -4161,6 +4176,7 @@






As balena-lint
Expand Down Expand Up @@ -4283,6 +4299,7 @@






As engine and npm is
Expand Down Expand Up @@ -4420,6 +4437,7 @@






Ensure that the
Expand Down Expand Up @@ -4720,6 +4738,7 @@






This also deprecates
Expand Down Expand Up @@ -4848,6 +4867,7 @@






It can in fact be a
Expand Down Expand Up @@ -4977,6 +4997,7 @@






We know what type
Expand Down Expand Up @@ -5111,6 +5132,7 @@






Update
Expand Down Expand Up @@ -5356,6 +5378,7 @@






This also deprecates
Expand Down Expand Up @@ -5657,6 +5680,7 @@






As balena-lint
Expand Down Expand Up @@ -5778,6 +5802,7 @@






As engine and npm is
Expand Down Expand Up @@ -5914,6 +5939,7 @@






Ensure that the
Expand Down Expand Up @@ -6110,6 +6136,7 @@






As balena-lint
Expand Down Expand Up @@ -6231,6 +6258,7 @@






As engine and npm is
Expand Down Expand Up @@ -6367,6 +6395,7 @@






Ensure that the
Expand Down Expand Up @@ -8576,6 +8605,7 @@






As balena-lint
Expand Down Expand Up @@ -8697,6 +8727,7 @@






As engine and npm is
Expand Down Expand Up @@ -8833,6 +8864,7 @@






Ensure that the
Expand Down Expand Up @@ -9032,6 +9064,7 @@






This also deprecates
Expand Down Expand Up @@ -9159,6 +9192,7 @@






It can in fact be a
Expand Down Expand Up @@ -9287,6 +9321,7 @@






We know what type
Expand Down Expand Up @@ -9420,6 +9455,7 @@






Update
Expand Down Expand Up @@ -9664,6 +9700,7 @@






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

## 34.1.1 - 2024-12-16

* Loki: make sure to transform logs synchronously [Pagan Gazzard]

## 34.1.0 - 2024-12-13

* Add `/api-key/v2` endpoint which makes `expiryDate` mandatory [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": "34.1.0",
"version": "34.1.1",
"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-13T17:17:21.626Z"
"publishedAt": "2024-12-16T21:20:38.187Z"
}
}

0 comments on commit 20e18d5

Please sign in to comment.