Skip to content

Commit

Permalink
rel: Prep 2.0.2 (#798)
Browse files Browse the repository at this point in the history
Prep patch release for 2.0.2.
  • Loading branch information
kentquirk authored Jul 14, 2023
1 parent 017688c commit f295a8c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Refinery Changelog


## 2.0.2 2023-07-14

This is a patch release to address additional issues with Refinery 2.0.

## Fixes

- fix: Redis scan batch size increase (#794) | [Renning Bruns](https://github.com/nullren)
- fix: Don't inject real metrics if they're not enabled. (#795) | [Kent Quirk](https://github.com/kentquirk)

## Maintenance

- maint: Dont try to publish external PRs to ECR (#797) | [Tyler Helmuth](https://github.com/TylerHelmuth)
- maint: replace slash with dash in branch name (#796) | [Tyler Helmuth](https://github.com/TylerHelmuth)
- maint: Docker tagging updates (#791) | [Terra Field](https://github.com/RainOfTerra)


## 2.0.1 2023-07-11

This is a patch release to address several issues in the 2.0.0 release.
Expand Down
9 changes: 8 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@

While [CHANGELOG.md](./CHANGELOG.md) contains detailed documentation and links to all of 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.0.2

This is a patch release to address additional issues with Refinery 2.0:

* Fixes a performance issue where cluster membership was being queried from Redis with an unreasonably small limit, requiring many round trips and causing occasional timeouts in very large clusters.
* Fixes a situation where OTel metrics was inappropriately initialized when not configured, causing many errors to be logged as it tried to communicate with Honeycomb.

## Version 2.0.1

This is a patch release of Refinery that fixes several small, but annoying, bugs from Refinery 2.0.0
This is a patch release of Refinery that fixes several small, but annoying, bugs from Refinery 2.0.0.

### Configuration
- `AvailableMemory` and `MaxAlloc` now also support Kubernetes units.
Expand Down

0 comments on commit f295a8c

Please sign in to comment.