balena-deploy-request 0.10.13 → 0.10.14

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@7b49c1e33376b6ca52e4332ed393cb9d141796c8 # master
20
+ uses: product-os/flowzone/.github/workflows/flowzone.yml@3eb3c97430ced517b32b40740187bf754857ba19 # 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 3eb3c97
3
+ hash: 2b18d663e8beda08385f683f98cd909907415d31
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.14
11
+ title: ""
12
+ date: 2026-03-26T10:10:17.445Z
1
13
  - commits:
2
14
  - subject: Update product-os/flowzone digest to 7b49c1e
3
15
  hash: d61cecd6ffb9e1711d0905c5e07b30c7555e5741
@@ -9,7 +21,7 @@
9
21
  author: balena-renovate[bot]
10
22
  version: 0.10.13
11
23
  title: ""
12
- date: 2026-03-26T09:09:32.999Z
24
+ date: 2026-03-26T09:12:02.040Z
13
25
  - commits:
14
26
  - subject: Update product-os/flowzone digest to 8d926e2
15
27
  hash: 03a51452960c05e9aeef9f643b4871de0825d7cb
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.14
8
+ ## (2026-03-26)
9
+
10
+ * Update product-os/flowzone digest to 3eb3c97 [balena-renovate[bot]]
11
+
7
12
  # v0.10.13
8
13
  ## (2026-03-26)
9
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-deploy-request",
3
- "version": "0.10.13",
3
+ "version": "0.10.14",
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-26T09:09:33.069Z"
39
+ "publishedAt": "2026-03-26T10:10:17.515Z"
40
40
  }
41
41
  }