Skip to content

Commit

Permalink
rel: Prep v2.8.2 (#1330)
Browse files Browse the repository at this point in the history
Prep for release of v2.8.2
  • Loading branch information
kentquirk authored Sep 13, 2024
1 parent 1c45efc commit c9f8063
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Refinery Changelog


## 2.8.2 2024-09-13

### Changes

- fix: assertion for ClusterSizer (#1329) | [Yingrong Zhao](https://github.com/vinozzZ)
- feat: Allow SendKey to be set via command line and env var (#1323) | [Mike Goldsmith](https://github.com/MikeGoldsmith)
- feat: add SendKey envvar config metadata (#1331) | [Yingrong Zhao](https://github.com/vinozzZ)
- maint: run smoke test in CI (#1316) | [Yingrong Zhao](https://github.com/vinozzZ)

## 2.8.1 2024-09-05

This release includes a fix to a bug that prevented Refinery from starting up a new cluster from scratch.
Expand Down
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

While [CHANGELOG.md](./CHANGELOG.md) contains detailed documentation and links to all the source code changes in a given release, this document is intended to be aimed at a more comprehensible version of the contents of the release from the point of view of users of Refinery.

## Version 2.8.2

This is a bug fix release.
It fixes a bug in the `UseClusterMode` feature of throughput samplers that prevented it from working properly.
It also enables the new `SendKey` feature to be configured from the environment or the command line.

## Version 2.8.0

This release has a several significant changes that makes Refinery easier to operate at scale.
Expand Down

0 comments on commit c9f8063

Please sign in to comment.