Skip to content

Commit e32f2b1

Browse files
v19.13.1
1 parent 727fd4a commit e32f2b1

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
- commits:
2+
- subject: Check KVM support on any X64 Linux runner
3+
hash: dde243827c8b427681cd48b78f2ffe3e2d17e111
4+
body: |
5+
This includes large runners we may provision during
6+
outages of self-hosted runners.
7+
footer:
8+
Change-type: patch
9+
change-type: patch
10+
Signed-off-by: Kyle Harding <[email protected]>
11+
signed-off-by: Kyle Harding <[email protected]>
12+
author: Kyle Harding
13+
nested: []
14+
version: 19.13.1
15+
title: ""
16+
date: 2025-03-27T13:28:28.987Z
117
- commits:
218
- subject: Use hosted Ubuntu 24.04 X64 and ARM runners for Docker by default
319
hash: 3685e2808acdcce63f7ed54f3ad8152fbffced3c

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 19.13.1 - 2025-03-27
8+
9+
* Check KVM support on any X64 Linux runner [Kyle Harding]
10+
711
## 19.13.0 - 2025-03-26
812

913
* Use hosted Ubuntu 24.04 X64 and ARM runners for Docker by default [Kyle Harding]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"dependencies": {
1818
"yaml": "^2.1.3"
1919
},
20-
"version": "19.13.0",
20+
"version": "19.13.1",
2121
"versionist": {
22-
"publishedAt": "2025-03-26T23:00:51.142Z"
22+
"publishedAt": "2025-03-27T13:28:29.565Z"
2323
}
2424
}

0 commit comments

Comments
 (0)