From 6050de54473dc7f362a25b9346212b0e43b430d4 Mon Sep 17 00:00:00 2001 From: Paul Haesler Date: Tue, 11 Oct 2022 14:16:14 +1100 Subject: [PATCH 1/4] Increment default version number. --- datacube_ows/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datacube_ows/__init__.py b/datacube_ows/__init__.py index 93173e4c5..0eb43769f 100644 --- a/datacube_ows/__init__.py +++ b/datacube_ows/__init__.py @@ -6,4 +6,4 @@ try: from ._version import version as __version__ except ImportError: - __version__ = "1.8.29+?" + __version__ = "1.8.30+?" From 4f00217e835dd794b99304d5258ca26107c02a32 Mon Sep 17 00:00:00 2001 From: Paul Haesler Date: Tue, 11 Oct 2022 14:18:52 +1100 Subject: [PATCH 2/4] Add one-line executive summary to top of README.rst. --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 6afc6e914..01a1d0005 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,10 @@ datacube-ows :target: https://codecov.io/gh/opendatacube/datacube-ows Datacube Open Web Services +-------------------------- +Datacube-OWS provides a way to serve data indexed in an Open Data Cube as visualisations, through +open web services (OGC WMS, WMTS and WCS). * Free software: Apache Software License 2.0 * Documentation: https://datacube-ows.readthedocs.io. From 26c5472f7ab25048f47a48575a70d4dc228688ed Mon Sep 17 00:00:00 2001 From: Paul Haesler Date: Tue, 11 Oct 2022 14:38:07 +1100 Subject: [PATCH 3/4] Update HISTORY.rst for release. --- HISTORY.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 86595c7fe..b5e3e87af 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,6 +7,24 @@ History Datacube-ows version 1.8.x indicates that it is designed work with datacube-core versions 1.8.x. +1.8.30 (2022-10-11) +------------------- + +Minor release, consisting of better Sentry reporting for production deployments, and routine repository +maintainance. + +Full list of changes: + +* Update code-of-conduct.md to refer to current ODC Steering Council chair (#862) +* Fixes to docker-compose files and github workflows (#864, #866, ) +* Simplify and cleanup scripts and config to create database for integration tests (#865, #871) +* Change interpretation of Sentry environment variables to allow Sentry reporting to any hosted Sentry service (#868, #877) +* Prevent mysterious Shapely warning message from clogging up Sentry logs (#873) +* Minor tweaks to aid trouble-shooting and better support local deployments (#878) +* Updates to HISTORY.rst, README.rst and default version string for release (#???) + +Contributions from @pindge and @SpacemanPaul. + 1.8.29 (2022-08-30) ------------------- From f577758a1f674cde7e6e603cec3f51be8fabd6fe Mon Sep 17 00:00:00 2001 From: Paul Haesler Date: Tue, 11 Oct 2022 14:39:40 +1100 Subject: [PATCH 4/4] Add final PR number to HISTORY.rst release notes. --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index b5e3e87af..786dc6d8b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -21,7 +21,7 @@ Full list of changes: * Change interpretation of Sentry environment variables to allow Sentry reporting to any hosted Sentry service (#868, #877) * Prevent mysterious Shapely warning message from clogging up Sentry logs (#873) * Minor tweaks to aid trouble-shooting and better support local deployments (#878) -* Updates to HISTORY.rst, README.rst and default version string for release (#???) +* Updates to HISTORY.rst, README.rst and default version string for release (#879) Contributions from @pindge and @SpacemanPaul.