Description
vere-v4.5 is a minor release with one specific bugfix targeted specifically at ships running in kubernetes clusters:
The spin hint introduced in vere-v4.0 uses posix shared memory which is shared between containers in a kubernetes pod by default. This creates opportunities for multiple ships to thrash each others spin hint pages, usually resulting in both ships crashing. To prevent this we now key the shared memory by ship name in addition to process id.
What's Changed
- build: update libnatpmp source url by @dozreg-toplud in #1033
- trace: key spin hint with ship name in addition to process id by @pkova in #1039
Full Changelog: vere-v4.4...vere-v4.5