-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Comparing changes
Open a pull request
base repository: hashicorp/terraform
base: v1.1.0
head repository: hashicorp/terraform
compare: v1.1.1
Commits on Dec 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 44cd2bb - Browse repository at this point
Copy the full SHA 44cd2bbView commit details -
website: Shorter heading for the nullable = false variable argument
This makes it match some incoming links we have elsewhere, but also it makes the heading a bit more consice because "module" isn't really adding anything here anyway: input variables are _always_ in modules.
Configuration menu - View commit details
-
Copy full SHA for 02f7ce8 - Browse repository at this point
Copy the full SHA 02f7ce8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 985abce - Browse repository at this point
Copy the full SHA 985abceView commit details -
website: Correct navbar link to the "Refactoring" page
We late-reorganized this into the "Module Development" subsection, but forgot to update the actual link in the navbar, so it was still linking to its old location.
Configuration menu - View commit details
-
Copy full SHA for c66a13e - Browse repository at this point
Copy the full SHA c66a13eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cf567c - Browse repository at this point
Copy the full SHA 4cf567cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ff9c86 - Browse repository at this point
Copy the full SHA 2ff9c86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 402e226 - Browse repository at this point
Copy the full SHA 402e226View commit details -
Merge pull request #30117 from hashicorp/backport/fix-links-release/s…
…eemingly-living-dinosaur Backport of Update broken links into v1.1
Configuration menu - View commit details
-
Copy full SHA for cf70a83 - Browse repository at this point
Copy the full SHA cf70a83View commit details
Commits on Dec 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7c8fadf - Browse repository at this point
Copy the full SHA 7c8fadfView commit details
Commits on Dec 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 371bf40 - Browse repository at this point
Copy the full SHA 371bf40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2aa1300 - Browse repository at this point
Copy the full SHA 2aa1300View commit details
Commits on Dec 14, 2021
-
Merge pull request #30163 from hashicorp/backport/f-non-existing-modu…
…le-instance-crash/neatly-perfect-kiwi Backport of core: Fix crash with orphaned module instance into v1.1
Configuration menu - View commit details
-
Copy full SHA for efcd2e2 - Browse repository at this point
Copy the full SHA efcd2e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6253cc - Browse repository at this point
Copy the full SHA c6253ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for b372ebb - Browse repository at this point
Copy the full SHA b372ebbView commit details -
Merge pull request #30165 from hashicorp/backport/chrisarcand/remote-…
…backend-no-workspaces-regression/firmly-beloved-joey Backport of command/meta_backend: Allow the remote backend to have no workspaces [again] into v1.1
Configuration menu - View commit details
-
Copy full SHA for fc1fd1b - Browse repository at this point
Copy the full SHA fc1fd1bView commit details -
getmodules: Inline our own fork of getter.GitGetter
This is a pragmatic temporary solution to allow us to more quickly resolve an upstream regression in go-getter locally within Terraform, so that the work to upstream it for other callers can happen asynchronously and with less time pressure. This commit doesn't yet include any changes to address the bug, and instead aims to be functionally equivalent to getter.GitGetter. A subsequent commit will then address the regression, so that the diff of that commit will be easier to apply later to the upstream to get the same effect there.
Configuration menu - View commit details
-
Copy full SHA for 0aaca79 - Browse repository at this point
Copy the full SHA 0aaca79View commit details -
getmodules: Re-allow git:: source with ref=COMMIT_ID
Earlier versions of this code allowed "ref" to take any value that would be accepted by "git checkout" as a valid target of a symbolic ref. We inadvertently accepted a breaking change to upstream go-getter that broke that as part of introducing a shallow clone optimization, because shallow clone requires selecting a single branch. To restore the previous capabilities while retaining the "depth" argument, here we accept a compromise where "ref" has the stronger requirement of being a valid named ref in the remote repository if and only if "depth" is set to a value greater than zero. If depth isn't set or is less than one, we will do the old behavior of just cloning all of the refs in the remote repository in full and then switching to refer to the selected branch, tag, or naked commit ID as a separate step. This includes a heuristic to generate an additional error message hint if we get an error from "git clone" and it looks like the user might've been trying to use "depth" and "ref=COMMIT" together. We can't recognize that error accurately because it's only reported as human-oriented git command output, but this heuristic should hopefully minimize situations where we show it inappropriately. For now this is a change in the Terraform repository directly, so that we can expedite the fix to an already-reported regression. After this is released I tend to also submit a similar set of changes to upstream go-getter, at which point we can revert Terraform to using the upstream getter.GitGetter instead of our own local fork.
Configuration menu - View commit details
-
Copy full SHA for 76f430c - Browse repository at this point
Copy the full SHA 76f430cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 448bf2f - Browse repository at this point
Copy the full SHA 448bf2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9236c4d - Browse repository at this point
Copy the full SHA 9236c4dView commit details
Commits on Dec 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cb8e06f - Browse repository at this point
Copy the full SHA cb8e06fView commit details -
Merge pull request #30172 from hashicorp/ds.mdx-migration-v1.1
Migrate docs to MDX (v1.1)
Configuration menu - View commit details
-
Copy full SHA for f5c2394 - Browse repository at this point
Copy the full SHA f5c2394View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca8d28e - Browse repository at this point
Copy the full SHA ca8d28eView commit details -
Merge pull request #30176 from hashicorp/backport/jbardin/revert-vali…
…date-for-each/privately-adapted-rabbit Backport of use `cty.DynamicVal` for expanded resources during validation into v1.1
Configuration menu - View commit details
-
Copy full SHA for 6e239b7 - Browse repository at this point
Copy the full SHA 6e239b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 418aae8 - Browse repository at this point
Copy the full SHA 418aae8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbbca87 - Browse repository at this point
Copy the full SHA fbbca87View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.1.0...v1.1.1