-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
balena-yocto-scripts: Update to v1.21.3
Update balena-yocto-scripts from v1.19.34 to v1.21.3 Change-type: patch Changelog-entry: Update balena-yocto-scripts to v1.21.3 Signed-off-by: Alex Gonzalez <alexg@balena.io>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule balena-yocto-scripts
updated
21 files
+18 −0 | .github/workflows/flowzone.yml | |
+234 −0 | .versionbot/CHANGELOG.yml | |
+65 −0 | CHANGELOG.md | |
+1 −1 | README.md | |
+1 −1 | VERSION | |
+0 −9 | automation/Dockerfile_balena-generate-ami-env | |
+1 −1 | automation/Dockerfile_balena-push-env | |
+0 −20 | automation/Dockerfile_yocto-block-build-env | |
+13 −3 | automation/Dockerfile_yocto-build-env | |
+0 −103 | automation/entry_scripts/balena-build-block.sh | |
+14 −0 | automation/entry_scripts/balena-deploy-block.sh | |
+1 −1 | automation/entry_scripts/balena-generate-ami.sh | |
+229 −5 | automation/include/balena-api.inc | |
+30 −56 | automation/include/balena-deploy.inc | |
+23 −28 | automation/include/balena-lib.inc | |
+0 −144 | automation/jenkins_build-blocks.sh | |
+0 −27 | automation/jenkins_build-containers.sh | |
+1 −1 | automation/jenkins_build.sh | |
+3 −3 | automation/jenkins_generate_ami.sh | |
+5 −5 | build/balena-build.sh | |
+28 −0 | docker-bake.hcl |