Skip to content

Commit dc3562e

Browse files
chore(main): release 25.4.2
1 parent 9cd808a commit dc3562e

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-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: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,40 @@ 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-06)
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+
* **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))
23+
* **pegboard:** fix prewarm logic ([#2409](https://github.com/rivet-gg/rivet/issues/2409)) ([abdda32](https://github.com/rivet-gg/rivet/commit/abdda32dce8bf514cc98f076ccd266441d2a60a3))
24+
* remove iptables filter after CNI ([#2421](https://github.com/rivet-gg/rivet/issues/2421)) ([631965b](https://github.com/rivet-gg/rivet/commit/631965b1b219e6224c0bf616caeb94bc81492398))
25+
* use real errors for actor logs ([#2410](https://github.com/rivet-gg/rivet/issues/2410)) ([6134113](https://github.com/rivet-gg/rivet/commit/61341130281fbf6eb6e012757ebb3ec797e07749))
26+
27+
28+
### Documentation
29+
30+
* update code for functions example ([c103001](https://github.com/rivet-gg/rivet/commit/c103001087ec87b8286bed1a909b44bab6228ebc))
31+
32+
33+
### Chores
34+
35+
* **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))
36+
* fix broadcast req error logs ([#2419](https://github.com/rivet-gg/rivet/issues/2419)) ([5f2cfaa](https://github.com/rivet-gg/rivet/commit/5f2cfaa0db51009c6029737fe4be679795732763))
37+
* release 25.4.2 ([3924250](https://github.com/rivet-gg/rivet/commit/392425013fac42001fdc4f5176e393ca593e68c1))
38+
* release 25.4.2 ([dc4c2cf](https://github.com/rivet-gg/rivet/commit/dc4c2cfd908503d046635bd45cc918e4f0e9c7fa))
39+
* **release:** update version to 25.4.2 ([e6a665f](https://github.com/rivet-gg/rivet/commit/e6a665fca65f8593f9e59ccb409146f4ba5d3013))
40+
* **release:** update version to 25.4.2 ([89d12ce](https://github.com/rivet-gg/rivet/commit/89d12ce6fdf6a9f404d9dd271adc9e58904b2752))
41+
842
## [25.4.1](https://github.com/rivet-gg/rivet/compare/v25.4.0...v25.4.1) (2025-04-26)
943

1044

0 commit comments

Comments
 (0)