Skip to content

Commit 75475d0

Browse files
authored
Merge pull request #2399 from opendatacube/for-1.9.17-releases
Prepare for 1.9.17 release
2 parents ca7d252 + 0b6d133 commit 75475d0

File tree

4 files changed

+166
-123
lines changed

4 files changed

+166
-123
lines changed

docs/source/about/release_process.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Release Process
55
that they don't have anything pending.
66

77
#. Ensure version pins in pyproject.toml and conda-environment.yml are in sync and up to date,
8-
and refresh uv.lock.
8+
and refresh uv.lock:
99

1010
.. code-block:: bash
1111
12-
uv lock
12+
uv lock -U
1313
1414
#. Create a new **Tag** and **Draft Release** using the `GitHub Releases Web UI`_
1515

docs/source/about/whats_new.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,39 @@
55
Release History
66
***************
77

8+
1.9.17 (17 March 2026)
9+
======================
10+
11+
Emergency release to fix bug in postgres schema update script.
12+
13+
What's Changed
14+
--------------
15+
16+
* postgis: perform simple checks early by @pjonsson in https://github.com/opendatacube/datacube-core/pull/2382
17+
* index/memory: avoid deprecation warnings by @pjonsson in https://github.com/opendatacube/datacube-core/pull/2383
18+
* dataset: include uri in error message by @pjonsson in https://github.com/opendatacube/datacube-core/pull/2384
19+
* index/abstract: remove unused variable by @pjonsson in https://github.com/opendatacube/datacube-core/pull/2385
20+
* postgis: fix type error by @pjonsson in https://github.com/opendatacube/datacube-core/pull/2387
21+
* index/postgis: remove debug printout by @pjonsson in https://github.com/opendatacube/datacube-core/pull/2388
22+
* index/postgis: type error fixes by @pjonsson in https://github.com/opendatacube/datacube-core/pull/2389
23+
* Improve some type signatures by @pjonsson in https://github.com/opendatacube/datacube-core/pull/2390
24+
* drivers/postgis: fix __repr__ output by @pjonsson in https://github.com/opendatacube/datacube-core/pull/2391
25+
* scripts: fix exit values by @pjonsson in https://github.com/opendatacube/datacube-core/pull/2394
26+
* index: fix typo in variable name by @pjonsson in https://github.com/opendatacube/datacube-core/pull/2397
27+
* Improve some more type signatures by @pjonsson in https://github.com/opendatacube/datacube-core/pull/2395
28+
* drivers/postgis: be more ORM-like by @pjonsson in https://github.com/opendatacube/datacube-core/pull/2392
29+
* drivers/postgres: Fix argument order in during transfer ownership upgrades by @SpacemanPaul in https://github.com/opendatacube/datacube-core/pull/2398
30+
* Prepare for 1.9.17 release by @SpacemanPaul in https://github.com/opendatacube/datacube-core/pull/2399
31+
32+
Automated Updates
33+
-----------------
34+
35+
* build(deps): bump astral-sh/uv from 0.10.9 to 0.10.10 in /docker by @dependabot[bot] in https://github.com/opendatacube/datacube-core/pull/2386
36+
* [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/opendatacube/datacube-core/pull/2396
37+
38+
39+
**Full Changelog**: https://github.com/opendatacube/datacube-core/compare/1.9.16...1.9.17
40+
841
1.9.16 (13 March 2026)
942
======================
1043

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ include = ['datacube*']
241241

242242
[tool.setuptools_scm]
243243
write_to = 'datacube/_version.py'
244-
fallback_version = "1.9.16"
244+
fallback_version = "1.9.17"
245245

246246
[tool.ty.src]
247247
include = ["datacube", "examples", "integration_tests", "tests"]

0 commit comments

Comments
 (0)