diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index fe9c1434..97c5bac4 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -49,6 +49,9 @@ jobs: ${{ env.IMAGE_NAME }}:latest cache-from: type=gha cache-to: type=gha,mode=max + no-cache: false + env: + DOCKER_BUILDKIT_INLINE_CACHE: 1 - name: Inspect image run: | diff --git a/.github/workflows/electron-release.yml b/.github/workflows/electron-release.yml index acc19cef..8aa28af0 100644 --- a/.github/workflows/electron-release.yml +++ b/.github/workflows/electron-release.yml @@ -107,6 +107,10 @@ jobs: " echo "โœ“ electron/package.json version set to $VERSION_NO_V" + - name: Install fpm (Linux .deb packaging tool) + if: matrix.platform == 'linux' + run: sudo gem install fpm --no-document + - name: Install Electron dependencies working-directory: electron run: npm install --no-audit --no-fund diff --git a/CHANGELOG.md b/CHANGELOG.md index d7b8aba4..9a47fe24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [Unreleased] + +--- + ## [2.2.3] โ€” 2026-03-10 > ### ๐Ÿ› Bug Fixes ยท ๐Ÿ”ง Reliability diff --git a/docs/openapi.yaml b/docs/openapi.yaml index a7160b3a..285222d6 100644 --- a/docs/openapi.yaml +++ b/docs/openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.1.0 info: title: OmniRoute API - version: 2.2.0 + version: 2.2.3 description: | OmniRoute is a local-first AI API proxy router. It provides an OpenAI-compatible endpoint that routes requests to multiple AI providers with load balancing,