Update dependency dani-garcia/bitwarden_rs to v1.18.0 #12

Closed
renovator wants to merge 1 commits from renovate/bitwarden-rs-packages into master
Member

This PR contains the following updates:

Package Update Change
dani-garcia/bitwarden_rs minor 1.17.0 -> 1.18.0

Release Notes

dani-garcia/bitwarden_rs

v1.18.0

Compare Source

  • Config values can now be defined in a file, use <CONFIG_NAME>_FILE to point to it.
    • For example, if you save the admin token to /etc/bitwarden_rs/token, you can use ADMIN_TOKEN_FILE=/etc/bitwarden_rs/token and it will read the file and set the token to it's contents.
  • Users can be enabled/disabled from the admin panel.
  • Implemented manager role.
  • Now the .env file parsing won't fail silently.
  • Fixes to the email format and processing, added option to enable debugging via SMTP_DEBUG, and added options to ignore certificate issues.
  • The user's last active device date is shown on the admin page.
  • Now cipher updates are validated when they provide a revision date, which will prevent multiple clients from overwriting each other's changes.
  • Updated web vault to 2.17.1.
  • Improved icon downloading in some edge cases.
  • Fixed key rotation during password change.
  • Make sure organization policies don't affect users that aren't a part of it or aren't confirmed.
  • Make sure removing a user from an org doesn't also remove them from accessing other orgs.
  • Return 404 when an icon is missing instead of a fallback, allowing the clients to use their own fallback icon.
  • Add missing admin endpoints for deleting ciphers.
  • Updated dependencies.

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [dani-garcia/bitwarden_rs](https://github.com/dani-garcia/bitwarden_rs) | minor | `1.17.0` -> `1.18.0` | --- ### Release Notes <details> <summary>dani-garcia/bitwarden_rs</summary> ### [`v1.18.0`](https://github.com/dani-garcia/bitwarden_rs/releases/1.18.0) [Compare Source](https://github.com/dani-garcia/bitwarden_rs/compare/1.17.0...1.18.0) - Config values can now be defined in a file, use `<CONFIG_NAME>_FILE` to point to it. - For example, if you save the admin token to `/etc/bitwarden_rs/token`, you can use `ADMIN_TOKEN_FILE=/etc/bitwarden_rs/token` and it will read the file and set the token to it's contents. - Users can be enabled/disabled from the admin panel. - Implemented manager role. - Now the .env file parsing won't fail silently. - Fixes to the email format and processing, added option to enable debugging via `SMTP_DEBUG`, and added options to ignore certificate issues. - The user's last active device date is shown on the admin page. - Now cipher updates are validated when they provide a revision date, which will prevent multiple clients from overwriting each other's changes. - Updated web vault to 2.17.1. - Improved icon downloading in some edge cases. - Fixed key rotation during password change. - Make sure organization policies don't affect users that aren't a part of it or aren't confirmed. - Make sure removing a user from an org doesn't also remove them from accessing other orgs. - Return 404 when an icon is missing instead of a fallback, allowing the clients to use their own fallback icon. - Add missing admin endpoints for deleting ciphers. - Updated dependencies. </details> --- ### Renovate configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
xoxys closed this pull request 2020-12-30 16:26:00 +01:00
All checks were successful
continuous-integration/drone/pr Build is passing

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: container/vaultwarden#12
No description provided.