Upgrade GeoNode to Ubuntu 26.04 LTS#14329
Conversation
There was a problem hiding this comment.
Code Review
This pull request upgrades the base Docker images to Ubuntu 26.04, updates PostgreSQL and GDAL dependencies (upgrading GDAL to 3.12.2), and replaces the pylibmc memcached backend with pymemcache. Additionally, it adds application/octet-stream to the allowed MIME types for KML, 3D Tiles, and XLSX uploads. A review comment suggests safely checking if the OGR driver is available before accessing its ShortName property to prevent potential AttributeError exceptions.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #14329 +/- ##
===========================================
+ Coverage 34.71% 65.91% +31.20%
===========================================
Files 982 982
Lines 60496 60528 +32
Branches 8247 8251 +4
===========================================
+ Hits 21002 39899 +18897
+ Misses 38332 18950 -19382
- Partials 1162 1679 +517 🚀 New features to boost your workflow:
|
Checklist
For all pull requests:
The following are required only for core and extension modules (they are welcomed, but not required, for contrib modules):
Submitting the PR does not require you to check all items, but by the time it gets merged, they should be either satisfied or inapplicable.