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 | |
---|---|---|---|
3cdeed6b3f | |||
06c6c0b93f | |||
496a1d75ec | |||
ea7f30ed94 | |||
dce23ab8b2 | |||
5b835f3a8e |
@ -1,3 +1,29 @@
|
||||
- commits:
|
||||
- subject: Update ubuntu Docker tag to v24
|
||||
hash: 496a1d75ec7f5a3b8f499eeb49c595f25f63ce49
|
||||
body: |
|
||||
Update ubuntu from 22.04 to noble
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.0.13
|
||||
title: ""
|
||||
date: 2024-05-30T23:58:20.498Z
|
||||
- commits:
|
||||
- subject: Update qemux/qemu-docker Docker tag to v5
|
||||
hash: 5b835f3a8edbdd5575faa82c8d79d2b5d72fe27c
|
||||
body: |
|
||||
Update qemux/qemu-docker from 4.28 to 5.09
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.0.12
|
||||
title: ""
|
||||
date: 2024-05-30T21:56:51.082Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-registry Docker tag to v2.39.57
|
||||
hash: dfe88d90d5f718dc3dd20988f611de7c1dad9200
|
||||
|
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.13
|
||||
## (2024-05-30)
|
||||
|
||||
* Update ubuntu Docker tag to v24 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.0.12
|
||||
## (2024-05-30)
|
||||
|
||||
* Update qemux/qemu-docker Docker tag to v5 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.0.11
|
||||
## (2024-05-30)
|
||||
|
||||
|
@ -23,4 +23,4 @@ data:
|
||||
- generic-amd64
|
||||
- genericx86-64-ext
|
||||
- intel-nuc
|
||||
version: 4.0.11
|
||||
version: 4.0.13
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM ubuntu:22.04
|
||||
FROM ubuntu:24.04
|
||||
|
||||
# renovate: datasource=github-releases depName=balena-io/balena-cli
|
||||
ARG BALENA_CLI_VERSION=v18.2.2
|
||||
|
@ -1,6 +1,6 @@
|
||||
# https://hub.docker.com/r/qemux/qemu-docker
|
||||
# https://github.com/qemus/qemu-docker
|
||||
FROM qemux/qemu-docker:4.28
|
||||
FROM qemux/qemu-docker:5.09
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
minicom \
|
||||
|
Reference in New Issue
Block a user