Release prep for v0.4.0 - #181
Merged
Merged
Conversation
- Add Jeanette as author - Update tag for `dataone-auth` package - Update version tag to 0.4.0
Update changelog with the new additions for 0.4.0
Fix format changelog
bump version to 0.4.0
Update DOI and citation
Test build with ghcr.io/osgeo/gdal:ubuntu-full-3.13.1
rushirajnenuji
marked this pull request as ready for review
July 15, 2026 02:50
rushirajnenuji
commented
Jul 15, 2026
| # networking issue in non-local environments. For context, see: | ||
| # https://github.com/QGreenland-Net/ogdc-helm/issues/31 | ||
| FROM ghcr.io/osgeo/gdal:ubuntu-full-3.12.0 | ||
| FROM ghcr.io/osgeo/gdal:ubuntu-full-3.13.1 |
Member
Author
There was a problem hiding this comment.
I had to update the base image because the build workflow was failing with current image (ghcr.io/osgeo/gdal:ubuntu-full-3.12.0)
Link to the failing workflow run.
Copilot explanation for failure:
Root cause: the Docker build fails during apt update because the base image (
ghcr.io/osgeo/gdal:ubuntu-full-3.12.0) has an Apache Arrow APT repo configured without a valid key for Ubuntu Noble.
cc: @trey-stafford , @rmarow , @jeanetteclark
trey-stafford
approved these changes
Jul 16, 2026
trey-stafford
left a comment
Member
There was a problem hiding this comment.
Nice, looks like a lot of important work added in this release! Well done!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release prep for v0.4.0