[GH-ISSUE #1016] Release 1.15.0 shows wrong version number #719

Closed
opened 2026-03-03 02:02:32 +03:00 by kerem · 7 comments
Owner

Originally created by @restonica on GitHub (Jun 2, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1016

Wrong displayed version for 1.15.0

Environment

Logs from last 1.15.0 version

Expected behaviour

Version 1.15.0-?aa5e0d4

Actual behaviour

Version 1.14.2-1aa5e0d4

Originally created by @restonica on GitHub (Jun 2, 2020). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1016 ### Wrong displayed version for 1.15.0 ### Environment Logs from last 1.15.0 version ### Expected behaviour Version 1.15.0-?aa5e0d4 ### Actual behaviour Version 1.14.2-1aa5e0d4
kerem closed this issue 2026-03-03 02:02:32 +03:00
Author
Owner

@tomamplius commented on GitHub (Jun 3, 2020):

seem Ok from last release Version 1.15.0.

Jun  3 04:41:14 bitwarden systemd[1]: Started Bitwarden Server (Rust Edition).
Jun  3 04:41:14 bitwarden bitwarden_rs[26359]: /--------------------------------------------------------------------\
Jun  3 04:41:14 bitwarden bitwarden_rs[26359]: |                       Starting Bitwarden_RS                        |
Jun  3 04:41:14 bitwarden bitwarden_rs[26359]: |                           Version 1.15.0                           |
Jun  3 04:41:14 bitwarden bitwarden_rs[26359]: |--------------------------------------------------------------------|
Jun  3 04:41:14 bitwarden bitwarden_rs[26359]: | This is an *unofficial* Bitwarden implementation, DO NOT use the   |
Jun  3 04:41:14 bitwarden bitwarden_rs[26359]: | official channels to report bugs/features, regardless of client.   |
Jun  3 04:41:14 bitwarden bitwarden_rs[26359]: | Send usage/configuration questions or feature requests to:         |
Jun  3 04:41:14 bitwarden bitwarden_rs[26359]: |   https://bitwardenrs.discourse.group/                             |
Jun  3 04:41:14 bitwarden bitwarden_rs[26359]: | Report suspected bugs/issues in the software itself at:            |
Jun  3 04:41:14 bitwarden bitwarden_rs[26359]: |   https://github.com/dani-garcia/bitwarden_rs/issues/new           |
Jun  3 04:41:14 bitwarden bitwarden_rs[26359]: \--------------------------------------------------------------------/
Jun  3 04:41:14 bitwarden bitwarden_rs[26359]: Running migration 20200409235005
Jun  3 04:41:19 bitwarden bitwarden_rs[26359]: [2020-06-03 04:41:19][ws][INFO] Listening for new connections on 0.0.0.0:3012.
Jun  3 04:41:19 bitwarden bitwarden_rs[26359]: [2020-06-03 04:41:19][start][INFO] Rocket has launched from http://0.0.0.0:8000
Jun  3 08:14:11 bitwarden bitwarden_rs[26359]: [2020-06-03 08:14:11][ws::io][INFO] Accepted a new tcp connection from 10.0.0.104:41474.
<!-- gh-comment-id:638049872 --> @tomamplius commented on GitHub (Jun 3, 2020): seem Ok from last release Version 1.15.0. ~~~ Jun 3 04:41:14 bitwarden systemd[1]: Started Bitwarden Server (Rust Edition). Jun 3 04:41:14 bitwarden bitwarden_rs[26359]: /--------------------------------------------------------------------\ Jun 3 04:41:14 bitwarden bitwarden_rs[26359]: | Starting Bitwarden_RS | Jun 3 04:41:14 bitwarden bitwarden_rs[26359]: | Version 1.15.0 | Jun 3 04:41:14 bitwarden bitwarden_rs[26359]: |--------------------------------------------------------------------| Jun 3 04:41:14 bitwarden bitwarden_rs[26359]: | This is an *unofficial* Bitwarden implementation, DO NOT use the | Jun 3 04:41:14 bitwarden bitwarden_rs[26359]: | official channels to report bugs/features, regardless of client. | Jun 3 04:41:14 bitwarden bitwarden_rs[26359]: | Send usage/configuration questions or feature requests to: | Jun 3 04:41:14 bitwarden bitwarden_rs[26359]: | https://bitwardenrs.discourse.group/ | Jun 3 04:41:14 bitwarden bitwarden_rs[26359]: | Report suspected bugs/issues in the software itself at: | Jun 3 04:41:14 bitwarden bitwarden_rs[26359]: | https://github.com/dani-garcia/bitwarden_rs/issues/new | Jun 3 04:41:14 bitwarden bitwarden_rs[26359]: \--------------------------------------------------------------------/ Jun 3 04:41:14 bitwarden bitwarden_rs[26359]: Running migration 20200409235005 Jun 3 04:41:19 bitwarden bitwarden_rs[26359]: [2020-06-03 04:41:19][ws][INFO] Listening for new connections on 0.0.0.0:3012. Jun 3 04:41:19 bitwarden bitwarden_rs[26359]: [2020-06-03 04:41:19][start][INFO] Rocket has launched from http://0.0.0.0:8000 Jun 3 08:14:11 bitwarden bitwarden_rs[26359]: [2020-06-03 08:14:11][ws::io][INFO] Accepted a new tcp connection from 10.0.0.104:41474. ~~~
Author
Owner

@timendum commented on GitHub (Jun 3, 2020):

The issue is in the admin/diagnostics page:

screenshot

<!-- gh-comment-id:638065352 --> @timendum commented on GitHub (Jun 3, 2020): The issue is in the admin/diagnostics page: ![screenshot](https://user-images.githubusercontent.com/670620/83617768-d7eda600-a589-11ea-91ac-15c862b2b3d0.png)
Author
Owner

@tomamplius commented on GitHub (Jun 3, 2020):

No issue for me too

2020-06-03_11-11

<!-- gh-comment-id:638070350 --> @tomamplius commented on GitHub (Jun 3, 2020): No issue for me too [![2020-06-03_11-11](https://user-images.githubusercontent.com/6951820/83618623-00c26b00-a58b-11ea-95eb-4be1a3c0950c.png) ](url)
Author
Owner

@waschinski commented on GitHub (Jun 3, 2020):

When I recreated my docker container and pulled latest I ended up with the same result, Web being up-to-date but Server being still on 1.14.2.

Explicitly pulling the 1.15.0 image did update properly though.

Might have to do with latest image being created 2 days ago while all 1.15.0 images are from about 20 hours ago.

<!-- gh-comment-id:638093823 --> @waschinski commented on GitHub (Jun 3, 2020): When I recreated my docker container and pulled **latest** I ended up with the same result, Web being up-to-date but Server being still on 1.14.2. Explicitly pulling the **1.15.0** image did update properly though. Might have to do with **latest** image being created 2 days ago while all **1.15.0** images are from about 20 hours ago.
Author
Owner

@restonica commented on GitHub (Jun 3, 2020):

Thanks waschinski.
Indeed just the lastest tag of raspberry image that currently is on 1.14.2

<!-- gh-comment-id:638121212 --> @restonica commented on GitHub (Jun 3, 2020): Thanks waschinski. Indeed just the lastest tag of raspberry image that currently is on 1.14.2
Author
Owner

@giteke commented on GitHub (Jun 3, 2020):

Explanation is here from a closed issue: https://github.com/dani-garcia/bitwarden_rs/issues/1015#issuecomment-637568561

<!-- gh-comment-id:638212346 --> @giteke commented on GitHub (Jun 3, 2020): Explanation is here from a closed issue: https://github.com/dani-garcia/bitwarden_rs/issues/1015#issuecomment-637568561
Author
Owner

@restonica commented on GitHub (Jun 3, 2020):

Duplicated with #1015 (comment)

<!-- gh-comment-id:638262413 --> @restonica commented on GitHub (Jun 3, 2020): Duplicated with #1015 (comment)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/vaultwarden#719
No description provided.