@balena/pinejs 21.2.1-build-improve-webresource-test-1294fc741b573723050e80458dbdebc21fd3e096-1 → 21.2.1-build-renovate-minio-mc-2025-x-8f71762925afef6f3cd1c8013b49ee054b67fb34-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,15 +1,17 @@
1
1
  - commits:
2
- - subject: Add test for webresource rule on patches
3
- hash: 1294fc741b573723050e80458dbdebc21fd3e096
4
- body: ""
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
5
7
  footer:
6
8
  Change-type: patch
7
9
  change-type: patch
8
- author: Otavio Jacobi
10
+ author: balena-renovate[bot]
9
11
  nested: []
10
12
  version: 21.2.1
11
13
  title: ""
12
- date: 2025-04-16T13:49:25.211Z
14
+ date: 2025-04-16T13:58:26.814Z
13
15
  - commits:
14
16
  - subject: "Postgres: add the option to prepare db queries after N executions"
15
17
  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
- * Add test for webresource rule on patches [Otavio Jacobi]
10
+ * Update minio/mc Docker tag to v2025 [balena-renovate[bot]]
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.2024-11-21T17-21-54Z
29
+ image: minio/mc:RELEASE.2025-04-08T15-39-49Z
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-improve-webresource-test-1294fc741b573723050e80458dbdebc21fd3e096-1",
3
+ "version": "21.2.1-build-renovate-minio-mc-2025-x-8f71762925afef6f3cd1c8013b49ee054b67fb34-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:49:26.328Z"
152
+ "publishedAt": "2025-04-16T13:58:27.862Z"
153
153
  }
154
154
  }