Skip to content

Commit 2ef1396

Browse files
chore(main): release 25.4.2
1 parent b2e5f8f commit 2ef1396

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "25.4.1"
2+
".": "25.4.2"
33
}

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,50 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Calendar Versioning](https://calver.org/).
77

8+
## [25.4.2](https://github.com/rivet-gg/rivet/compare/v25.4.1...v25.4.2) (2025-05-15)
9+
10+
11+
### Bug Fixes
12+
13+
* add future/fdb metrics ([#2377](https://github.com/rivet-gg/rivet/issues/2377)) ([37250d5](https://github.com/rivet-gg/rivet/commit/37250d5e3dc7897fdd31d8f21ef6597b07abb15b))
14+
* add logs to ws ([#2412](https://github.com/rivet-gg/rivet/issues/2412)) ([0ab685a](https://github.com/rivet-gg/rivet/commit/0ab685ae5ebef7310f48f519a3789d6c708b8bd6))
15+
* add metrics to ops and guard ([#2429](https://github.com/rivet-gg/rivet/issues/2429)) ([9cd808a](https://github.com/rivet-gg/rivet/commit/9cd808aed6ef45a0250d2c3b167c9965e035b755))
16+
* add otel collector tail sampler ([#2411](https://github.com/rivet-gg/rivet/issues/2411)) ([026e21b](https://github.com/rivet-gg/rivet/commit/026e21b74bbc50dddc6014a658fe00a1a755be09))
17+
* add udp test to system test ([#2417](https://github.com/rivet-gg/rivet/issues/2417)) ([91d820a](https://github.com/rivet-gg/rivet/commit/91d820a30cc87a9de90989f2c2a75a28f821167e))
18+
* allow custom project for status monitor ([#2415](https://github.com/rivet-gg/rivet/issues/2415)) ([9f6a5a7](https://github.com/rivet-gg/rivet/commit/9f6a5a7950f07d1110bb36fc584d539c5133446b))
19+
* **cli:** internal_port u8 -> u16 ([#2424](https://github.com/rivet-gg/rivet/issues/2424)) ([6d024f5](https://github.com/rivet-gg/rivet/commit/6d024f5066e0293554a221e1f72fd01e7aa7b1e6))
20+
* fix fdb cli, wf pulling ([#2418](https://github.com/rivet-gg/rivet/issues/2418)) ([a8d5b7a](https://github.com/rivet-gg/rivet/commit/a8d5b7a1747245c9ecd5cbe46d0680a7095b3e17))
21+
* fix metrics ([#2416](https://github.com/rivet-gg/rivet/issues/2416)) ([b2f092d](https://github.com/rivet-gg/rivet/commit/b2f092d96dc385cebb77c4e585f6764ca3ad96fc))
22+
* **hub:** minor fixes to filters and sidebar ([#2439](https://github.com/rivet-gg/rivet/issues/2439)) ([a2aeafd](https://github.com/rivet-gg/rivet/commit/a2aeafd1ec75836cc386d35bc27bf7c8da2908e1))
23+
* **hub:** minor polishing ([#2444](https://github.com/rivet-gg/rivet/issues/2444)) ([b2e5f8f](https://github.com/rivet-gg/rivet/commit/b2e5f8fe65a2575f7322cb801d26543f3c1e4a7e))
24+
* **pb:** fix actor reschedule with wrong image ([#2428](https://github.com/rivet-gg/rivet/issues/2428)) ([ad8ea6b](https://github.com/rivet-gg/rivet/commit/ad8ea6b9fba62a534a2e6905f57165072e7f990d))
25+
* **pegboard:** fix netns path bug ([#2431](https://github.com/rivet-gg/rivet/issues/2431)) ([36252ec](https://github.com/rivet-gg/rivet/commit/36252ec8694939c3b50cdcbc96c9379816f89484))
26+
* **pegboard:** fix prewarm logic ([#2409](https://github.com/rivet-gg/rivet/issues/2409)) ([abdda32](https://github.com/rivet-gg/rivet/commit/abdda32dce8bf514cc98f076ccd266441d2a60a3))
27+
* remove iptables filter after CNI ([#2421](https://github.com/rivet-gg/rivet/issues/2421)) ([631965b](https://github.com/rivet-gg/rivet/commit/631965b1b219e6224c0bf616caeb94bc81492398))
28+
* swap status monitor dns resolver with native resolver ([#2432](https://github.com/rivet-gg/rivet/issues/2432)) ([d450f12](https://github.com/rivet-gg/rivet/commit/d450f1256077bd0528e950b9551d8c5919f5771d))
29+
* use real errors for actor logs ([#2410](https://github.com/rivet-gg/rivet/issues/2410)) ([6134113](https://github.com/rivet-gg/rivet/commit/61341130281fbf6eb6e012757ebb3ec797e07749))
30+
31+
32+
### Documentation
33+
34+
* update code for functions example ([c103001](https://github.com/rivet-gg/rivet/commit/c103001087ec87b8286bed1a909b44bab6228ebc))
35+
36+
37+
### Code Refactoring
38+
39+
* **hub:** polishing ([#2420](https://github.com/rivet-gg/rivet/issues/2420)) ([677643e](https://github.com/rivet-gg/rivet/commit/677643ecea49a1363355bcde6f7261f300ce4ac4))
40+
41+
42+
### Chores
43+
44+
* change otel collector policies ([#2436](https://github.com/rivet-gg/rivet/issues/2436)) ([bb8ccd5](https://github.com/rivet-gg/rivet/commit/bb8ccd548353180820ade4253ac7a8d249bc7aff))
45+
* **cli:** allow RIVET_CLI_VERSION override for installed CLI version ([#2426](https://github.com/rivet-gg/rivet/issues/2426)) ([ecdd6c8](https://github.com/rivet-gg/rivet/commit/ecdd6c8bce5d7d4ab364dae2a18ccb5b0a52e7e9))
46+
* fix broadcast req error logs ([#2419](https://github.com/rivet-gg/rivet/issues/2419)) ([5f2cfaa](https://github.com/rivet-gg/rivet/commit/5f2cfaa0db51009c6029737fe4be679795732763))
47+
* release 25.4.2 ([3924250](https://github.com/rivet-gg/rivet/commit/392425013fac42001fdc4f5176e393ca593e68c1))
48+
* release 25.4.2 ([dc4c2cf](https://github.com/rivet-gg/rivet/commit/dc4c2cfd908503d046635bd45cc918e4f0e9c7fa))
49+
* **release:** update version to 25.4.2 ([e6a665f](https://github.com/rivet-gg/rivet/commit/e6a665fca65f8593f9e59ccb409146f4ba5d3013))
50+
* **release:** update version to 25.4.2 ([89d12ce](https://github.com/rivet-gg/rivet/commit/89d12ce6fdf6a9f404d9dd271adc9e58904b2752))
51+
852
## [25.4.1](https://github.com/rivet-gg/rivet/compare/v25.4.0...v25.4.1) (2025-04-26)
953

1054

0 commit comments

Comments
 (0)