Skip to content

Commit

Permalink
Update to 1.32.5
Browse files Browse the repository at this point in the history
  • Loading branch information
k0gen committed Nov 19, 2024
1 parent c664e2a commit 55083ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion scripts/procedures/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
);

0 comments on commit 55083ff

Please sign in to comment.