Skip to content

Commit 7f7c33e

Browse files
authored
Release lading 0.25.9 (#1320)
This release introduces a `container` generator that allows lading to spin and monitor user-provided containers as load for experiments that require scanning containers. Lading is not more strict about interpreting MiB / Mb etc in configurations. Strongly recommend to not mix and match. Lading generators will also no longer allow blocks larger than the throughput setting to pass through, a bug that impacted very low throughput use cases. Signed-off-by: Brian L. Troutwine <[email protected]>
1 parent 6c6a683 commit 7f7c33e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.25.9]
810
## Added
911
- Introduce a `container` generator able to generate an arbitrary number
1012
of docker containers

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lading/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lading"
3-
version = "0.25.8"
3+
version = "0.25.9"
44
authors = [
55
"Brian L. Troutwine <[email protected]>",
66
"George Hahn <[email protected]>",

0 commit comments

Comments
 (0)