@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.
- package/.versionbot/CHANGELOG.yml +17 -6
- package/CHANGELOG.md +1 -1
- package/docker-compose.npm-test.yml +1 -1
- package/package.json +2 -2
@@ -1,17 +1,28 @@
|
|
1
1
|
- commits:
|
2
|
-
- subject:
|
3
|
-
hash:
|
2
|
+
- subject: Improve webresource tests to be independent of filename
|
3
|
+
hash: 829639eb97553afe957c830238d461c0c6d718b8
|
4
4
|
body: >
|
5
|
-
|
6
|
-
|
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:
|
21
|
+
author: Otavio Jacobi
|
11
22
|
nested: []
|
12
23
|
version: 21.3.2
|
13
24
|
title: ""
|
14
|
-
date: 2025-05-
|
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
|
-
*
|
10
|
+
* Improve webresource tests to be independent of filename [Otavio Jacobi]
|
11
11
|
|
12
12
|
# v21.3.1
|
13
13
|
## (2025-05-05)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "21.3.2-build-
|
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-
|
152
|
+
"publishedAt": "2025-05-05T12:10:38.664Z"
|
153
153
|
}
|
154
154
|
}
|