Index
This page is not regularly updated
Note
From time to time, the versions of the two primary images, Dash4 frontend and TethysDash backend, are "re-synced" depending on involved adjustments, but in general it is not expected that both images have the same version. See here for more details.
4.64.0 - 4.70.3¶
-
2024-05-01 - Frontend 4.64.0 - change log
-
2024-05-10 - Backend 4.70.3 - Backend change log
Note
Significant internal updates to the backend system since version 4.70.1, which has been exercised with various vehicle deployments without any issues since 2024-04-21.
4.63.0¶
2024-03-27
- Dash4 4.63.0 - change log
- Backend 4.63.0 - Backend change log
4.62.0¶
2024-02-13
- Dash4 4.62.0 - change log
- Backend 4.62.0 - Backend change log
4.60.0 - 4.61.0¶
2024-01-12
- Dash4 4.60.0 - change log
- Backend 4.61.0 - Backend change log
4.53.3 - 4.53.4¶
2023-09-19
- Dash4 4.53.3 - change log
- Backend 4.53.4 - Backend change log
4.53.0¶
2023-09-01
Both Dash4 and TethysDash backend versions "re-synced" at 4.53.0.
4.50.5¶
2023-06-01
Both Dash4 and TethysDash backend versions "resynced" at 4.50.5, in this case with Dash4 4.50.5 actually requiring backend 4.50.5 due to a new configuration setting (see below).
Template: 4.50.5/tethysdash-instance-template.tgz
Addition in the template:
New required entry external.ws in config/TethysDash.conf to indicate the
URL of the websocket endpoint, for example:
external {
...
# External URL of the websocket endpoint:
ws = "ws://localhost:18080/TethysDash/ws"
...
Previously, Dash4 would determine such URL based on the URL of the TethysDash service itself, but it is more appropriate that the backend explicitly indicate this as it is after all also the place where the websocket endpoint is defined depending on any related proxy passes and such.
4.40.4¶
2023-04-20
Basically this version consolidates some recent interim versions (while also reflecting a "resync" of both backend and frontend versions).
Template: 4.40.4/tethysdash-instance-template.tgz
No changes in the template.
4.32.1¶
2023-04-07
Template: 4.32.1/tethysdash-instance-template.tgz
No changes in the template.
4.30.2¶
2023-02-17
Template: 4.30.2/tethysdash-instance-template.tgz
No changes in the template.
4.25.0¶
2023-02-08
Template: 4.25.0/tethysdash-instance-template.tgz
No changes in the template.
4.24.0¶
2023-01-26
See frontend change log.
Template: 4.24.0/tethysdash-instance-template.tgz
4.23.0¶
2022-11-21
- Adjustments to expose the URLs of the status widgets via configuration from backend.
Template: 4.23.0/tethysdash-instance-template.tgz
Addition in the template:
New optional section external.statusWidgets in config/TethysDash.conf to indicate the
URL patterns of the vehicle status widgets (which are externally generated):
external {
...
# Optional section for the status widgets (which are generated by external tooling)
statusWidgets {
# URL pattern of the vehicle status widget:
# Adjust as needed.
#lrauvStatusWidgetUrlPattern = ${external.base}"/widget/auv_<vehicleName>.svg"
# URL pattern of the ESP status widget:
# Adjust as needed.
#espStatusWidgetUrlPattern = ${external.base}"/widget/esp_<vehicleName>.svg"
}
4.22.8¶
2022-11-17
- More detailed cell connection information, now including last time the vehicle itself has connected via the DataLink endpoint.
Template: 4.22.8/tethysdash-instance-template.tgz
No changes in the template.
4.22.5¶
2022-11-10
- Delete user account option exposed in the UI for admins.
Template: 4.22.5/tethysdash-instance-template.tgz
No changes in the template.
- Frontend change log - Backend change log4.22.4¶
2022-11-07
- Maintenance release.
Template: 4.22.4/tethysdash-instance-template.tgz
No changes in the template.
- Frontend change log - Backend change log4.22.1¶
2022-10-17
- Maintenance release with a fix in backend and documentation link update in frontend.
Template: 4.22.1/tethysdash-instance-template.tgz
No changes in the template.
- Frontend change log - Backend change log4.22.0¶
2022-10-07
- Maintenance release, new
/dataendpoint, some fixes.
Template: 4.22.0/tethysdash-instance-template.tgz
No changes in the template.
- Frontend change log - Backend change log4.20.0¶
2022-09-19
- The build command feature now includes arguments of a new type recently added on the LRAUV side.
Template: 4.20.0/tethysdash-instance-template.tgz
No changes in the template.
- Frontend change log - Backend change log4.12.8¶
2022-09-14
- Maintenance release including some non-critical regression fixes.
Template: 4.12.8/tethysdash-instance-template.tgz
No changes in the template.
- Frontend change log - Backend change log4.12.6¶
2022-08-31
- Maintenance release including internal API adjustments.
Template: 4.12.6/tethysdash-instance-template.tgz
No changes in the template.
- Backend change log4.12.1¶
2022-08-04
- Backend 4.12.1 with a fix related with
.tlmission waypoint information. - No changes in the frontend (which still shows version 4.12.0).
Template: 4.12.1/tethysdash-instance-template.tgz
No changes in the template.
- Backend change log4.12.0¶
2022-07-22
Some significant but only internal/cleanup adjustments in the backend, with resulting image size reduced considerably.
Template: 4.12.0/tethysdash-instance-template.tgz
No changes in the template.
4.11.5¶
2022-07-18
API adjustment. No visible changes in the frontend, other than the version number.
Template: 4.11.5/tethysdash-instance-template.tgz
No changes in the template.
4.11.4¶
2022-07-12
API enhancements. No visible changes in the frontend.
Template: 4.11.4/tethysdash-instance-template.tgz
No changes in the template.
4.11.3¶
2022-07-01
Enhancement when re-running a mission
given the various mission script migrations from .xml to .tl
that have been taking place.
Template: 4.11.3/tethysdash-instance-template.tgz
No changes in the template.
4.11.2¶
2022-06-23
Addition in EmailService for WHOI:
New optional cfg.mail.handleIncomingTimeoutMs: if positive, the usual
handling of incoming email will be dispatched in a new thread, which is
expected to complete within the given timeout. If not, a warning is logged.
No changes in the template.
4.11.1¶
2022-06-21
Adjustments/fixes related to the display of TethysL missions waypoints.
Template: 4.11.1/tethysdash-instance-template.tgz
No changes in the template.
4.10.9¶
NOTE: with backend 4.10.2
2022-06-16
Template: 4.10.9-4.10.2/tethysdash-instance-template.tgz
Changes in the template:
config/TethysDash.conf:- Removal of obsolete settings:
external.useradminexternal.schemaBasedefaultVehicle
- New optional section
vehicleBasicInfo-- see file for details.
- Removal of obsolete settings:
4.10.9-4.10.2: digest: sha256:0518a49a12eb7497e0d2f0a37b684302a047a7f187722c6bd0a4573ea22ddcd5 size: 5784
4.10.8¶
2022-06-12
Internal: removal of long unneeded dependencies and other code cleanup. In particular, removal of the "pusher" dependency: Our direct websockets based mechanism has proved robust and reliable for a good while already.
Template: 4.10.8/tethysdash-instance-template.tgz
Changes in the template:
config/TethysDash.conf:- Removal of the
async.pushersection: pusher is no longer used. - The
async.websocketssection is now optional:- The
useWebsocketsetting has been removed as the websockets mechanism is always used. maxIdleTimeoutis the only setting (optional) in this section. See template for details.
- The
- Removal of the
4.10.7¶
2022-05-27
Template: 4.10.7/tethysdash-instance-template.tgz
4.10.4¶
2022-05-24
A regression fix and other adjustments.
Template: 4.10.4/tethysdash-instance-template.tgz
4.10.1¶
2022-05-10
In short: New ability to edit the "stations" list, and new "polygons" entry under the "Layers" dropdown in the Map tab, with a similar edit capability as with the stations.
Template: 4.10.1/tethysdash-instance-template.tgz
Changes in the template:
config/TethysDash.conf(seemapOptionssection in this file for more details):mapOptions.baseLayersDir: New entry.mapOptions.stationsFile: Deprecated.
4.9.8¶
2022-04-25
Template: 4.9.8/tethysdash-instance-template.tgz
Maintenance release, including updated underlying base LRAUV image.
4.9.8: digest: sha256:e19b7cd2d63f930c550b0c2edfafc40d8a7a50440353ad2f213f4b24e29515a6 size: 5784
4.9.7¶
2022-04-18
Template: 4.9.7/tethysdash-instance-template.tgz
For app deployment purposes, the only changes are in docker-compose.yml:
- Now with
version: '3.7'(at the top of the file) - Now with additional
init: truesetting for each of the containers
These adjustments are intended for a more graceful termination of the containers. In the case of TethysDash, this should help prevent issues with potentially incomplete tasks (e.g., git related re-synchronization of clones) when the container is restarted as part of regular updates or OS system patches, etc.
4.9.6¶
2022-04-05
Template: 4.9.6/tethysdash-instance-template.tgz
4.9.52¶
2022-02-11
Template: 4.9.52/tethysdash-instance-template.tgz
4.9.51¶
2022-02-04
Template: 4.9.51/tethysdash-instance-template.tgz
4.9.4¶
2022-02-01
Template: 4.9.4/tethysdash-instance-template.tgz
4.9.1¶
2022-01-26
Template: 4.9.1/tethysdash-instance-template.tgz
4.8.9¶
2022-01-14
Template: 4.8.93/tethysdash-instance-template.tgz
4.8.7¶
2021-12-16
Template: 4.8.7/tethysdash-instance-template.tgz
4.8.6¶
2021-12-15
Template: 4.8.6/tethysdash-instance-template.tgz
4.8.4¶
2021-12-13
Template: 4.8.4/tethysdash-instance-template.tgz
Changes in the system:
- Critical security update in the backend (v4.7.0).
- As usual, please see the change logs for the frontend and the backend.
4.8.2¶
2021-11-18
Template: 4.8.3/tethysdash-instance-template.tgz
Changes in the system:
As usual, please see the change logs for the frontend and the backend.
4.8.0¶
2021-11-09
Template: 4.8.0/tethysdash-instance-template.tgz
docker-compose.yml: With placeholderX.Y.Zfor the version of thembari/tethysdashimage. Of course, please set this to appropriate version in your deployment.
4.7.8¶
2021-11-08
Template: 4.7.8/tethysdash-instance-template.tgz
Changes in the template:
-
setenv.sh:- New optional variable
TETHYSDASH_LOGSthat facilitates mapping the location of the TethysDash application log directory. Adjustdocker-compose.ymlaccordingly.
- New optional variable
-
docker-compose.yml:- Optional use of the
TETHYSDASH_LOGSvariable to map the application log directory. - Change in the version of the 'mbari/tethysdash' image.
- Optional use of the
Change in how the main TethysDash log is exposed
The main application log is now explicitly captured in a file with name main.log.
This means that a command like docker logs -f tethysdash(*) is not anymore the typical
mechanism to see the log.
Instead, one will look at this main log as follows:
Alternatively, if that logs directory in the container is mapped to a host location via the
TETHYSDASH_LOGS setting indicated above, one can then simply run on the host directly,
for example:
Such volume mapping is in general more convenient, especially considering that there are other
log files generated by the application (e.g., ws.log for websocket-related activity),
as well as in terms of persistence of the logs.
(*)
docker logs -f tethysdash will now only show basic logging related with the
launch and termination of the TethysDash application as reported from the
application server (Tomcat).
New index in TethysDash database
There is a new index specified for the event table in the database.
This is typically a large table so, upon a first launch of this new release, a delay
(potentially of a couple of minutes)
will be noted until the index is completed.
The service may not be very responsive while such reindexing takes place.
4.7.0¶
2021-10-12
Template: 4.7.0/tethysdash-instance-template.tgz
Changes in the template:
docker-compose.yml: Only change is the version of the 'mbari/tethysdash' image.
4.6.2¶
2021-07-23
Template: 4.6.2/tethysdash-instance-template.tgz
Changes in the template:
docker-compose.yml: Only change is the version of the 'mbari/tethysdash' image.
4.5.3¶
2021-06-07
Template: 4.5.3/tethysdash-instance-template.tgz
Changes in the template:
-
docker-compose.yml: Only change is the version of the 'mbari/tethysdash' image. -
config/TethysDash.conf: New optional entryvehicleNames(at first level) to indicate the concrete list of vehicle names for the UI to consider. This is a convenience for when the underlying lrauv-config repo involves more vehicles than desired to expose in the UI.
4.5.2¶
2021-06-01
Template: 4.5.2/tethysdash-instance-template.tgz
Changes in the template:
-
docker-compose.yml: Only change is the version of the 'mbari/tethysdash' image. -
NOTE: websockets will be the automatic default in a future version. For now, please keep the setting as indicated above.config/TethysDash.conf: The websockets section now looks like so:
Changes in the system:
Several enhancements and fixes have been incorporated since last announced version in this page. The main change is the use of proper websockets endpoint. As usual, please see the change logs for the frontend and the backend.
4.3¶
2020-12-14
Initial version with an experimental websockets server.
Template: 4.3/tethysdash-instance-template.tgz
Changes in the template:
-
docker-compose.yml: Only change is the version of the 'mbari/tethysdash' image. -
config/TethysDash.conf: Optional new entryuseWebsocketunder theasyncsection. If set totrue, TethysDash will push notifications about vehicle cell connection related events also via a proper websocket server.On the Dash4 frontend, there's a new "Websockets" section under UI Settings -> Experimental that allows to connect/disconnect to the websocket server.
4.2.3¶
2020-12-13
Template: 4.2.3/tethysdash-instance-template.tgz
Changes in the template:
-
docker-compose.yml: Only change is the version of the 'mbari/tethysdash' image. -
config/TethysDash.conf: Optional new entryonlyCellConnunderpusheras a temporary setting to help reduce use of pusher by restricting notifications only to cell connection related events.
4.2.1¶
2020-12-07
Template: 4.2.1/tethysdash-instance-template.tgz
Changes in the template:
docker-compose.yml: Only change is the version of the 'mbari/tethysdash' image.
4.2¶
2020-10-30
Template: 4.2/tethysdash-instance-template.tgz
Changes in the template:
docker-compose.yml: Only change is the version of the 'mbari/tethysdash' image.
4.1.4¶
2020-10-19
Template: 4.1.4/tethysdash-instance-template.tgz
Changes in the template:
docker-compose.yml: Only change is the version of the 'mbari/tethysdash' image.
4.1.1¶
2020-10-09
Template: 4.1.1/tethysdash-instance-template.tgz
Changes in the template:
docker-compose.yml: Only change is the version of the 'mbari/tethysdash' image.
4.0.1¶
2020-10-05
Template: 4.0.1/tethysdash-instance-template.tgz
Changes in the template:
-
docker-compose.yml: Only change is the version of the 'mbari/tethysdash' image. -
config/TethysDash.conf:-
The
dashuientry under theexternalsection now refers to the new v4 version of the Dash UI, that is:dashui = ${external.base}"/dash4/" -
Under the
sbdsection, add:# Regex for recognizing SBD Receipt e-mails from Iridium system. receipt.subject.regex = "SBD Mobile Terminated Message Queued for Unit: (\\d+)"(Note: this was introduced as part of v3.9.990be3.7.7 hotfix.)
-
Changes in the system:
As usual, please see the change logs for the frontend and the backend.
3.9.990¶
2020-09-26
Template: 3.9.990/tethysdash-instance-template.tgz.
NOTE: No changes in this template, except for the 'mbari/tethysdash' image
version in docker-compose.yml.
3.9.982¶
2020-09-18
Template: 3.9.982/tethysdash-instance-template.tgz.
It contains:
.
├── README.md (*)
├── setenv.sh
├── docker-compose.yml (*)
└── config
├── TethysDash.conf (*)
├── miscLinks.json
├── tileLayers.json
└── stations.json
(*) Changed files wrt previous version.
-
README.md: Simplified (main instructions located here). -
docker-compose.yml: Only change is reference to the new image. -
config/TethysDash.conf:- New
mail.usersection with options related with emails sent to users. Right now only an optionalsentCopyFolder. - New optional
sbd.outgoing.copyFoldersetting indicating folder where copies of outgoing SBD emails are to be stored. - Adjusted
argos.subject.regexvalue reflecting change for use in MBARI instance.
- New
3.9.81¶
2020-05-07
Template: 3.9.81/tethysdash-instance-template.tgz.
It contains:
.
├── README.md (*)
├── setenv.sh
├── docker-compose.yml (*)
└── config
├── TethysDash.conf (*)
├── miscLinks.json
├── tileLayers.json (*) New file
└── stations.json
(*) Changed files wrt previous version.
-
README.md: Updated instructions. -
docker-compose.yml: Only change is reference to the new image. -
config/TethysDash.conf: New optionaltileLayersFileentry undermapOptions. If used, do not change the value but rather edit the new fileconfig/tileLayers.json -
config/tileLayers.json: New file. This file can be used to indicate tile layers to be included on the map in the Dash UI. The contents of this file should be a JSON object containing atileLayersmember with a list of objects:{ "tileLayers": [ { "name": "<name to be shown>", [ "wms": true, ] [ "legendurl": "https://...", ] "urlTemplate": "https://...", "options" : { "attribution": "...", ... } }, ] }For each given layer, the given information will be passed to the Leaflet library used by the Dash. In concrete, the Dash will use a TileLayer.WMS if
"wms": trueis given, or TileLayer otherwise. The"options"object is passed directly as given. The optional"legendurl"entry is used by the Dash to show a tooltip for the entry.
3.9.8¶
2020-04-30
Template: 3.9.8/tethysdash-instance-template.tgz.
NOTE: No changes in the template wrt 3.9.77, except for the image version in docker-compose.yml.
3.9.77¶
2020-03-16
Template: 3.9.77/tethysdash-instance-template.tgz.
It contains:
.
├── README.md
├── setenv.sh
├── config
│ ├── TethysDash.conf (*)
│ ├── miscLinks.json
│ └── stations.json
└── docker-compose.yml (*)
(*) The only files with adjustments.
Upgrading to 3.9.77
-
config/TethysDash.conf:-
New
cellConnStatussection. This section includes two entries,hostNamePatternandhostNames, that allow to explicitly indicate the host name of the server to "ping" for checking cell connection status for each vehicle. (Note: this mechanism can be considered temporary until the corresponding information gets captured in the vehicle configuration itself.) -
Section
doneremoved. (The corresponding unneeded scripts have been removed from the image/opt/tethysdash/tools/{runShoreScripts.sh,tethysCentroid.py}.)
-
-
docker-compose.yml:- The only change here is about the new tethysdash image version.
Upgrade steps
-
Stop and remove your current tethysdash container (no need to stop the tdpostgres one):
cd .../your/tethysdash/ source setenv.sh docker compose stop tethysdash docker compose rm tethysdash -
Do any necessary updates to your existing files from previous template as explained above.
-
Start new 3.9.77 tethysdash container:
docker compose up -d docker logs -f --tail=20 tethysdash
3.9.73¶
2020-02-20
Template: 3.9.73/tethysdash-instance-template.tgz.
It contains:
.
├── README.md
├── setenv.sh
├── config
│ ├── TethysDash.conf
│ ├── miscLinks.json <- new file
│ └── stations.json
└── docker-compose.yml
Upgrading from 3.9.4 to 3.9.73
Summary of changes as reflected in the template:
-
README.mdupdated (some irrelevant details removed). -
setenv.shnow, as a convenience, also creates some of the directories to make sure they are owned by the running user. For an upgrade, the directories will of course already exist, so the ownership should be changed as needed after stopping your current version and before launching the new version. -
config/TethysDash.conf:- New entry
sbd.outgoing.alternativeAddressesto indicate a list of alternative destination addresses for the SBDs. If not empty, new buttons in the GUI will be available as follows:Send Commands to <vehicle-name> via alternative addresswhen issuing a mission;Submit to alternative addresswhen issuing a command.
- The entry
external.miscLinkshas been removed. Instead, this optional feature is indicated with theconfig/miscLinks.jsonfile described below. - Obsolete
mapOptions.stationsFileentry removed. This feature was already captured viaconfig/stations.jsonfile.
- New entry
-
New file
config/miscLinks.jsonto indicate any links to be included in the main dropdown menu in the Dash UI.
Upgrade steps
-
Stop your current 3.9.4 system:
cd .../your/tethysdash/ source setenv.sh docker compose down -
Do any necessary updates to your existing files from previous template as explained above.
-
If needed, recursively change ownership of mapped directories so they belong to current user.
-
Start new 3.9.73 system:
source setenv.sh docker compose up -d docker logs -f tethysdash
3.9.4¶
2019-12-06
Template: 3.9.4/tethysdash-instance-template.tgz.