v1.2.2
getarcaneapp/arcanev1.2.2Sep 24, 2025by kmendell
AI Summary
A bug fix release addressing issues with container registry connection tests, project save button sizing, and websocket headers. It also removes the deprecated project updater logic.
Key Highlights
- Fixed container registry test connection endpoint
- Fixed project save button size and styling
- Fixed CORS and websocket headers
- Removed project updater logic in favor of pruning images
Full Release Notes
### Bug fixes * container registry test connection not checking the correct endpoint([9d2c251](https://github.com/ofkm/arcane/commit/9d2c2513a2f6b610d895002af00ade1a0f1c0cc5) by @kmendell) * project save button not the correct size([7872080](https://github.com/ofkm/arcane/commit/787208046bebf153ad2fbc807f921a119e60723f) by @kmendell) * use correct headers and cors values for websockets ([#553](https://github.com/ofkm/arcane/pull/553) by @kmendell) * remove project updater logic, prune images after updating ([#556](https://github.com/ofkm/arcane/pull/556) by @kmendell) * don't override env vars with default settings ([#558](https://github.com/ofkm/arcane/pull/558) by @kmendell) * use correct json body for system prune([13e35fd](https://github.com/ofkm/arcane/commit/13e35fdcb7541bdfcecc8f85a01802d50cf723f9) by @kmendell) ### Performance Improvements * optimize dockerfile([f2e8bd3](https://github.com/ofkm/arcane/commit/f2e8bd375f2b8f4c852b13d235d72f15f9bdf411) by @kmendell) ### Other * add pull request title validation([e129344](https://github.com/ofkm/arcane/commit/e1293448843f429cd6510594575ec564a581a68c) by @kmendell) * add recommended extensions([539e00b](https://github.com/ofkm/arcane/commit/539e00ba00b668b5ff573a9b36d354782b03f7a0) by @kmendell) * .github/workflows: Migrate workflows to Blacksmith runners ([#555](https://github.com/ofkm/arcane/pull/555) by @blacksmith-sh[bot]) * extract digest retrieval logic into a separate function([5b012ff](https://github.com/ofkm/arcane/commit/5b012ffa51a237eeb3efdad1c09ce1180abade07) by @kmendell) * remove blacksmith runners([0b4fee5](https://github.com/ofkm/arcane/commit/0b4fee5309cf9b5e5153337e59495b70562869cb) by @kmendell) * fix go linter([274cb4a](https://github.com/ofkm/arcane/commit/274cb4af8ca9ee24624ab642fc601a278880fcb7) by @kmendell) * ignore linter on init function([b3d5974](https://github.com/ofkm/arcane/commit/b3d5974fd9d4d54476265ee4bab6e8e1e9b9385f) by @kmendell) **Full Changelog**: https://github.com/ofkm/arcane/compare/v1.2.1...v1.2.2