balena-deploy-request 0.10.2 → 0.10.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.
@@ -17,7 +17,7 @@ permissions:
17
17
  jobs:
18
18
  flowzone:
19
19
  name: Flowzone
20
- uses: product-os/flowzone/.github/workflows/flowzone.yml@eb703ea5421a9679877edcf97dfb8bb709c72a0c # master
20
+ uses: product-os/flowzone/.github/workflows/flowzone.yml@8674dc51ff2a1ff58919f40d63626f1dc75da647 # master
21
21
  # prevent duplicate workflow executions for pull_request and pull_request_target
22
22
  if: |
23
23
  (
@@ -1,3 +1,15 @@
1
+ - commits:
2
+ - subject: Update product-os/flowzone digest to 8674dc5
3
+ hash: 81ec6f946e4d9a1def0b52a2bff26323778f0d40
4
+ body: |
5
+ Update product-os/flowzone
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ version: 0.10.3
11
+ title: ""
12
+ date: 2026-03-25T21:29:07.099Z
1
13
  - commits:
2
14
  - subject: Update product-os/flowzone digest to eb703ea
3
15
  hash: ed25df0f982c1f8caeb0eb4d62424460997fa29b
@@ -25,7 +37,7 @@
25
37
  author: balena-renovate[bot]
26
38
  version: 0.10.2
27
39
  title: ""
28
- date: 2026-03-25T20:00:00.556Z
40
+ date: 2026-03-25T20:02:42.451Z
29
41
  - commits:
30
42
  - subject: "Add id-token: write permission for NPM OIDC publishing"
31
43
  hash: 480b57948195cf39f7d16767d374e68def087202
package/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
4
4
  automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
+ # v0.10.3
8
+ ## (2026-03-25)
9
+
10
+ * Update product-os/flowzone digest to 8674dc5 [balena-renovate[bot]]
11
+
7
12
  # v0.10.2
8
13
  ## (2026-03-25)
9
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-deploy-request",
3
- "version": "0.10.2",
3
+ "version": "0.10.3",
4
4
  "description": "A simple script for generating deploy requests along with release notes",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -36,6 +36,6 @@
36
36
  "prettier": "^3.0.0"
37
37
  },
38
38
  "versionist": {
39
- "publishedAt": "2026-03-25T20:00:00.608Z"
39
+ "publishedAt": "2026-03-25T21:29:07.160Z"
40
40
  }
41
41
  }