Skip to content

Commit

Permalink
Merge pull request #879 from opendatacube/for_1_8_30
Browse files Browse the repository at this point in the history
Ready for 1.8.30 release
  • Loading branch information
SpacemanPaul authored Oct 11, 2022
2 parents bf1c2b2 + f577758 commit b373fb5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
18 changes: 18 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 (#879)

Contributions from @pindge and @SpacemanPaul.

1.8.29 (2022-08-30)
-------------------

Expand Down
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion datacube_ows/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
try:
from ._version import version as __version__
except ImportError:
__version__ = "1.8.29+?"
__version__ = "1.8.30+?"

0 comments on commit b373fb5

Please sign in to comment.