Skip to content

Commit 603305d

Browse files
committed
Update for 1.34.1
1 parent 6be7d4e commit 603305d

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
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.33.2-alpine
1+
FROM vaultwarden/server:1.34.1-alpine
22

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

manifest.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
{
22
"id": "vaultwarden",
33
"title": "Vaultwarden",
4-
"version": "1.33.2",
5-
"release-notes": "* Updated to the latest upstream code, with notable changes and 4 security fixes:\n Individual release notes: [v1.33.0](https://github.com/dani-garcia/vaultwarden/releases/tag/1.33.0), [v1.33.1](https://github.com/dani-garcia/vaultwarden/releases/tag/1.33.1), [v1.33.2](https://github.com/dani-garcia/vaultwarden/releases/tag/1.33.2), Full detailed change log available [here](https://github.com/dani-garcia/vaultwarden/compare/1.32.7...1.33.2)",
4+
"version": "1.34.1",
5+
"release-notes": "* Updated to the latest upstream code.\n Individual release notes: [v1.34.0](https://github.com/dani-garcia/vaultwarden/releases/tag/1.34.0), [v1.34.1](https://github.com/dani-garcia/vaultwarden/releases/tag/1.34.1), Full detailed change log available [here](https://github.com/dani-garcia/vaultwarden/compare/1.33.2...1.34.1)",
66
"license": "AGPLv3",
77
"wrapper-repo": "https://github.com/Start9Labs/vaultwarden-startos",
88
"upstream-repo": "https://github.com/dani-garcia/vaultwarden",
99
"support-site": "https://vaultwarden.discourse.group/",
1010
"marketing-site": "https://github.com/dani-garcia/vaultwarden/",
1111
"donation-url": "https://liberapay.com/dani-garcia",
12-
"build": ["make"],
12+
"build": [
13+
"make"
14+
],
1315
"description": {
1416
"short": "Secure password management",
1517
"long": "Vaultwarden is a lightweight and secure password manager for storing and auto-filling sensitive information such as usernames and passwords, credit cards, identities, and notes. It is an alternative implementation of the Bitwarden server API written in Rust and compatible with upstream Bitwarden clients. All data is stored in an encrypted vault on your server."
@@ -76,7 +78,10 @@
7678
}
7779
},
7880
"ui": true,
79-
"protocols": ["tcp", "http"]
81+
"protocols": [
82+
"tcp",
83+
"http"
84+
]
8085
}
8186
},
8287
"hardware-requirements": {
@@ -111,4 +116,4 @@
111116
}
112117
}
113118
}
114-
}
119+
}

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.33.2 No migration needed
6+
// 1.34.1 No migration needed
77
},
88
manifest.version
99
);

0 commit comments

Comments
 (0)