@balena/pinejs 21.3.2-build-renovate-minio-mc-2025-x-da1cec8047050b0fc2defc6939dbe2b5e5302ab4-1 → 21.3.2-build-do-not-rely-on-side-behaviors-829639eb97553afe957c830238d461c0c6d718b8-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,28 @@
1
1
  - commits:
2
- - subject: Update minio/mc Docker tag to v2025
3
- hash: da1cec8047050b0fc2defc6939dbe2b5e5302ab4
2
+ - subject: Improve webresource tests to be independent of filename
3
+ hash: 829639eb97553afe957c830238d461c0c6d718b8
4
4
  body: >
5
- Update minio/mc from RELEASE.2024-11-21T17-21-54Z to
6
- RELEASE.2025-04-16T18-13-26Z
5
+ Previous version of tests were relying on the fact that the href
6
+ (generated) property used the given filename to be generated and would
7
+ search over the bucket for that filename.
8
+
9
+
10
+ This is highly undesirable as it makes the tests unreliable to possible
11
+ underlying (non breaking) changes, as it relies on a side effect
12
+
13
+
14
+ The current PR changes it by ensuring the specific keys exist on the
15
+ bucket without any relation for the given filename.
7
16
  footer:
17
+ See: https://balena.fibery.io/search/tyKzx#Work/Improvement/Make-webresources-file-deletion-more-reliable-2819
18
+ see: https://balena.fibery.io/search/tyKzx#Work/Improvement/Make-webresources-file-deletion-more-reliable-2819
8
19
  Change-type: patch
9
20
  change-type: patch
10
- author: balena-renovate[bot]
21
+ author: Otavio Jacobi
11
22
  nested: []
12
23
  version: 21.3.2
13
24
  title: ""
14
- date: 2025-05-05T07:00:24.571Z
25
+ date: 2025-05-05T12:10:37.636Z
15
26
  - commits:
16
27
  - subject: Fix webresource tests for deleted files with signed hrefs
17
28
  hash: 36265762455f7a2182d8bfcc02b3e9787dfe4abe
package/CHANGELOG.md CHANGED
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
  # v21.3.2
8
8
  ## (2025-05-05)
9
9
 
10
- * Update minio/mc Docker tag to v2025 [balena-renovate[bot]]
10
+ * Improve webresource tests to be independent of filename [Otavio Jacobi]
11
11
 
12
12
  # v21.3.1
13
13
  ## (2025-05-05)
@@ -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.2-build-renovate-minio-mc-2025-x-da1cec8047050b0fc2defc6939dbe2b5e5302ab4-1",
3
+ "version": "21.3.2-build-do-not-rely-on-side-behaviors-829639eb97553afe957c830238d461c0c6d718b8-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-05T07:00:25.586Z"
152
+ "publishedAt": "2025-05-05T12:10:38.664Z"
153
153
  }
154
154
  }