From 917ea06a0f399085ca906ead21b4f20c152d5d64 Mon Sep 17 00:00:00 2001 From: "P. J. Reed" Date: Thu, 5 Nov 2020 11:56:50 -0600 Subject: [PATCH] Release 3.1.0 Signed-off-by: P. J. Reed --- CHANGELOG.md | 9 +++++++++ pom.xml | 2 +- src/main/webapp/resources/js/views/AboutWindow.js | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6da46bdb..af785fd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Bag Database changelog +3.1.0 + +- Add a BAGDB\_PATH environment variable to change the path used to serve the application +- Updated the reverse proxy example to use a custom path +- Fix API examples that didn't work without LDAP authentication +- Add documentation for how to use a private Docker registry +- Fix a bug that prevented private Docker registries with ports from being parsed correctly +- Improve Dockerfile to reduce rebuild times + 3.0.0 - Upload & run post-processing scripts on bag files diff --git a/pom.xml b/pom.xml index 86231426..30fe686a 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.github.swri-robotics bag-database war - 3.0.0 + 3.1.0 Bag Database UTF-8 diff --git a/src/main/webapp/resources/js/views/AboutWindow.js b/src/main/webapp/resources/js/views/AboutWindow.js index 3b08e9b2..7ab5af19 100644 --- a/src/main/webapp/resources/js/views/AboutWindow.js +++ b/src/main/webapp/resources/js/views/AboutWindow.js @@ -35,7 +35,7 @@ Ext.define('BagDatabase.views.AboutWindow', { layout: 'fit', bodyPadding: 5, constrainHeader: true, - html: "

Bag Database 3.0.0

" + + html: "

Bag Database 3.1.0

" + "

Documentation: https://swri-robotics.github.io/bag-database/

" + "

Source Code: https://github.com/swri-robotics/bag-database

" + "

Copyright 2015-2020 Southwest Research Institute

" +