Skip to content

Commit

Permalink
fix: incorrect prerelease version used as latest (#1212)
Browse files Browse the repository at this point in the history
* Revert "build(deps): update manifest dependencies file"

This reverts commit e74281f.

* Revert "build(deps): bump terraform providers"

This reverts commit f40bc6f.
  • Loading branch information
zucchinidev authored Nov 3, 2023
1 parent 1b5699e commit 9f1b31f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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

0 comments on commit 9f1b31f

Please sign in to comment.