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

bug 1766691: go.mod: bump terraform-provider-aws to v2.49.0 #3140

Merged
merged 3 commits into from Feb 21, 2020

Commits on Feb 19, 2020

  1. vendor: revendor terraform-provider-azurerm

    ```
    verifying github.com/openshift/terraform-provider-azurerm@v1.41.1-openshift: checksum mismatch
            downloaded: h1:5G0U2XoNchxl6VKJJYB6X0RTmDk0mWCoZ9jEt1F0S3I=
            sum.golang.org: h1:aTLUvsRLkMUJRaJBvO0ZV8ZrtP+sxMhD5vMyhIwNrWE=
    ```
    
    looks like the proxy and sum db for go modules had different version from actual source due to some force push on the repo.
    abhinavdahiya committed Feb 19, 2020
    Copy the full SHA
    5bdc2c1 View commit details
    Browse the repository at this point in the history
  2. go.mod: bump terraform-provider-aws to v2.49.0

    brings in fix for aws_record timeout [1] and other fixes mentioned in CHANGELOG [2]
    
    updated using
    
    ```
    go get github.com/terraform-providers/terraform-provider-aws@f0f304894df67616dfbd675bc9687a7db266ad41
    ```
    
    Using the tag failed with error
    ```
    go get github.com/terraform-providers/terraform-provider-aws@v2.49.0
    go: finding github.com/terraform-providers/terraform-provider-aws v2.49.0
    go: finding github.com/terraform-providers/terraform-provider-aws v2.49.0
    go get github.com/terraform-providers/terraform-provider-aws@v2.49.0: github.com/terraform-providers/terraform-provider-aws@v2.49.0: invalid version: module contains a go.mod file, so major version must be compatible: should be v0 or v1, not v2
    ```
    
    Also removes the indirect dependecy on `aws-iam-authenticator` because of [3]
    
    [1]: hashicorp/terraform-provider-aws#11895
    [2]: https://github.com/terraform-providers/terraform-provider-aws/blob/v2.49.0/CHANGELOG.md#2490-february-14-2020
    [3]: hashicorp/terraform-provider-aws#11822
    abhinavdahiya committed Feb 19, 2020
    Copy the full SHA
    fcd7bc4 View commit details
    Browse the repository at this point in the history
  3. vendor: bump

    abhinavdahiya committed Feb 19, 2020
    Copy the full SHA
    51784a3 View commit details
    Browse the repository at this point in the history