@balena/pinejs 21.3.1-build-renovate-minio-mc-2025-x-55b18ee691d304c7f481f36a9c1a2951e8e2006b-1 → 21.3.1-build-webresource-tests-36265762455f7a2182d8bfcc02b3e9787dfe4abe-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,23 @@
1
1
  - commits:
2
- - subject: Update minio/mc Docker tag to v2025
3
- hash: 55b18ee691d304c7f481f36a9c1a2951e8e2006b
4
- body: >
5
- Update minio/mc from RELEASE.2024-11-21T17-21-54Z to
6
- RELEASE.2025-04-16T18-13-26Z
2
+ - subject: Fix webresource tests for deleted files with signed hrefs
3
+ hash: 36265762455f7a2182d8bfcc02b3e9787dfe4abe
4
+ body: ""
7
5
  footer:
8
6
  Change-type: patch
9
7
  change-type: patch
10
- author: balena-renovate[bot]
8
+ author: Otavio Jacobi
9
+ nested: []
10
+ - subject: Clear webresources bucket after test run
11
+ hash: a7e792f447bc508d08dd29717ef71d75cf72a167
12
+ body: ""
13
+ footer:
14
+ Change-type: patch
15
+ change-type: patch
16
+ author: Otavio Jacobi
11
17
  nested: []
12
18
  version: 21.3.1
13
19
  title: ""
14
- date: 2025-04-28T17:57:45.490Z
20
+ date: 2025-05-04T13:08:38.034Z
15
21
  - commits:
16
22
  - subject: Add multipart upload interface for handlers
17
23
  hash: d78ee0da169cb9b252bfe8d51c4f57cd10051475
package/CHANGELOG.md CHANGED
@@ -5,9 +5,10 @@ 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.3.1
8
- ## (2025-04-28)
8
+ ## (2025-05-04)
9
9
 
10
- * Update minio/mc Docker tag to v2025 [balena-renovate[bot]]
10
+ * Fix webresource tests for deleted files with signed hrefs [Otavio Jacobi]
11
+ * Clear webresources bucket after test run [Otavio Jacobi]
11
12
 
12
13
  # v21.3.0
13
14
  ## (2025-04-28)
@@ -26,7 +26,7 @@ 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.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.3.1-build-renovate-minio-mc-2025-x-55b18ee691d304c7f481f36a9c1a2951e8e2006b-1",
3
+ "version": "21.3.1-build-webresource-tests-36265762455f7a2182d8bfcc02b3e9787dfe4abe-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-04-28T17:57:46.545Z"
152
+ "publishedAt": "2025-05-04T13:08:39.123Z"
153
153
  }
154
154
  }