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

Update module aws/aws-sdk-go to v1.19.18 #8440

Merged
merged 1 commit into from
Apr 25, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 25, 2019

This PR contains the following updates:

Package Type Update Change References
github.com/aws/aws-sdk-go require patch v1.19.17 -> v1.19.18 source

Release Notes

aws/aws-sdk-go

v1.19.18

Compare Source

===

Service Client Updates
  • service/batch: Updates service documentation
    • Documentation updates for AWS Batch.
  • service/dynamodb: Updates service API and documentation
    • This update allows you to tag Amazon DynamoDB tables when you create them. Tags are labels you can attach to AWS resources to make them easier to manage, search, and filter.
  • aws/endpoints: Updated Regions and Endpoints metadata.
  • service/gamelift: Updates service API and documentation
    • This release introduces the new Realtime Servers feature, giving game developers a lightweight yet flexible solution that eliminates the need to build a fully custom game server. The AWS SDK updates provide support for scripts, which are used to configure and customize Realtime Servers.
  • service/inspector: Updates service API and documentation
    • AWS Inspector - Improve the ListFindings API response time and decreases the maximum number of agentIDs from 500 to 99.
  • service/lambda: Updates service API and documentation
    • AWS Lambda now supports the GetLayerVersionByArn API.
  • service/workspaces: Updates service documentation
    • Documentation updates for workspaces

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot added the dependencies Used to indicate dependency changes. label Apr 25, 2019
@ghost ghost added the size/XXL Managed by automation to categorize the size of a PR. label Apr 25, 2019
@bflad bflad added this to the v2.8.0 milestone Apr 25, 2019
Copy link
Contributor

@bflad bflad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Confirmed automatic region validation is working as expected once the AWS Region is enabled in the AWS Account as outlined in the annoucement blog post.

provider "aws" {
  region  = "ap-east-1"
  version = "2.7.0"
}

data "aws_availability_zones" "current" {}

output "availability_zones" {
  value = "${data.aws_availability_zones.current.names}"
}
# previously
$ terraform apply

Error: Error refreshing state: 1 error(s) occurred:

* provider.aws: Invalid AWS Region: ap-east-1

# overwrite with provider built from this PR
$ cp ~/go/bin/terraform-provider-aws .terraform/plugins/darwin_amd64/terraform-provider-aws_v2.7.0_x4; terraform init
...

$ terraform apply
data.aws_availability_zones.current: Refreshing state...

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:

availability_zones = [
    ap-east-1a,
    ap-east-1b,
    ap-east-1c
]

@bflad bflad merged commit 565cbd5 into master Apr 25, 2019
@bflad bflad deleted the renovate/git.luolix.top-aws-aws-sdk-go-1.x branch April 25, 2019 21:36
bflad added a commit that referenced this pull request Apr 25, 2019
bflad added a commit to hashicorp/terraform that referenced this pull request Apr 25, 2019
Enables automatic validation for the new `ap-east-1` region. See also: hashicorp/terraform-provider-aws#8440 (review)

Updated via:

```console
$ go get github.com/aws/aws-sdk-go@v1.19.18
$ go mod tidy
$ go mod vendor
```
@ghost
Copy link

ghost commented Mar 30, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Mar 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Used to indicate dependency changes. size/XXL Managed by automation to categorize the size of a PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants