This commit is contained in:
flowzone-app[bot] 2025-02-24 20:17:19 +00:00 committed by GitHub
parent e6f0b71006
commit 0802e2e4a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 25 additions and 2 deletions

View File

@ -1,3 +1,21 @@
- commits:
- subject: Support testing external commits
hash: c1133d1f16f1cb55e42b6c2b3c591fa3c8cfe425
body: |
tests require cloning of GitHub repo outside of Flowzone on AWS runners`
* on pull_request_target (external contibutions)
github.event.pull_request.head.repo.full_name will resolve to
{{forked-repo}}/open-balena (e.g. MrMEEE/open-balena)
* on pull_request, it will resolve to {{ github.repository }}
footer:
change-type: patch
author: Anton Belodedenko
nested: []
version: 4.1.356
title: ""
date: 2025-02-24T20:17:17.529Z
- commits:
- subject: Update balena/open-balena-api Docker tag to v34.7.0
hash: f2498f14e2f1a7c8b84ea69ce89b539fecccb5ef

View File

@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).
# v4.1.356
## (2025-02-24)
* Support testing external commits [Anton Belodedenko]
# v4.1.355
## (2025-02-24)

View File

@ -1 +1 @@
4.1.355
4.1.356

View File

@ -23,4 +23,4 @@ data:
- generic-amd64
- genericx86-64-ext
- intel-nuc
version: 4.1.355
version: 4.1.356