Skip to content

Commit

Permalink
v34.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 13, 2024
1 parent ebb4095 commit ad6224f
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: Add `/api-key/v2` endpoint which makes `expiryDate` mandatory
hash: edf946093bd454bd4ac0d4d4e704e25fe46d4a8c
body: ""
footer:
Change-type: minor
change-type: minor
author: Pagan Gazzard
nested: []
version: 34.1.0
title: ""
date: 2024-12-13T17:17:20.540Z
- commits:
- subject: "Loki: split tenants by organization rather than fleet"
hash: 1dd4ed3f2fda977ac6a8acbeba7a23f995500ca5
Expand Down Expand Up @@ -2785,6 +2797,7 @@






The internal and
Expand Down Expand Up @@ -2915,6 +2928,7 @@






Update
Expand Down Expand Up @@ -3999,6 +4013,7 @@






Update
Expand Down Expand Up @@ -4145,6 +4160,7 @@






As balena-lint
Expand Down Expand Up @@ -4266,6 +4282,7 @@






As engine and npm is
Expand Down Expand Up @@ -4402,6 +4419,7 @@






Ensure that the
Expand Down Expand Up @@ -4701,6 +4719,7 @@






This also deprecates
Expand Down Expand Up @@ -4828,6 +4847,7 @@






It can in fact be a
Expand Down Expand Up @@ -4956,6 +4976,7 @@






We know what type
Expand Down Expand Up @@ -5089,6 +5110,7 @@






Update
Expand Down Expand Up @@ -5333,6 +5355,7 @@






This also deprecates
Expand Down Expand Up @@ -5633,6 +5656,7 @@






As balena-lint
Expand Down Expand Up @@ -5753,6 +5777,7 @@






As engine and npm is
Expand Down Expand Up @@ -5888,6 +5913,7 @@






Ensure that the
Expand Down Expand Up @@ -6083,6 +6109,7 @@






As balena-lint
Expand Down Expand Up @@ -6203,6 +6230,7 @@






As engine and npm is
Expand Down Expand Up @@ -6338,6 +6366,7 @@






Ensure that the
Expand Down Expand Up @@ -8546,6 +8575,7 @@






As balena-lint
Expand Down Expand Up @@ -8666,6 +8696,7 @@






As engine and npm is
Expand Down Expand Up @@ -8801,6 +8832,7 @@






Ensure that the
Expand Down Expand Up @@ -8999,6 +9031,7 @@






This also deprecates
Expand Down Expand Up @@ -9125,6 +9158,7 @@






It can in fact be a
Expand Down Expand Up @@ -9252,6 +9286,7 @@






We know what type
Expand Down Expand Up @@ -9384,6 +9419,7 @@






Update
Expand Down Expand Up @@ -9627,6 +9663,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.0 - 2024-12-13

* Add `/api-key/v2` endpoint which makes `expiryDate` mandatory [Pagan Gazzard]

## 34.0.0 - 2024-12-13

* Loki: split tenants by organization rather than fleet [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.0.0",
"version": "34.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-12-13T16:56:03.267Z"
"publishedAt": "2024-12-13T17:17:21.626Z"
}
}

0 comments on commit ad6224f

Please sign in to comment.