Skip to content

Commit 785e186

Browse files
authored
Merge pull request #59 from Start9Labs/update/v1.35.2
Update to v1.35.2
2 parents 6d639a1 + 3b7ff16 commit 785e186

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM vaultwarden/server:1.34.3-alpine
1+
FROM vaultwarden/server:1.35.2-alpine
22

33
RUN apk update && \
44
apk add --no-cache \

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "vaultwarden",
33
"title": "Vaultwarden",
4-
"version": "1.34.3",
5-
"release-notes": "* Updated to the latest upstream code including latest web vault v2025.7.0.\n Individual release notes: [v1.34.2](https://github.com/dani-garcia/vaultwarden/releases/tag/1.34.2), [v1.34.3](https://github.com/dani-garcia/vaultwarden/releases/tag/1.34.3), Full detailed change log available [here](https://github.com/dani-garcia/vaultwarden/compare/1.34.1...1.34.3)",
4+
"version": "1.35.2",
5+
"release-notes": "* Updated to the latest upstream code:\n Individual release notes: [v1.35.0](https://github.com/dani-garcia/vaultwarden/releases/tag/1.35.0), [v1.35.1](https://github.com/dani-garcia/vaultwarden/releases/tag/1.35.1), [v1.35.2](https://github.com/dani-garcia/vaultwarden/releases/tag/1.35.2), Full detailed change log available [here](https://github.com/dani-garcia/vaultwarden/compare/1.34.3...1.35.2)",
66
"license": "AGPLv3",
77
"wrapper-repo": "https://github.com/Start9Labs/vaultwarden-startos",
88
"upstream-repo": "https://github.com/dani-garcia/vaultwarden",

scripts/procedures/migrations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { manifest } from "../generated/manifest.ts";
33

44
export const migration: T.ExpectedExports.migration = migrations.fromMapping(
55
{
6-
// 1.34.3 No migration needed
6+
// 1.35.2 No migration needed
77
},
88
manifest.version
99
);

0 commit comments

Comments
 (0)