mirror of
https://github.com/balena-io/open-balena.git
synced 2025-06-24 18:25:16 +00:00
Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
dc83f0b095 | |||
6f7c7a54f4 | |||
07e01297aa | |||
7a36fe1f76 | |||
7a63a52dea | |||
af2ce80fd9 |
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -66,7 +66,7 @@ jobs:
|
||||
# FIXME: remove once balenaBlocks/balenaVirt is a thing
|
||||
submodules: true
|
||||
|
||||
- uses: aws-actions/configure-aws-credentials@43c891271eabca0b34d95f2453e2fe354928b16d
|
||||
- uses: aws-actions/configure-aws-credentials@bd0758102444af2a09b9e47a2c93d0f091c1252d
|
||||
with:
|
||||
aws-region: ${{ vars.AWS_REGION || 'us-east-1' }}
|
||||
role-session-name: github-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }}
|
||||
|
@ -1,3 +1,29 @@
|
||||
- commits:
|
||||
- subject: Update aws-actions/configure-aws-credentials digest to bd07581
|
||||
hash: 07e01297aae1d548ae51bfb2ae8acc0f66a1cef2
|
||||
body: |
|
||||
Update aws-actions/configure-aws-credentials
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.0.15
|
||||
title: ""
|
||||
date: 2024-06-04T04:00:00.889Z
|
||||
- commits:
|
||||
- subject: Update qemux/qemu-docker Docker tag to v5.10
|
||||
hash: af2ce80fd99cefd6cec3937dfd40331396042210
|
||||
body: |
|
||||
Update qemux/qemu-docker from 5.09 to 5.10
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.0.14
|
||||
title: ""
|
||||
date: 2024-06-02T19:57:14.160Z
|
||||
- commits:
|
||||
- subject: Update ubuntu Docker tag to v24
|
||||
hash: 496a1d75ec7f5a3b8f499eeb49c595f25f63ce49
|
||||
|
10
CHANGELOG.md
10
CHANGELOG.md
@ -4,6 +4,16 @@ 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.0.15
|
||||
## (2024-06-04)
|
||||
|
||||
* Update aws-actions/configure-aws-credentials digest to bd07581 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.0.14
|
||||
## (2024-06-02)
|
||||
|
||||
* Update qemux/qemu-docker Docker tag to v5.10 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.0.13
|
||||
## (2024-05-30)
|
||||
|
||||
|
@ -23,4 +23,4 @@ data:
|
||||
- generic-amd64
|
||||
- genericx86-64-ext
|
||||
- intel-nuc
|
||||
version: 4.0.13
|
||||
version: 4.0.15
|
||||
|
@ -1,6 +1,6 @@
|
||||
# https://hub.docker.com/r/qemux/qemu-docker
|
||||
# https://github.com/qemus/qemu-docker
|
||||
FROM qemux/qemu-docker:5.09
|
||||
FROM qemux/qemu-docker:5.10
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
minicom \
|
||||
|
Reference in New Issue
Block a user