-
Notifications
You must be signed in to change notification settings - Fork 20
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
Release 0.7.0 release candidate 1 #290
Merged
Merged
Conversation
This file contains 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
…r. Remove --append. Fix typos.
… MD covering successful manual test
…te-modes Adjust for difference between osm2pgsql --update and osm2pgsql-replication
…ntation pages, moving original manual append notes to new, more properly named file.
Cleanup and docs
…. Default operation changes from including the pg_dump step to excluding it.
…g-dump-option Change pg_dump to optional, instead of default
Closed
Finish removing --append and --skip-dump options
Really remove options
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.
Drafting release notes for 0.7.0, preparing to merge⚠️ breaking changes ⚠️ into
main
.--append
functionality moved to--replication
Adjust for difference between osm2pgsql --update and osm2pgsql-replication #285--update
mode to wrap osm2pgsql's ability to use--create
vs--append
Adjust for difference between osm2pgsql --update and osm2pgsql-replication #285, Finish removing --append and --skip-dump options #291, Really remove options #292pg_dump
by default, removes--skip-dump
and replaces with--pg-dump
to enable Change pg_dump to optional, instead of default #289, Finish removing --append and --skip-dump options #291, Really remove options #292Dockerfile now runs
apt upgrade
(commit), reducing number of security issues reported by Docker Hub shown in the following screenshot.