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: incorrect prerelease version used as latest #1212

Merged
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions dependency-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ dependencies:
source: https://github.com/terraform-providers/terraform-provider-mysql/archive/v1.9.0.zip
source_sha256: 8cd135baba86b5568f7685152201b3f73300aa1fe455c6873da05bff1418b707
- name: terraform-provider-postgresql
version: 1.21.1-beta.1
source: https://github.com/cyrilgdn/terraform-provider-postgresql/archive/v1.21.1-beta.1.zip
source_sha256: 6beb171a10571d7fc47d45a6ca8a2fed1328bfb567658b03dc7f31efd4d42044
version: 1.21.0
source: https://github.com/cyrilgdn/terraform-provider-postgresql/archive/v1.21.0.zip
source_sha256: 4667d08e0adede183ef30dcec6f551cdf72b1167f112b0191ed2e8b2c3067a7c
- name: terraform-provider-random
version: 3.5.1
source: https://github.com/terraform-providers/terraform-provider-random/archive/v3.5.1.zip
Expand Down
4 changes: 2 additions & 2 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ terraform_binaries:
version: 1.9.0
source: https://github.com/terraform-providers/terraform-provider-mysql/archive/v1.9.0.zip
- name: terraform-provider-postgresql
version: 1.21.1-beta.1
source: https://github.com/cyrilgdn/terraform-provider-postgresql/archive/v1.21.1-beta.1.zip
version: 1.21.0
source: https://github.com/cyrilgdn/terraform-provider-postgresql/archive/v1.21.0.zip
provider: cyrilgdn/postgresql
url_template: https://github.com/cyrilgdn/${name}/releases/download/v${version}/${name}_${version}_${os}_${arch}.zip
- name: terraform-provider-csbpg
Expand Down