@balena/pinejs 22.0.3-build-renovate-minio-minio-2025-x-3bf3c1623025dff71f1930768ad436c314c056a4-1 → 22.0.3-build-renovate-minio-mc-2025-x-990a2589f6346dc9e151fbf1f9dacb30b94a92ad-2

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,9 +1,9 @@
1
1
  - commits:
2
- - subject: Update minio/minio Docker tag to RELEASE.2025-07-23T15-54-02Z
3
- hash: 3bf3c1623025dff71f1930768ad436c314c056a4
2
+ - subject: Update minio/mc Docker tag to RELEASE.2025-07-21T05-28-08Z
3
+ hash: 990a2589f6346dc9e151fbf1f9dacb30b94a92ad
4
4
  body: >
5
- Update minio/minio from RELEASE.2025-06-13T11-33-47Z to
6
- RELEASE.2025-07-23T15-54-02Z
5
+ Update minio/mc from RELEASE.2025-05-21T01-59-54Z to
6
+ RELEASE.2025-07-21T05-28-08Z
7
7
  footer:
8
8
  Change-type: patch
9
9
  change-type: patch
@@ -11,7 +11,7 @@
11
11
  nested: []
12
12
  version: 22.0.3
13
13
  title: ""
14
- date: 2025-07-25T13:26:27.982Z
14
+ date: 2025-07-25T13:26:14.334Z
15
15
  - commits:
16
16
  - subject: Remove unused @types/multer dependency
17
17
  hash: ed6ba332e87c985ffeb54e5bd2af6b2ac76c0e75
package/CHANGELOG.md CHANGED
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
  # v22.0.3
8
8
  ## (2025-07-25)
9
9
 
10
- * Update minio/minio Docker tag to RELEASE.2025-07-23T15-54-02Z [balena-renovate[bot]]
10
+ * Update minio/mc Docker tag to RELEASE.2025-07-21T05-28-08Z [balena-renovate[bot]]
11
11
 
12
12
  # v22.0.2
13
13
  ## (2025-07-25)
@@ -17,7 +17,7 @@ services:
17
17
  - -c
18
18
  - full_page_writes=off
19
19
  minio-server:
20
- image: minio/minio:RELEASE.2025-07-23T15-54-02Z
20
+ image: minio/minio:RELEASE.2025-06-13T11-33-47Z
21
21
  environment:
22
22
  MINIO_ROOT_USER: USERNAME
23
23
  MINIO_ROOT_PASSWORD: PASSWORD
@@ -26,7 +26,7 @@ services:
26
26
  - "43680:9000"
27
27
  - "43697:9001"
28
28
  minio-client:
29
- image: minio/mc:RELEASE.2025-05-21T01-59-54Z
29
+ image: minio/mc:RELEASE.2025-07-21T05-28-08Z
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": "22.0.3-build-renovate-minio-minio-2025-x-3bf3c1623025dff71f1930768ad436c314c056a4-1",
3
+ "version": "22.0.3-build-renovate-minio-mc-2025-x-990a2589f6346dc9e151fbf1f9dacb30b94a92ad-2",
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-07-25T13:26:28.972Z"
151
+ "publishedAt": "2025-07-25T13:26:15.389Z"
152
152
  }
153
153
  }