From 55083ff7dc2cd276f7a1dcb6e2d94aa33ac2f0bd Mon Sep 17 00:00:00 2001 From: Mariusz Kogen Date: Tue, 19 Nov 2024 17:45:56 +0100 Subject: [PATCH] Update to 1.32.5 --- Dockerfile | 2 +- manifest.json | 4 ++-- scripts/procedures/migrations.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6693ffe..d9afe8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM vaultwarden/server:1.32.2-alpine +FROM vaultwarden/server:1.32.5-alpine RUN apk update && \ apk add --no-cache \ diff --git a/manifest.json b/manifest.json index ebb2f66..db8fadf 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "vaultwarden", "title": "Vaultwarden", - "version": "1.32.2", - "release-notes": "* Updated to the latest upstream code with notable changes:\n - Fixed collection management for managers\n - Full change log available [here](https://github.com/dani-garcia/vaultwarden/releases/tag/1.32.2)\n* Update bundling process to use Deno emit module\n* Switched the donation link to Librepay", + "version": "1.32.5", + "release-notes": "* Updated to the latest upstream code with notable changes:\n - This release further fixed some CVE Reports reported by a third party security auditor and we recommend everybody to update to the latest version as soon as possible.\n - Full change log available [here](https://github.com/dani-garcia/vaultwarden/releases/tag/1.32.5)", "license": "AGPLv3", "wrapper-repo": "https://github.com/Start9Labs/vaultwarden-startos", "upstream-repo": "https://github.com/dani-garcia/vaultwarden", diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index 946e9ff..d8c10b9 100644 --- a/scripts/procedures/migrations.ts +++ b/scripts/procedures/migrations.ts @@ -3,7 +3,7 @@ import { manifest } from "../generated/manifest.ts"; export const migration: T.ExpectedExports.migration = migrations.fromMapping( { - // 1.32.2 No migration needed + // 1.32.5 No migration needed }, manifest.version, );