-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This will become release 2.3.0. The primary updates are: - Upgraded sqitch version to 1.4.0 - Upgraded pgTAP to 1.2.1 at theory/pgtap@96a7a41. - Added PostgreSQL 16 beta 2 for testing. - Marked PostgreSQL 10 support as best effort since it is already at end of life. Additional updates: - Changed dependabot upgrades to monthly, not weekly. - Add caching to the image test workflow. - Added versioning update targets to the Justfile. - Added the image version to the Justfile (as `.VERSION`). - Updated the Maintenance documentation: - We do not cache the exported `pgtap.tar`, but the exported *files* (to allow for diff comparisons). - Added the versioning update targets documentation. - Improved Dockerfile versioning documentation for non-production release versions (such as 16 beta 2). - Improved `scripts/do_pgtap` to formalize EOL support output. - Improved `scripts/do_version` to fix a bug in `pgtap_version` reporting when `.pgtap.hashref` is missing.
- Loading branch information
1 parent
3bcb110
commit c8917d9
Showing
19 changed files
with
12,629 additions
and
37 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,20 @@ | ||
version: 2 | ||
updates: | ||
# Maintain dependencies for GitHub Actions | ||
- package-ecosystem: github-actions | ||
directory: / | ||
schedule: | ||
interval: weekly | ||
interval: monthly | ||
groups: | ||
actions: | ||
patterns: | ||
- '*' | ||
|
||
- package-ecosystem: docker | ||
directory: / | ||
schedule: | ||
interval: weekly | ||
interval: monthly | ||
|
||
- package-ecosystem: docker | ||
directory: /build/pgtap | ||
schedule: | ||
interval: weekly | ||
interval: monthly |
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.