Skip to content

Commit ad6224f

Browse files
v34.1.0
1 parent ebb4095 commit ad6224f

File tree

4 files changed

+45
-4
lines changed

4 files changed

+45
-4
lines changed

.versionbot/CHANGELOG.yml

+37
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- commits:
2+
- subject: Add `/api-key/v2` endpoint which makes `expiryDate` mandatory
3+
hash: edf946093bd454bd4ac0d4d4e704e25fe46d4a8c
4+
body: ""
5+
footer:
6+
Change-type: minor
7+
change-type: minor
8+
author: Pagan Gazzard
9+
nested: []
10+
version: 34.1.0
11+
title: ""
12+
date: 2024-12-13T17:17:20.540Z
113
- commits:
214
- subject: "Loki: split tenants by organization rather than fleet"
315
hash: 1dd4ed3f2fda977ac6a8acbeba7a23f995500ca5
@@ -2785,6 +2797,7 @@
27852797

27862798

27872799

2800+
27882801

27892802

27902803
The internal and
@@ -2915,6 +2928,7 @@
29152928

29162929

29172930

2931+
29182932

29192933

29202934
Update
@@ -3999,6 +4013,7 @@
39994013

40004014

40014015

4016+
40024017

40034018

40044019
Update
@@ -4145,6 +4160,7 @@
41454160

41464161

41474162

4163+
41484164

41494165

41504166
As balena-lint
@@ -4266,6 +4282,7 @@
42664282

42674283

42684284

4285+
42694286

42704287

42714288
As engine and npm is
@@ -4402,6 +4419,7 @@
44024419

44034420

44044421

4422+
44054423

44064424

44074425
Ensure that the
@@ -4701,6 +4719,7 @@
47014719

47024720

47034721

4722+
47044723

47054724

47064725
This also deprecates
@@ -4828,6 +4847,7 @@
48284847

48294848

48304849

4850+
48314851

48324852

48334853
It can in fact be a
@@ -4956,6 +4976,7 @@
49564976

49574977

49584978

4979+
49594980

49604981

49614982
We know what type
@@ -5089,6 +5110,7 @@
50895110

50905111

50915112

5113+
50925114

50935115

50945116
Update
@@ -5333,6 +5355,7 @@
53335355

53345356

53355357

5358+
53365359

53375360

53385361
This also deprecates
@@ -5633,6 +5656,7 @@
56335656

56345657

56355658

5659+
56365660

56375661

56385662
As balena-lint
@@ -5753,6 +5777,7 @@
57535777

57545778

57555779

5780+
57565781

57575782

57585783
As engine and npm is
@@ -5888,6 +5913,7 @@
58885913

58895914

58905915

5916+
58915917

58925918

58935919
Ensure that the
@@ -6083,6 +6109,7 @@
60836109

60846110

60856111

6112+
60866113

60876114

60886115
As balena-lint
@@ -6203,6 +6230,7 @@
62036230

62046231

62056232

6233+
62066234

62076235

62086236
As engine and npm is
@@ -6338,6 +6366,7 @@
63386366

63396367

63406368

6369+
63416370

63426371

63436372
Ensure that the
@@ -8546,6 +8575,7 @@
85468575

85478576

85488577

8578+
85498579

85508580

85518581
As balena-lint
@@ -8666,6 +8696,7 @@
86668696

86678697

86688698

8699+
86698700

86708701

86718702
As engine and npm is
@@ -8801,6 +8832,7 @@
88018832

88028833

88038834

8835+
88048836

88058837

88068838
Ensure that the
@@ -8999,6 +9031,7 @@
89999031

90009032

90019033

9034+
90029035

90039036

90049037
This also deprecates
@@ -9125,6 +9158,7 @@
91259158

91269159

91279160

9161+
91289162

91299163

91309164
It can in fact be a
@@ -9252,6 +9286,7 @@
92529286

92539287

92549288

9289+
92559290

92569291

92579292
We know what type
@@ -9384,6 +9419,7 @@
93849419

93859420

93869421

9422+
93879423

93889424

93899425
Update
@@ -9627,6 +9663,7 @@
96279663

96289664

96299665

9666+
96309667

96319668

96329669
This also deprecates

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 34.1.0 - 2024-12-13
8+
9+
* Add `/api-key/v2` endpoint which makes `expiryDate` mandatory [Pagan Gazzard]
10+
711
## 34.0.0 - 2024-12-13
812

913
* Loki: split tenants by organization rather than fleet [Pagan Gazzard]

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@balena/open-balena-api",
33
"description": "Internet of things, Made Simple",
4-
"version": "34.0.0",
4+
"version": "34.1.0",
55
"license": "AGPL-3.0",
66
"repository": {
77
"type": "git",
@@ -166,6 +166,6 @@
166166
"loader": "ts-node/esm/transpile-only"
167167
},
168168
"versionist": {
169-
"publishedAt": "2024-12-13T16:56:03.267Z"
169+
"publishedAt": "2024-12-13T17:17:21.626Z"
170170
}
171171
}

0 commit comments

Comments
 (0)