Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 6ee8491cb11a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: be6e9f1e9019
Choose a head ref
  • 8 commits
  • 7 files changed
  • 2 contributors

Commits on Oct 8, 2020

  1. Copy the full SHA
    063f1d7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    107707a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    60645f0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    87e21d1 View commit details
    Browse the repository at this point in the history
  5. terraform-providers: populate provider source addresses

    Added provider source address to providers hosted in the same GitHub
    repository. Other providers have moved repository and would require a
    patch to the package path.
    timstott committed Oct 8, 2020
    Copy the full SHA
    72cd428 View commit details
    Browse the repository at this point in the history
  6. terraform: expose providers to terraform 0.13

    Terraform 0.13 adopts a new filesystem layout for plugins (illustrated below).
    
    Terraform 0.12 and earlier
    `plugins-dir/terraform-provider-aws_v3.7.0`
    
    Terraform 0.13
    `plugins-dir/registry.terraform.io/hashicorp/aws/3.7.0/linux_amd64/terraform-provider-aws_v3.7.0`
    
    To support all packaged Terraform versions a shim is created at both locations.
    
    This approach was inspired by https://github.com/numtide/generate-terraform-provider-shim
    
    Terraform 0.13 provider documentation https://www.terraform.io/upgrade-guides/0-13.html#new-filesystem-layout-for-local-copies-of-providers
    
    layout terraform providers filesystem in withPlugins
    timstott committed Oct 8, 2020
    6
    Copy the full SHA
    cd1b594 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    b0a0ffb View commit details
    Browse the repository at this point in the history
  8. Merge pull request #99198 from timstott/terraform-013-compatible-prov…

    …iders
    
    terraform-providers: Terraform 0.13 compatibility
    zimbatm committed Oct 8, 2020
    1
    Copy the full SHA
    be6e9f1 View commit details
    Browse the repository at this point in the history