@balena/pinejs 21.2.1-build-renovate-minio-mc-2025-x-8f71762925afef6f3cd1c8013b49ee054b67fb34-1 → 21.2.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: 8f71762925afef6f3cd1c8013b49ee054b67fb34
4
- body: >
5
- Update minio/mc from RELEASE.2024-11-21T17-21-54Z to
6
- RELEASE.2025-04-08T15-39-49Z
2
+ - subject: Add test for webresource rule on patches
3
+ hash: 1294fc741b573723050e80458dbdebc21fd3e096
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.2.1
13
11
  title: ""
14
- date: 2025-04-16T13:58:26.814Z
12
+ date: 2025-04-16T13:49:25.211Z
15
13
  - commits:
16
14
  - subject: "Postgres: add the option to prepare db queries after N executions"
17
15
  hash: 1a6ee61f71b282a73fb0490fd32111a3c233ec7a
package/CHANGELOG.md CHANGED
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
  # v21.2.1
8
8
  ## (2025-04-16)
9
9
 
10
- * Update minio/mc Docker tag to v2025 [balena-renovate[bot]]
10
+ * Add test for webresource rule on patches [Otavio Jacobi]
11
11
 
12
12
  # v21.2.0
13
13
  ## (2025-04-16)
@@ -26,7 +26,7 @@ services:
26
26
  - "43680:9000"
27
27
  - "43697:9001"
28
28
  minio-client:
29
- image: minio/mc:RELEASE.2025-04-08T15-39-49Z
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.2.1-build-renovate-minio-mc-2025-x-8f71762925afef6f3cd1c8013b49ee054b67fb34-1",
3
+ "version": "21.2.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-16T13:58:27.862Z"
152
+ "publishedAt": "2025-04-16T13:49:26.328Z"
153
153
  }
154
154
  }