You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to ship some minor improvements and bug fixes, let's prepare a v1.0.1. release, flushing out the current contents of the main branch. In particular, we want to provide bugfixes for regressions introduced in the recent v1 release (#4991).
## Describe your changes
In bumping the various metrics-related crates recently, we overlooked
that the specific metrics emitted by the `metrics-process` crate had
vanished. Bumping the dependency resolves.
Updates the pd metrics tests to check for more patterns. These checks
were failing on the main branch, specifically the `pd_process_*`
patterns.
Also refactors the metrics test to use `rstest`, for more granular
output.
## Issue ticket number and link
Refs #5021
## Testing and review
I've already confirmed that the new tests failed on main, so CI passing
is enough to merge here.
## Checklist before requesting a review
- [x] I have added guiding text to explain how a reviewer should test
these changes.
- [x] If this code contains consensus-breaking changes, I have added the
"consensus-breaking" label. Otherwise, I declare my belief that there
are not consensus-breaking changes, for the following reason:
> metrics and tests only, does not affect consensus logic
Tooling Release
In order to ship some minor improvements and bug fixes, let's prepare a
v1.0.1.
release, flushing out the current contents of the main branch. In particular, we want to provide bugfixes for regressions introduced in the recent v1 release (#4991).Changes to include
Compatibility
As this is a point-release, all changes must be fully compatible for all nodes and clients.
Careful attention should be given to the delta between most recent tag on the main branch:
https://github.com/penumbra-zone/penumbra/compare/v1.0.0..main
The text was updated successfully, but these errors were encountered: