@balena/pinejs 19.0.3-build-fixes-large-webresource-test-race-condition-f02c0bd102c90459a9b2cbd94b97ba4e7a0f2056-1 → 19.0.3

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,6 +1,16 @@
1
1
  - commits:
2
+ - subject: Pin minio/minio and minio/mc versions
3
+ hash: 2f7012ed804f03675ebc1bb6cada6a66eeb4a0c2
4
+ body: >
5
+ This is necessary as the current (Oct, 04, 2024) minio latest versions
6
+ are triggering for yet unknown reasons "Bucket not found" errors.
7
+ footer:
8
+ Change-type: patch
9
+ change-type: patch
10
+ author: Otavio Jacobi
11
+ nested: []
2
12
  - subject: Fix large webresource test race condition
3
- hash: f02c0bd102c90459a9b2cbd94b97ba4e7a0f2056
13
+ hash: 6d78964a40596f327c6f1aa431bc91b26a2c377a
4
14
  body: ""
5
15
  footer:
6
16
  Change-type: patch
@@ -9,7 +19,7 @@
9
19
  nested: []
10
20
  version: 19.0.3
11
21
  title: ""
12
- date: 2024-10-04T14:00:03.972Z
22
+ date: 2024-10-04T14:11:04.288Z
13
23
  - commits:
14
24
  - subject: Update dependency grunt-webpack to v7
15
25
  hash: 178c06f03da15786e2447190ed7b2df36d5eb0d2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
  # v19.0.3
8
8
  ## (2024-10-04)
9
9
 
10
+ * Pin minio/minio and minio/mc versions [Otavio Jacobi]
10
11
  * Fix large webresource test race condition [Otavio Jacobi]
11
12
 
12
13
  # v19.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "19.0.3-build-fixes-large-webresource-test-race-condition-f02c0bd102c90459a9b2cbd94b97ba4e7a0f2056-1",
3
+ "version": "19.0.3",
4
4
  "main": "out/server-glue/module",
5
5
  "type": "commonjs",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -147,6 +147,6 @@
147
147
  "recursive": true
148
148
  },
149
149
  "versionist": {
150
- "publishedAt": "2024-10-04T14:00:04.715Z"
150
+ "publishedAt": "2024-10-04T14:11:05.037Z"
151
151
  }
152
152
  }