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

fix(xataio/pgroll): follow up changes of pgroll v0.3.0 #16310

Merged
merged 1 commit into from
Oct 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion pkgs/xataio/pgroll/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
packages:
- name: xataio/pgroll@v0.2.1
- name: xataio/pgroll@v0.3.0
- name: xataio/pgroll
version: v0.1.0
13 changes: 11 additions & 2 deletions pkgs/xataio/pgroll/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ packages:
- type: github_release
repo_owner: xataio
repo_name: pgroll
description: Postgres zero-downtime migrations made easy
description: PostgreSQL zero-downtime migrations made easy
asset: pgroll.{{.OS}}.{{.Arch}}
format: raw
replacements:
Expand All @@ -12,4 +12,13 @@ packages:
- darwin
- linux
- amd64
complete_windows_ext: false
checksum:
type: github_release
asset: pgroll_{{trimV .Version}}_checksums.txt
algorithm: sha256
version_constraint: semver(">= 0.3.0")
version_overrides:
- version_constraint: semver("< 0.3.0")
complete_windows_ext: false
checksum:
enabled: false
13 changes: 11 additions & 2 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.