[PR #243] [MERGED] Bump vault version to 2.5.0 [wip] #3780

Closed
opened 2025-10-09 18:29:59 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/243
Author: @mprasil
Created: 11/8/2018
Status: Merged
Merged: 11/14/2018
Merged by: @dani-garcia

Base: masterHead: vault_2.5.0


📝 Commits (5)

📊 Changes

9 files changed (+158 additions, -39 deletions)

View changed files

📝 Dockerfile (+1 -1)
📝 Dockerfile.aarch64 (+1 -1)
📝 Dockerfile.alpine (+1 -1)
📝 Dockerfile.armv7 (+1 -1)
📝 src/api/core/ciphers.rs (+12 -3)
📝 src/api/core/organizations.rs (+21 -21)
📝 src/auth.rs (+15 -9)
📝 src/db/models/organization.rs (+105 -1)
📝 src/db/models/user.rs (+1 -1)

📄 Description

I've bumped Vault to 2.5.0 but didn't have a time to extensively test. There were some new features added, so it's possible some things might be broken.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/243 **Author:** [@mprasil](https://github.com/mprasil) **Created:** 11/8/2018 **Status:** ✅ Merged **Merged:** 11/14/2018 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `master` ← **Head:** `vault_2.5.0` --- ### 📝 Commits (5) - [`b4e222d`](https://github.com/dani-garcia/vaultwarden/commit/b4e222d59889b32fdbed2ad0c31249b1b497d245) Bump vault version to 2.5.0 - [`66a4c5d`](https://github.com/dani-garcia/vaultwarden/commit/66a4c5d48bc6acdf6f30b15824992507dd3ca15e) Implement comparison between i32 and UserOrgType - [`b94f4db`](https://github.com/dani-garcia/vaultwarden/commit/b94f4db52a2baa6010f7baa4181dd582c2ff5f6b) Fix #242 - [`f3e6cc6`](https://github.com/dani-garcia/vaultwarden/commit/f3e6cc6ffd85a62004020268c6e78bab785c7600) Set PartialOrd to consider invalid i32 UserOrgType lower than anything - [`dd68475`](https://github.com/dani-garcia/vaultwarden/commit/dd684753d06ee28bf126721f6b94519960da4397) Fix gt() ### 📊 Changes **9 files changed** (+158 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+1 -1) 📝 `Dockerfile.aarch64` (+1 -1) 📝 `Dockerfile.alpine` (+1 -1) 📝 `Dockerfile.armv7` (+1 -1) 📝 `src/api/core/ciphers.rs` (+12 -3) 📝 `src/api/core/organizations.rs` (+21 -21) 📝 `src/auth.rs` (+15 -9) 📝 `src/db/models/organization.rs` (+105 -1) 📝 `src/db/models/user.rs` (+1 -1) </details> ### 📄 Description I've bumped Vault to 2.5.0 but didn't have a time to extensively test. There were some new features added, so it's possible some things might be broken. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 18:29:59 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3780