Compare commits

...

3 Commits

Author SHA1 Message Date
1aa73874a2 v4.0.52 2024-06-21 19:00:15 +00:00
afb9865b52 Merge pull request #250 from balena-io/renovate/balena-io-balena-cli-18.2.x
Update dependency balena-io/balena-cli to v18.2.8
2024-06-21 18:59:35 +00:00
a49e96d84f Update dependency balena-io/balena-cli to v18.2.8
Update balena-io/balena-cli from 18.2.7 to 18.2.8

Change-type: patch
2024-06-21 18:54:50 +00:00
5 changed files with 21 additions and 3 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Update dependency balena-io/balena-cli to v18.2.8
hash: a49e96d84f4ea8795782b5c132ee569cf6d5566e
body: |
Update balena-io/balena-cli from 18.2.7 to 18.2.8
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested: []
version: 4.0.52
title: ""
date: 2024-06-21T19:00:11.650Z
- commits:
- subject: Update dependency balena-io/balena-cli to v18.2.7
hash: cd4c361b8ca1e44730670c30fe0689cac805670f

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.0.52
## (2024-06-21)
* Update dependency balena-io/balena-cli to v18.2.8 [Self-hosted Renovate Bot]
# v4.0.51
## (2024-06-21)

View File

@ -1 +1 @@
4.0.51
4.0.52

View File

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

View File

@ -1,7 +1,7 @@
FROM ubuntu:24.04
# renovate: datasource=github-releases depName=balena-io/balena-cli
ARG BALENA_CLI_VERSION=v18.2.7
ARG BALENA_CLI_VERSION=v18.2.8
RUN apt-get update && apt-get install -y --no-install-recommends \
bash \