Skip to content

Commit

Permalink
chore(main): release 24.7.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 11, 2025
1 parent 46ea373 commit e7e5c3f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "24.6.2-rc.1"
".": "24.7.0-rc.1"
}
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,38 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Calendar Versioning](https://calver.org/).

## [24.7.0-rc.1](https://github.com/rivet-gg/rivet/compare/v24.6.2-rc.1...v24.7.0-rc.1) (2025-01-11)


### Features

* add url to actor ports ([#1811](https://github.com/rivet-gg/rivet/issues/1811)) ([8a80712](https://github.com/rivet-gg/rivet/commit/8a807123849bc8638613ca68a5aa957214b2c3ea))
* **site:** add support for intersection schemas ([#1725](https://github.com/rivet-gg/rivet/issues/1725)) ([9b9e51c](https://github.com/rivet-gg/rivet/commit/9b9e51c074aa8e4b04d4db11b094e36b691fb65e))


### Bug Fixes

* add validation around internal_port ([#1809](https://github.com/rivet-gg/rivet/issues/1809)) ([37ae0f5](https://github.com/rivet-gg/rivet/commit/37ae0f5d49ab65cab98e84f930b8dc35bbbc3c69))
* fix manager log rotation ([#1806](https://github.com/rivet-gg/rivet/issues/1806)) ([4e96fd7](https://github.com/rivet-gg/rivet/commit/4e96fd73bc3e2e92d16ca449c285cc03fff0f06f))
* fix various wf bugs, ds undrain, nonreporting metric ([#1791](https://github.com/rivet-gg/rivet/issues/1791)) ([4b86429](https://github.com/rivet-gg/rivet/commit/4b86429f99b8d0e5f38fa70a3a3749ea9f12ac95))
* **hub:** blank screen when `CLAIMS_ENTITLEMENT_EXPIRED` ([#1730](https://github.com/rivet-gg/rivet/issues/1730)) ([2a2bba4](https://github.com/rivet-gg/rivet/commit/2a2bba483a6c89c82cb31d48deae78651240bd12))
* **hub:** failed request to rivet.gg/changelog.json causes error that blocks usage of hub ([#1731](https://github.com/rivet-gg/rivet/issues/1731)) ([86924c9](https://github.com/rivet-gg/rivet/commit/86924c9335705460a6450f6b7086ec2f15b8f318))
* remove unused workflow idxs ([#1810](https://github.com/rivet-gg/rivet/issues/1810)) ([8df19e8](https://github.com/rivet-gg/rivet/commit/8df19e89764c6197d09de6005aea361d544e51dc))
* **site:** add missing redirects to opengamebackend.org ([#1726](https://github.com/rivet-gg/rivet/issues/1726)) ([d84fa85](https://github.com/rivet-gg/rivet/commit/d84fa85f6550f0f1087a83f8dfe54e059b3daec4))
* **site:** hide dropdown when hovering over tab without dropdown ([#1727](https://github.com/rivet-gg/rivet/issues/1727)) ([d9d16f7](https://github.com/rivet-gg/rivet/commit/d9d16f757bbc7663180d07c2aed2c5cfa8d65873))
* **site:** pricing page anchors to bottom of page ([#1728](https://github.com/rivet-gg/rivet/issues/1728)) ([6903892](https://github.com/rivet-gg/rivet/commit/69038922002d397f3fe2e4492ad0e9e2ef9292e0))


### Code Refactoring

* **hub:** change plan names in billing badge ([#1732](https://github.com/rivet-gg/rivet/issues/1732)) ([9727f21](https://github.com/rivet-gg/rivet/commit/9727f216d3884f94ee438f6419caafdcb5bc7e0b))


### Chores

* **hub:** move hub source code to rivet ([#1729](https://github.com/rivet-gg/rivet/issues/1729)) ([ac89fe1](https://github.com/rivet-gg/rivet/commit/ac89fe1142a303529d6ae17a5661a847aeb4bde5))
* improve actors allocated metric ([#1812](https://github.com/rivet-gg/rivet/issues/1812)) ([46ea373](https://github.com/rivet-gg/rivet/commit/46ea3738a1156b57e1030df679d3ed36b235ca35))

## [24.6.2-rc.1](https://github.com/rivet-gg/rivet/compare/v24.6.1...v24.6.2-rc.1) (2025-01-05)


Expand Down

0 comments on commit e7e5c3f

Please sign in to comment.