Skip to content

Commit

Permalink
build(deps): bump osgeo/gdal from ubuntu-small-3.8.4 to ubuntu-small-…
Browse files Browse the repository at this point in the history
…3.9.0 TDE-1179 (#962)

Bumps [osgeo/gdal](https://github.com/OSGeo/gdal) from
ubuntu-small-3.8.4 to ubuntu-small-3.9.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/OSGeo/gdal/releases">osgeo/gdal's
releases</a>.</em></p>
<blockquote>
<h2>GDAL 3.9.0</h2>
<p>The 3.9.0 release is a new feature release with the following
highlights:</p>
<ul>
<li><a
href="https://gdal.org/development/rfc/rfc96_deferred_plugin_loading.html">RFC
96</a>: Deferred C++ plugin loading</li>
<li><a
href="https://gdal.org/development/rfc/rfc97_feature_and_fielddefn_sealing.html">RFC
97</a>: OGRFeatureDefn, OGRFieldDefn and OGRGeomFieldDefn
&quot;sealing&quot;</li>
<li><a
href="https://gdal.org/development/rfc/rfc98_build_requirements_gdal_3_9.html">RFC
98</a>: Build requirements for GDAL 3.9</li>
<li><a
href="https://gdal.org/development/rfc/rfc99_geometry_coordinate_precision.html">RFC
99</a>: Geometry coordinate precision</li>
<li>Add <a href="https://gdal.org/drivers/raster/s104.html">S104</a>
(Water Level Information for Surface Navigation Product) and
<a href="https://gdal.org/drivers/raster/s111.html">S111</a> (Surface
Currents Product) raster read-only drivers (required libhdf5)</li>
<li>Add raster <a
href="https://gdal.org/drivers/raster/gti.html">GTI</a> (GDAL Raster
Tile Index) driver to support catalogs with huge number of sources.</li>
<li>Add vector <a
href="https://gdal.org/drivers/vector/miramon.html">MiraMonVector</a>
read/creation driver (<a
href="https://redirect.github.com/OSGeo/gdal/issues/9688">#9688</a>)</li>
<li>Deprecated ARG driver has been removed (<a
href="https://redirect.github.com/OSGeo/gdal/issues/7920">#7920</a>)</li>
</ul>
<p>and many other enhancements and fixes as detailed in the <a
href="https://github.com/OSGeo/gdal/blob/v3.9.0/NEWS.md">release
notes</a></p>
<h2>GDAL 3.8.5</h2>
<p>Bug fix release. See release notes: <a
href="https://github.com/OSGeo/gdal/blob/v3.8.5/NEWS.md">https://github.com/OSGeo/gdal/blob/v3.8.5/NEWS.md</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/OSGeo/gdal/blob/master/NEWS.md">osgeo/gdal's
changelog</a>.</em></p>
<blockquote>
<h1>GDAL/OGR 3.9.0 Releases Notes</h1>
<p>GDAL/OGR 3.9.0 is a feature release.
Those notes include changes since GDAL 3.8.0, but not already included
in a
GDAL 3.8.x bugfix release.</p>
<h2>In a nutshell...</h2>
<ul>
<li><a
href="https://gdal.org/development/rfc/rfc96_deferred_plugin_loading.html">RFC
96</a>:
Deferred C++ plugin loading</li>
<li><a
href="https://gdal.org/development/rfc/rfc97_feature_and_fielddefn_sealing.html">RFC
97</a>:
OGRFeatureDefn, OGRFieldDefn and OGRGeomFieldDefn
&quot;sealing&quot;</li>
<li><a
href="https://gdal.org/development/rfc/rfc98_build_requirements_gdal_3_9.html">RFC
98</a>:
Build requirements for GDAL 3.9</li>
<li><a
href="https://gdal.org/development/rfc/rfc99_geometry_coordinate_precision.html">RFC
99</a>:
Geometry coordinate precision</li>
<li>Add <a href="https://gdal.org/drivers/raster/s104.html">S104</a>
(Water Level Information
for Surface Navigation Product) and
<a href="https://gdal.org/drivers/raster/s111.html">S111</a> (Surface
Currents Product)
raster read-only drivers (required libhdf5)</li>
<li>Add raster <a
href="https://gdal.org/drivers/raster/gti.html">GTI</a> (GDAL Raster
Tile
Index) driver to support catalogs with huge number of sources.</li>
<li>Add vector <a
href="https://gdal.org/drivers/vector/miramon.html">MiraMonVector</a>
read/creation driver (<a
href="https://redirect.github.com/OSGeo/gdal/issues/9688">#9688</a>)</li>
<li>Deprecated ARG driver has been removed (<a
href="https://redirect.github.com/OSGeo/gdal/issues/7920">#7920</a>)</li>
<li>Code linting</li>
</ul>
<h2>Build</h2>
<ul>
<li>CMake: add
<code>[GDAL|OGR]_REGISTER_DRIVER_&lt;driver_name&gt;_FOR_LATER_PLUGIN</code>
variables (RFC 96)</li>
<li>CMake: Bump max compatible version to 3.28</li>
<li>CMake: add a way of defining an external deferred driver by setting
one or
several ADD_EXTERNAL_DEFERRED_PLUGIN_XXX CMake variables (RFC 96)</li>
<li>CMake: error out if a driver has been asked as a plugin, but
conditions are not met</li>
<li>CMake: rework PROJ detection</li>
<li>CMAKE_UNITY_BUILD=YES builds are possible, but not recommended for
production</li>
<li>gdal.cmake: set -DDEBUG for CMAKE_BUILD_TYPE=Debug for Windows
builds as well</li>
<li>CMake: add GDAL_FIND_PACKAGE_OpenJPEG_MODE and
GDAL_FIND_PACKAGE_PROJ_MODE
variables</li>
<li>FindSQLite3.cmake: avoid repeating finding
<code>SQLite3_INCLUDE_DIR</code>/
<code>SQLite3_LIBRARY</code> if existed.</li>
<li>Add compatibility for Intel Compiler 2024.0.2.29</li>
</ul>
<h2>Backward compatibility issues</h2>
<p>See <a
href="https://github.com/OSGeo/gdal/blob/release/3.8/MIGRATION_GUIDE.TXT">MIGRATION_GUIDE.TXT</a></p>
<h2>Changes in installed files</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/OSGeo/gdal/commit/bb5ea618e23e498e79e8b8e6bd7215ad94bb2103"><code>bb5ea61</code></a>
Prepare for 3.9.0RC2</li>
<li><a
href="https://github.com/OSGeo/gdal/commit/3482a3aa1849efaf3b4b6b20e2f6395dd0e5958c"><code>3482a3a</code></a>
Merge pull request <a
href="https://redirect.github.com/OSGeo/gdal/issues/9869">#9869</a> from
OSGeo/backport-9865-to-release/3.9</li>
<li><a
href="https://github.com/OSGeo/gdal/commit/651cae127ad5f8830b1bec65e534ab3b5a8fd1bc"><code>651cae1</code></a>
PG: avoid aborting transactions when calling LoadMetadata() and
ogr_system_ta...</li>
<li><a
href="https://github.com/OSGeo/gdal/commit/ed9ad545766c20e77df9e4d3a8d9160026793c43"><code>ed9ad54</code></a>
PG: LoadTables(): do not list ogr_system_tables schema in non-PostGIS
mode or...</li>
<li><a
href="https://github.com/OSGeo/gdal/commit/4986e148db43b8d589686b7dc39a250d0a845776"><code>4986e14</code></a>
Merge pull request <a
href="https://redirect.github.com/OSGeo/gdal/issues/9868">#9868</a> from
OSGeo/backport-9866-to-release/3.9</li>
<li><a
href="https://github.com/OSGeo/gdal/commit/ea24956f0c0b255c919b3da276c879f12a973069"><code>ea24956</code></a>
PG: emit warning when using GEOMETRY_NAME!=wkb_geometry on non-PostGIS
enable...</li>
<li><a
href="https://github.com/OSGeo/gdal/commit/0ec4846b375853c4dca2139ff96b01ea951e39f1"><code>0ec4846</code></a>
ogr_pg.py: make only_without_postgis annotation really test non-PostGIS
mode</li>
<li><a
href="https://github.com/OSGeo/gdal/commit/85cf04fc9a4822bef81f1b39621ac613df0b4187"><code>85cf04f</code></a>
PG: fix retrieving layer description in non-PostGIS mode</li>
<li><a
href="https://github.com/OSGeo/gdal/commit/34829979268e2ae4f16f730d36df1f5576a17563"><code>3482997</code></a>
GenBIN: avoid integer overflow (fixes <a
href="https://bugs.chromium.org/p/oss-fuzz/is">https://bugs.chromium.org/p/oss-fuzz/is</a>...</li>
<li><a
href="https://github.com/OSGeo/gdal/commit/88f6743e8f09f768816392e7669f7842a20ed985"><code>88f6743</code></a>
Prepare for GDAL 3.9.0rc1</li>
<li>Additional commits viewable in <a
href="https://github.com/OSGeo/gdal/compare/v3.8.4...v3.9.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=osgeo/gdal&package-manager=docker&previous-version=ubuntu-small-3.8.4&new-version=ubuntu-small-3.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Engmark <[email protected]>
  • Loading branch information
dependabot[bot] and l0b0 authored May 27, 2024
1 parent f377d61 commit eb9ec3f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.4@sha256:60d3bc2f8b09ca1a7ef2db0239699b2c03713aa02be6e525e731c0020bbb10a4 as builder
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.0@sha256:d1a38af532e5d9e3991c4a6bddc2f2cb52644dc30a4eb8242101e8e23c3f83f6 as builder

# Avoid blocking `apt-get install` commands
ARG DEBIAN_FRONTEND=noninteractive
Expand All @@ -22,7 +22,7 @@ COPY poetry.lock pyproject.toml /src/
RUN /root/.local/bin/poetry bundle venv --no-ansi --no-interaction --only=main -vvv /venv


FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.4@sha256:60d3bc2f8b09ca1a7ef2db0239699b2c03713aa02be6e525e731c0020bbb10a4
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.0@sha256:d1a38af532e5d9e3991c4a6bddc2f2cb52644dc30a4eb8242101e8e23c3f83f6

ENV TZ=Etc/UTC

Expand Down
Binary file modified scripts/tests/data/output/BK39_10000_0101.tiff
Binary file not shown.
Binary file modified scripts/tests/data/output/BK39_10000_0102.tiff
Binary file not shown.

0 comments on commit eb9ec3f

Please sign in to comment.