Skip to content

Commit

Permalink
terraform13: Update to 1.3.7
Browse files Browse the repository at this point in the history
Changes:
1.3.7
-----
BUG FIXES:
 - Fix exact version constraint parsing for modules using prerelease
   versions
 - Prevent panic when a provider returns a null block value during
   refresh which is used as configuration via ignore_changes

1.3.6
-----
BUG FIXES:
 - Terraform could crash if an orphaned resource instance was deleted
   externally and had condition checks in the configuration
 - Module output changes were being removed and re-added to the stored
   plan, impacting performance with large numbers of outputs
  • Loading branch information
iamleot committed Jan 27, 2023
1 parent b90a511 commit fc6690a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion terraform/version.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD$

TERRAFORM13_VERSION= 1.3.5
TERRAFORM13_VERSION= 1.3.7
TERRAFORM11_VERSION= 1.1.9
TERRAFORM015_VERSION= 0.15.1
TERRAFORM014_VERSION= 0.14.11
Expand Down
6 changes: 3 additions & 3 deletions terraform13/distinfo
Original file line number Diff line number Diff line change
Expand Up @@ -3198,7 +3198,7 @@ Size (sigs.k8s.io_yaml_@v_v1.2.0.mod) = 106 bytes
BLAKE2s (sigs.k8s.io_yaml_@v_v1.2.0.zip) = 196614bfe35a861524f0dd2e2e0b63fbd650b889bab18114f167720f05506b70
SHA512 (sigs.k8s.io_yaml_@v_v1.2.0.zip) = 52a52b3d380ae6e2cbe1b2c849d3089f74aa876fb3fadfbd02eada97446e0f2cf387f10ddb527f2dfefd57dccba8c82b0b349efbecaa0e6e3d00dc2b5d4fc21e
Size (sigs.k8s.io_yaml_@v_v1.2.0.zip) = 20937 bytes
BLAKE2s (terraform-1.3.5.tar.gz) = a3ae5df841f96add2c160b0ff889cd1b7121c7414df8c43804083383f2db3d90
SHA512 (terraform-1.3.5.tar.gz) = 1e60e140a191182c629f1318d673b534da213b2d202b1142cffcdd095e64410f01ac450bc9da20af47e01e7e96c89b71e2454affada6c53f67371e36efac9fd2
Size (terraform-1.3.5.tar.gz) = 4898717 bytes
BLAKE2s (terraform-1.3.7.tar.gz) = b1b1d766a73b11301830ebd060cb876efd9124a14362ca50455575a4f31b6632
SHA512 (terraform-1.3.7.tar.gz) = 05842b693f14c821ec7daf892e6f49685e8b5de37d185a9d28500c2893186b2be4f744854488c4c54739c6cc6915aa80509479dd2051739651b1d62cb33f9c39
Size (terraform-1.3.7.tar.gz) = 4915948 bytes
SHA1 (patch-provider__source.go) = 587b576f571eb0c4755aabf2b6f0eda7990b4be8

0 comments on commit fc6690a

Please sign in to comment.