Skip to content

Commit caad638

Browse files
v21.0.4
1 parent 7ea5890 commit caad638

File tree

4 files changed

+38
-3
lines changed

4 files changed

+38
-3
lines changed

.versionbot/CHANGELOG.yml

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
- commits:
2+
- subject: Update minio/mc Docker tag to RELEASE.2024-11-21T17-21-54Z
3+
hash: dcb916fe5dbfd46de8284678eed69ce91a04ea42
4+
body: >
5+
Update minio/mc from RELEASE.2024-07-22T20-02-49Z to
6+
RELEASE.2024-11-21T17-21-54Z
7+
footer:
8+
Change-type: patch
9+
change-type: patch
10+
author: balena-renovate[bot]
11+
nested: []
12+
version: 21.0.4
13+
title: ""
14+
date: 2025-03-31T03:56:29.987Z
115
- commits:
216
- subject: Update @balena/odata-to-abstract-sql to 7.1.6
317
hash: f521dee8066b9c35ff65f6a0ad164c2b4efdaa3b
@@ -2239,6 +2253,7 @@
22392253

22402254

22412255

2256+
22422257
As balena-lint
22432258
rejects `new
22442259
Boolean()`, `new
@@ -2273,6 +2288,7 @@
22732288

22742289

22752290

2291+
22762292
As engine and npm is
22772293
now required as part
22782294
of package.json we
@@ -2322,6 +2338,7 @@
23222338

23232339

23242340

2341+
23252342
Ensure that the
23262343
input passed in for
23272344
JSON types is either
@@ -2434,6 +2451,7 @@
24342451

24352452

24362453

2454+
24372455
This also deprecates
24382456
the legacy version
24392457
footer:
@@ -2474,6 +2492,7 @@
24742492

24752493

24762494

2495+
24772496
It can in fact be a
24782497
lot of different
24792498
things and that is
@@ -2515,6 +2534,7 @@
25152534

25162535

25172536

2537+
25182538
We know what type
25192539
they return and they
25202540
should be explicitly
@@ -2561,6 +2581,7 @@
25612581

25622582

25632583

2584+
25642585
Update
25652586
@balena/sbvr-types
25662587
from 3.4.18 to 3.5.0
@@ -2718,6 +2739,7 @@
27182739

27192740

27202741

2742+
27212743
This also deprecates
27222744
the legacy use of
27232745
direct true/false
@@ -5846,6 +5868,7 @@
58465868

58475869

58485870

5871+
58495872

58505873

58515874
As balena-lint
@@ -5908,6 +5931,7 @@
59085931

59095932

59105933

5934+
59115935

59125936

59135937
As engine and npm is
@@ -5985,6 +6009,7 @@
59856009

59866010

59876011

6012+
59886013

59896014

59906015
Ensure that the
@@ -6125,6 +6150,7 @@
61256150

61266151

61276152

6153+
61286154

61296155

61306156
This also deprecates
@@ -6193,6 +6219,7 @@
61936219

61946220

61956221

6222+
61966223

61976224

61986225
It can in fact be a
@@ -6262,6 +6289,7 @@
62626289

62636290

62646291

6292+
62656293

62666294

62676295
We know what type
@@ -6336,6 +6364,7 @@
63366364

63376365

63386366

6367+
63396368

63406369

63416370
Update
@@ -6521,6 +6550,7 @@
65216550

65226551

65236552

6553+
65246554

65256555

65266556
This also deprecates

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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+
# v21.0.4
8+
## (2025-03-31)
9+
10+
* Update minio/mc Docker tag to RELEASE.2024-11-21T17-21-54Z [balena-renovate[bot]]
11+
712
# v21.0.3
813
## (2025-03-28)
914

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21.0.3
1+
21.0.4

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@balena/pinejs",
3-
"version": "21.0.3",
3+
"version": "21.0.4",
44
"main": "out/server-glue/module.js",
55
"type": "module",
66
"repository": "[email protected]:balena-io/pinejs.git",
@@ -148,6 +148,6 @@
148148
"recursive": true
149149
},
150150
"versionist": {
151-
"publishedAt": "2025-03-28T06:43:09.974Z"
151+
"publishedAt": "2025-03-31T03:56:30.981Z"
152152
}
153153
}

0 commit comments

Comments
 (0)