Skip to content

Commit

Permalink
Update/1.32.7 (#51)
Browse files Browse the repository at this point in the history
* Bump version to 1.32.7

* enable the new extension design

* Update release notes
  • Loading branch information
k0gen authored Jan 2, 2025
1 parent 55083ff commit 2619ffb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM vaultwarden/server:1.32.5-alpine
FROM vaultwarden/server:1.32.7-alpine

RUN apk update && \
apk add --no-cache \
Expand All @@ -12,3 +12,5 @@ RUN apk update && \
/var/tmp/*

COPY --chmod=755 ./docker_entrypoint.sh /usr/local/bin/docker_entrypoint.sh

ENV EXPERIMENTAL_CLIENT_FEATURE_FLAGS=extension-refresh
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.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)",
"version": "1.32.7",
"release-notes": "* Updated to the latest upstream code with notable changes:\n - This release contains a security fix for the following CVE [GHSA-g65h-982x-4m5m](https://github.com/dani-garcia/vaultwarden/security/advisories/GHSA-g65h-982x-4m5m).\n - New extension design is now enabled by default.\n - Full change log available [here](https://github.com/dani-garcia/vaultwarden/releases/tag/1.32.7)",
"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.5 No migration needed
// 1.32.7 No migration needed
},
manifest.version,
);

0 comments on commit 2619ffb

Please sign in to comment.