Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump osgeo/gdal from ubuntu-full-3.10.0 to ubuntu-full-3.10.1 in /docker #1698

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 14, 2025

Bumps osgeo/gdal from ubuntu-full-3.10.0 to ubuntu-full-3.10.1.

Release notes

Sourced from osgeo/gdal's releases.

GDAL 3.10.1

Bug fix release. See release notes: https://github.com/OSGeo/gdal/blob/v3.10.1/NEWS.md

Changelog

Sourced from osgeo/gdal's changelog.

GDAL/OGR 3.10.1 Release Notes

GDAL 3.10.1 is a bugfix release.

Build

  • CMake: FindDotnet.cmake: remove obsolete cmake_minimum_required()
  • CMake: fix swig/csharp/CMakeLists.txt compatibility with CMake 3.31
  • CMake: use add_compile_options() instead of setting CMAKE_CXX_FLAGS for -fno-finite-math-only (#11286)
  • Set GDAL_DEV_SUFFIX to the pre-release suffix if a corresponding Git tag was found.
  • PDF: fix build issue on CondaForge build infrastructure (gcc 13.3)
  • Fix issues in cpl_vsil_win32.cpp with latest mingw64

GDAL 3.10.1

Port

  • CPLDebug: Accept values of YES,TRUE,1 (#11219)
  • /vsiaz/: ReadDir(): be robust to a response to list blob that returns no blobs but has a non-empty NextMarker
  • /vsis3/ / AWS: implement support for AWS Single-Sign On (AWS IAM Identity Center) (#11203)
  • /vsicurl/: fix to allow to read Parquet partitionned datasets from public Azure container using /vsicurl/ (#11309)
  • CPLGetPath()/CPLGetDirname(): make them work with /vsicurl? and URL encoded (#11467)
  • Fix CPLFormFilename(absolute_path, ../something, NULL) to strip the relative path

Algorithms

  • GDALContourGenerateEx(): return CE_None even if the raster is at constant value (3.10.0 regression, #11340)

Core

  • fix memory leak when calling GDALAllRegister(), several times, on a deferred rasterio/rasterio#3250
  • GDALRasterBlock: make sure mutex is initialize in repeated calls to GDALAllRegister / GDALDestroyDriverManager (#11447)
  • Do not sort items in IMD metadata domain (#11470)
  • GDALDataset::BuildOverviews(): validate values of decimation factors

Raster utilities

  • gdalinfo: bring back stdout streaming mode that went away during argparse refactor
  • gdalinfo: fix bound checking for value of -sds argument

... (truncated)

Commits
  • 9b7a7c8 Doc: update 3.10.1 release date
  • 27600ef Prepare for GDAL 3.10.1RC2
  • 28b273c Merge pull request #11608 from rouault/revert_pr_11363
  • b325a58 Revert "CMake: Export -DGDAL_DEBUG as PUBLIC for debug builds"
  • 09e2153 Merge pull request #11604 from OSGeo/backport-11603-to-release/3.10
  • d3dfd2e update reference since link is no longer available
  • e432d81 Merge pull request #11602 from rouault/backport_pr_11601
  • 25002b6 Merge pull request #11600 from rouault/backport_fix_11597
  • 6201497 swig/python/setup.py.in: fix exception when building a RC git tag
  • 2d3ad52 netCDF: fix 3.10.1RC1 regression regarding reporting of values of extra dimen...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

📚 Documentation preview 📚: https://datacube-core--1698.org.readthedocs.build/en/1698/

Bumps [osgeo/gdal](https://github.com/OSGeo/gdal) from ubuntu-full-3.10.0 to ubuntu-full-3.10.1.
- [Release notes](https://github.com/OSGeo/gdal/releases)
- [Changelog](https://github.com/OSGeo/gdal/blob/master/NEWS.md)
- [Commits](OSGeo/gdal@v3.10.0...v3.10.1)

---
updated-dependencies:
- dependency-name: osgeo/gdal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file docker Pull requests that update Docker code labels Jan 14, 2025
Copy link

codecov bot commented Jan 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.62%. Comparing base (39c96e8) to head (f5e87d5).
Report is 10 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1698   +/-   ##
========================================
  Coverage    85.62%   85.62%           
========================================
  Files          151      151           
  Lines        15531    15531           
========================================
  Hits         13298    13298           
  Misses        2233     2233           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file docker Pull requests that update Docker code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants