Skip to content

Releases: earthcubeprojects-chords/chords

1.1.0-rc5

13 May 20:16
Compare
Choose a tag to compare
1.1.0-rc5 Pre-release
Pre-release

Upgrade to Grafana v10

1.1.0-rc4

13 Mar 22:37
Compare
Choose a tag to compare

Release Notes:

  • Fixed more bugs in the Live Chart
  • Fixed git URL reference in chords_control

Installation Notes:

  • chords_control: Docker Hub introduced a breaking change to its API. To work around this, you need to download the current chords_control script:
curl -O -s https://raw.githubusercontent.com/earthcubeprojects-chords/chords/1.1.0-rc4/chords_control
  • Python sh: The python sh module, used by chords_control, introduced a breaking change in version 2. If your version was
    automatically updated, it will break chords_control. Use pip to check on the version, and downgrade if necessary:
pip3 show sh        
Name: sh
Version: 2.0.0
...

pip3 install sh==1.14.3
...
Successfully installed sh-1.14.3

1.1.0-rc3

07 Mar 14:46
4f79e51
Compare
Choose a tag to compare

Release Notes:

  • Many Rails security updates.
  • Bugs fixed in the instrument live chart.
  • Status icons on the map display now ignore inactive instruments.
  • chords_control script fixed to handle a breaking change in the Docker Hub API. This
    requires a manual download of the chords_control script from GitHub, since you won't be able
    to run the old one with the --renew option.

1.1.0-rc2

07 Mar 14:49
Compare
Choose a tag to compare

Release Notes:

Effective release date: 20-May-2022

This release was deployed on several CHORDS sites under the docker tag development, starting
after 20 May 2022.

  • InfluxDB updated from V1.6 to V1.8.
  • Git release/branch differentiation added to the CHORDS configuration scheme.
  • AWS Cloud Formation template updated.

1.1.0-rc1

31 Aug 15:05
ed6ed8f
Compare
Choose a tag to compare

Release Notes:

  • SSL capability added to the Rails application. This uses "letsencrypt", and requires the portal to have a DNS registered name.
  • Bulk data download added; CSV files are created and packaged in the background, for later download.
  • Docker images have been moved to the DockerHub "earthcubechords" repository.
  • Grafana upgraded to v7.
  • "chords_control" management script has been extensively enhanced, to support SSL, portal backup, and portal restore.

1.0.2

30 May 03:29
Compare
Choose a tag to compare
Update the API documentation to include the new test data download op…

…tion.

1.0.1

30 Apr 21:17
Compare
Choose a tag to compare

Made a few permission tweaks related to the data simulator and download/measurements-only users when secure downloads/viewing was turned off.

1.0

30 Apr 21:15
fc01356
Compare
Choose a tag to compare
1.0

Release 1.0

  • New download API
  • Can download multiple instruments simultaneously for both GeoJSON and GeoCSV
  • Made dashboard visible to everyone as default route when secure viewing is disabled
  • Added ability to download data by sensor_id in addition to instrument_id
  • UI download links now use v1 API
  • Added ability to limit download sizes for smaller virtual machines
  • Allow use of apostrophes in instrument names (Hawaiian names)
  • Add more metadata to download files for chords version, doi, and variable metadata
  • CUAHSI archive feature removed, will return later with modular archiving
  • Site config users can now see API keys for measurements-only users for ease of use when provisioning sensors/instruments
  • Admins and Site Config users cannot create measurements
  • Fixed a lot of user permissions issues and added tests to ensure accuracy
  • GeoJSON updated to ensure coordinates are floats and not strings
  • Updated Grafana to 6.x
  • Updated several gems to more current versions and for security patches
  • Chords Control has been updated to allow backup and restore of portals on Mac/Linux (sorry, no Windows support for now)