@balena/pinejs 21.6.1-build-renovate-minio-mc-2025-x-84309eb5fc16ecc24012ddffdb52fc0e3db044f5-1 → 21.6.1-build-bump-minio-update-config-82fb24d8beb256f34aed3c9bffc78bbb87845d17-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,17 +1,15 @@
1
1
  - commits:
2
- - subject: Update minio/mc Docker tag to v2025
3
- hash: 84309eb5fc16ecc24012ddffdb52fc0e3db044f5
4
- body: >
5
- Update minio/mc from RELEASE.2024-11-21T17-21-54Z to
6
- RELEASE.2025-04-16T18-13-26Z
2
+ - subject: "CI: Update minio/mc bucket setup commands & bump versions"
3
+ hash: 82fb24d8beb256f34aed3c9bffc78bbb87845d17
4
+ body: ""
7
5
  footer:
8
6
  Change-type: patch
9
7
  change-type: patch
10
- author: balena-renovate[bot]
8
+ author: Otavio Jacobi
11
9
  nested: []
12
10
  version: 21.6.1
13
11
  title: ""
14
- date: 2025-05-15T16:03:34.782Z
12
+ date: 2025-05-27T12:29:02.253Z
15
13
  - commits:
16
14
  - subject: Add multipart upload actions
17
15
  hash: 11cf78252a39f157a4f0bb9d7f04bf594fb46ef5
package/CHANGELOG.md CHANGED
@@ -5,9 +5,9 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
7
  # v21.6.1
8
- ## (2025-05-15)
8
+ ## (2025-05-27)
9
9
 
10
- * Update minio/mc Docker tag to v2025 [balena-renovate[bot]]
10
+ * CI: Update minio/mc bucket setup commands & bump versions [Otavio Jacobi]
11
11
 
12
12
  # v21.6.0
13
13
  ## (2025-05-15)
@@ -17,7 +17,7 @@ services:
17
17
  - -c
18
18
  - full_page_writes=off
19
19
  minio-server:
20
- image: minio/minio:RELEASE.2024-09-22T00-33-43Z
20
+ image: minio/minio:RELEASE.2025-05-24T17-08-30Z
21
21
  environment:
22
22
  MINIO_ROOT_USER: USERNAME
23
23
  MINIO_ROOT_PASSWORD: PASSWORD
@@ -26,12 +26,14 @@ services:
26
26
  - "43680:9000"
27
27
  - "43697:9001"
28
28
  minio-client:
29
- image: minio/mc:RELEASE.2025-04-16T18-13-26Z
29
+ image: minio/mc:RELEASE.2025-05-21T01-59-54Z
30
30
  depends_on:
31
31
  - minio-server
32
32
  entrypoint: >
33
33
  /bin/sh -c "
34
- /usr/bin/mc config host add minio-server http://minio-server:9000 USERNAME PASSWORD;
34
+ set -e;
35
+ sleep 1;
36
+ /usr/bin/mc alias set minio-server http://minio-server:9000 USERNAME PASSWORD;
35
37
  /usr/bin/mc mb --ignore-existing minio-server/balena-pine-web-resources;
36
- exit 0;
38
+ sleep infinity;
37
39
  "
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "21.6.1-build-renovate-minio-mc-2025-x-84309eb5fc16ecc24012ddffdb52fc0e3db044f5-1",
3
+ "version": "21.6.1-build-bump-minio-update-config-82fb24d8beb256f34aed3c9bffc78bbb87845d17-1",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -149,6 +149,6 @@
149
149
  "recursive": true
150
150
  },
151
151
  "versionist": {
152
- "publishedAt": "2025-05-15T16:03:35.806Z"
152
+ "publishedAt": "2025-05-27T12:29:03.262Z"
153
153
  }
154
154
  }