Releases: earthcubeprojects-chords/chords
Releases · earthcubeprojects-chords/chords
1.1.0-rc6
This release upgrades Grafana to v11.
DO NOT UPGRADE TO THIS RELEASE UNLESS YOU HAVE FIXED YOUR GRAFANA ALERTS:
WARNING: Grafana v11 removes support for "legacy alerting". If you are using alerting,
it's likely that it is of the legacy variety. GRAFANA v11 WILL NOT EVEN START IF YOU HAVE LEGACY
ALERTS DEFINED.
To handle this:
- If you haven't yet done this, upgrade to CHORDS v1.1.0-rc5. This will upgrade to Grafana v10.
- Change your alerts to the newer method, or just delete them entirely.
- Then upgrade to CHORDS v1.1.0-rc6.
You can read more about this situation in the Grafana release notes.
Full Changelog: 1.1.0-rc5...1.1.0-rc6
1.1.0-rc5
- Upgraded to Grafana v10
- Corrected the Lets Encrypt handling in chords_control. The return codes from Lets Encrypt had changed, which had broken the automatic certificate provisioning.
What's Changed
- Grafana v10 by @MisterMartin in #608
- Edits for ChordsUpgradeSteps.md by @rizzo-rocks in #611
New Contributors
- @rizzo-rocks made their first contribution in #611
Full Changelog: 1.1.0-rc4...1.1.0-rc5
1.1.0-rc4
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 bychords_control
, introduced a breaking change in version 2. If your version was
automatically updated, it will breakchords_control
. Usepip
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
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 thechords_control
script from GitHub, since you won't be able
to run the old one with the--renew
option.
1.1.0-rc2
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
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
Update the API documentation to include the new test data download op…
1.0.1
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)