Skip to content

Commit

Permalink
v2.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Aug 26, 2024
1 parent 8890bd7 commit 78e8700
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 4 deletions.
30 changes: 30 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
- commits:
- subject: Update QEMU binfmt to v8.0.4 for building
hash: c77289b332df503258f2885e825ffe6af1ca30d6
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Kyle Harding <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
author: Kyle Harding
nested: []
- subject: Bake on self-hosted runners with full concurrency
hash: 4ba65bfe01595fe7e0bae333ac0318f806acd0ae
body: |
The current concurrency limits on hosted runners
are timing out and skipping most downstream jobs.
Instead make the concurrency per-workflow
and run everything on a subset of self-hosted
runners matching the "self-hosted" label.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Kyle Harding <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
author: Kyle Harding
nested: []
version: 2.10.7
title: ""
date: 2024-08-26T15:36:17.414Z
- commits:
- subject: Lock file maintenance
hash: 17c423748913a16629b497e8c4385a02f6598973
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## 2023-03-28

## 2.10.7 - 2024-08-26

* Update QEMU binfmt to v8.0.4 for building [Kyle Harding]
* Bake on self-hosted runners with full concurrency [Kyle Harding]

## 2.10.6 - 2024-08-26

* Lock file maintenance [Self-hosted Renovate Bot]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "base-img-generator",
"version": "2.10.6",
"version": "2.10.7",
"description": "base image generator",
"main": "scripts/generate-dockerfiles.js",
"homepage": "https://github.com/resin-io-library/base-images",
Expand Down Expand Up @@ -53,6 +53,6 @@
"npm": "^10.0.0"
},
"versionist": {
"publishedAt": "2024-08-26T01:19:49.503Z"
"publishedAt": "2024-08-26T15:36:17.797Z"
}
}

0 comments on commit 78e8700

Please sign in to comment.