@balena/pinejs 21.0.3-build-left-join-f521dee8066b9c35ff65f6a0ad164c2b4efdaa3b-2 → 21.0.4-build-renovate-minio-mc-2024-x-dcb916fe5dbfd46de8284678eed69ce91a04ea42-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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-28T07:00:33.120Z
1
15
  - commits:
2
16
  - subject: Update @balena/odata-to-abstract-sql to 7.1.6
3
17
  hash: f521dee8066b9c35ff65f6a0ad164c2b4efdaa3b
@@ -89,7 +103,7 @@
89
103
  date: 2025-03-27T18:14:04.062Z
90
104
  version: 21.0.3
91
105
  title: ""
92
- date: 2025-03-28T05:57:27.594Z
106
+ date: 2025-03-28T06:43:08.288Z
93
107
  - commits:
94
108
  - subject: Convert permissions `namespaceRelationships` to for-of
95
109
  hash: 74eb91db2c258904ed5cb0f2cbd395b7392f0812
@@ -2239,6 +2253,7 @@
2239
2253
 
2240
2254
 
2241
2255
 
2256
+
2242
2257
  As balena-lint
2243
2258
  rejects `new
2244
2259
  Boolean()`, `new
@@ -2273,6 +2288,7 @@
2273
2288
 
2274
2289
 
2275
2290
 
2291
+
2276
2292
  As engine and npm is
2277
2293
  now required as part
2278
2294
  of package.json we
@@ -2322,6 +2338,7 @@
2322
2338
 
2323
2339
 
2324
2340
 
2341
+
2325
2342
  Ensure that the
2326
2343
  input passed in for
2327
2344
  JSON types is either
@@ -2434,6 +2451,7 @@
2434
2451
 
2435
2452
 
2436
2453
 
2454
+
2437
2455
  This also deprecates
2438
2456
  the legacy version
2439
2457
  footer:
@@ -2474,6 +2492,7 @@
2474
2492
 
2475
2493
 
2476
2494
 
2495
+
2477
2496
  It can in fact be a
2478
2497
  lot of different
2479
2498
  things and that is
@@ -2515,6 +2534,7 @@
2515
2534
 
2516
2535
 
2517
2536
 
2537
+
2518
2538
  We know what type
2519
2539
  they return and they
2520
2540
  should be explicitly
@@ -2561,6 +2581,7 @@
2561
2581
 
2562
2582
 
2563
2583
 
2584
+
2564
2585
  Update
2565
2586
  @balena/sbvr-types
2566
2587
  from 3.4.18 to 3.5.0
@@ -2718,6 +2739,7 @@
2718
2739
 
2719
2740
 
2720
2741
 
2742
+
2721
2743
  This also deprecates
2722
2744
  the legacy use of
2723
2745
  direct true/false
@@ -5846,6 +5868,7 @@
5846
5868
 
5847
5869
 
5848
5870
 
5871
+
5849
5872
 
5850
5873
 
5851
5874
  As balena-lint
@@ -5908,6 +5931,7 @@
5908
5931
 
5909
5932
 
5910
5933
 
5934
+
5911
5935
 
5912
5936
 
5913
5937
  As engine and npm is
@@ -5985,6 +6009,7 @@
5985
6009
 
5986
6010
 
5987
6011
 
6012
+
5988
6013
 
5989
6014
 
5990
6015
  Ensure that the
@@ -6125,6 +6150,7 @@
6125
6150
 
6126
6151
 
6127
6152
 
6153
+
6128
6154
 
6129
6155
 
6130
6156
  This also deprecates
@@ -6193,6 +6219,7 @@
6193
6219
 
6194
6220
 
6195
6221
 
6222
+
6196
6223
 
6197
6224
 
6198
6225
  It can in fact be a
@@ -6262,6 +6289,7 @@
6262
6289
 
6263
6290
 
6264
6291
 
6292
+
6265
6293
 
6266
6294
 
6267
6295
  We know what type
@@ -6336,6 +6364,7 @@
6336
6364
 
6337
6365
 
6338
6366
 
6367
+
6339
6368
 
6340
6369
 
6341
6370
  Update
@@ -6521,6 +6550,7 @@
6521
6550
 
6522
6551
 
6523
6552
 
6553
+
6524
6554
 
6525
6555
 
6526
6556
  This also deprecates
package/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
4
4
  automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
+ # v21.0.4
8
+ ## (2025-03-28)
9
+
10
+ * Update minio/mc Docker tag to RELEASE.2024-11-21T17-21-54Z [balena-renovate[bot]]
11
+
7
12
  # v21.0.3
8
13
  ## (2025-03-28)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 21.0.3
1
+ 21.0.4
@@ -26,7 +26,7 @@ services:
26
26
  - "43680:9000"
27
27
  - "43697:9001"
28
28
  minio-client:
29
- image: minio/mc:RELEASE.2024-07-22T20-02-49Z
29
+ image: minio/mc:RELEASE.2024-11-21T17-21-54Z
30
30
  depends_on:
31
31
  - minio-server
32
32
  entrypoint: >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "21.0.3-build-left-join-f521dee8066b9c35ff65f6a0ad164c2b4efdaa3b-2",
3
+ "version": "21.0.4-build-renovate-minio-mc-2024-x-dcb916fe5dbfd46de8284678eed69ce91a04ea42-1",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -148,6 +148,6 @@
148
148
  "recursive": true
149
149
  },
150
150
  "versionist": {
151
- "publishedAt": "2025-03-28T05:57:29.392Z"
151
+ "publishedAt": "2025-03-28T07:00:34.164Z"
152
152
  }
153
153
  }