Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

chore(deps): update module aws/aws-sdk-go to v1.28.5 #151

Merged
merged 1 commit into from
Jan 19, 2020

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 10, 2019

This PR contains the following updates:

Package Type Update Change
github.com/aws/aws-sdk-go require minor v1.20.15 -> v1.28.5

Release Notes

aws/aws-sdk-go

v1.28.5

Compare Source

===

Service Client Updates
  • service/batch: Updates service documentation
    • This release ensures INACTIVE job definitions are permanently deleted after 180 days.
  • service/cloudhsmv2: Updates service API and documentation
    • This release introduces resource-level and tag-based access control for AWS CloudHSM resources. You can now tag CloudHSM backups, tag CloudHSM clusters on creation, and tag a backup as you copy it to another region.
  • service/ecs: Updates service API, documentation, and paginators
    • This release provides a public preview for specifying Amazon EFS file systems as volumes in your Amazon ECS task definitions.
  • service/mediaconvert: Updates service API and documentation
    • AWS Elemental MediaConvert SDK has added support for MP3 audio only outputs.
  • service/neptune: Updates service API and documentation
    • This release includes Deletion Protection for Amazon Neptune databases.
  • service/redshift: Updates service documentation
    • Documentation updates for redshift

v1.28.4

Compare Source

===

Service Client Updates
  • service/ds: Updates service API
    • To reduce the number of errors our customers are facing, we have modified the requirements of input parameters for two of Directory Service APIs.
  • service/ec2: Updates service API and documentation
    • Client VPN now supports Port Configuration for VPN Endpoints, allowing usage of either port 443 or port 1194.
  • service/sagemaker: Updates service API and documentation
    • This release adds two new APIs (UpdateWorkforce and DescribeWorkforce) to SageMaker Ground Truth service for workforce IP whitelisting.

v1.28.3

Compare Source

===

Service Client Updates
  • service/ec2: Updates service API and documentation
    • General Update to EC2 Docs and SDKs
  • service/organizations: Updates service documentation
    • Updated description for PolicyID parameter and ConstraintViolationException.
  • service/securityhub: Updates service API and documentation
  • service/ssm: Updates service documentation
    • Document updates for Patch Manager 'NoReboot' feature.
SDK Enhancements
  • service/s3/s3crypto: Added X-Ray support to encrypt/decrypt clients (#​2912)
    • Adds support for passing Context down to the crypto client's KMS client enabling tracing for tools like X-Ray, and metrics.

v1.28.2

Compare Source

===

Service Client Updates
  • service/ec2: Updates service API and documentation
    • This release adds support for partition placement groups and instance metadata option in Launch Templates

v1.28.1

Compare Source

===

Service Client Updates
  • service/backup: Updates service API, documentation, and paginators
  • service/ec2: Updates service documentation
    • Documentation updates for the StopInstances API. You can now stop and start an Amazon EBS-backed Spot Instance at will, instead of relying on the Stop interruption behavior to stop your Spot Instances when interrupted.
  • service/elasticfilesystem: Updates service API, documentation, and paginators
    • This release adds support for managing EFS file system policies and EFS Access Points.

v1.28.0

Compare Source

===

Service Client Updates
  • service/chime: Updates service API and documentation
    • Add shared profile support to new and existing users
  • service/ec2: Updates service API and documentation
    • This release introduces the ability to tag egress only internet gateways, local gateways, local gateway route tables, local gateway virtual interfaces, local gateway virtual interface groups, local gateway route table VPC association and local gateway route table virtual interface group association. You can use tags to organize and identify your resources for cost allocation.
  • service/rds: Updates service API and documentation
    • This release adds an operation that enables users to override the system-default SSL/TLS certificate for new Amazon RDS DB instances temporarily, or remove the customer override.
  • service/sagemaker: Updates service API and documentation
    • SageMaker ListTrialComponents API filter by TrialName and ExperimentName.
  • service/transfer: Updates service API and documentation
    • This release introduces a new endpoint type that allows you to attach Elastic IP addresses from your AWS account with your server's endpoint directly and whitelist access to your server by client's internet IP address(es) using VPC Security Groups.
  • service/workspaces: Updates service API and documentation
    • Added the migrate feature to Amazon WorkSpaces.
SDK Features
  • Add generated error types for JSONRPC and RESTJSON APIs
    • Adds generated error types for APIs using JSONRPC and RESTJSON protocols. This allows you to retrieve additional error metadata within an error message that was previously unavailable. For example, Amazon DynamoDB's TransactWriteItems operation can return a TransactionCanceledException continuing detailed CancellationReasons member. This data is now available by type asserting the error returned from the operation call to TransactionCanceledException type.
  • service/dynamodb/dynamodbattribute: Go 1.9+, Add caching of struct serialization (#​3070)
    • For Go 1.9 and above, adds struct field caching to the SDK's DynamoDB AttributeValue marshalers and unmarshalers. This significantly reduces time, and overall allocations of the (un)marshalers by caching the reflected structure's fields. This should improve the performance of applications using DynamoDB AttributeValue (un)marshalers.
SDK Bugs

v1.27.4

Compare Source

===

Service Client Updates
  • service/logs: Updates service documentation
    • Documentation updates for logs
  • service/sts: Updates service examples
    • Documentation updates for sts

v1.27.3

Compare Source

===

Service Client Updates
  • service/ce: Updates service documentation
  • service/fms: Updates service API and documentation
  • service/translate: Updates service API, documentation, and paginators

v1.27.2

Compare Source

===

Service Client Updates
  • service/AWSMigrationHub: Updates service API, documentation, and paginators
  • service/codebuild: Updates service API and documentation
    • Add encryption key override to StartBuild API in AWS CodeBuild.
  • service/xray: Updates service documentation
    • Documentation updates for xray
SDK Enhancements
  • aws: Add configuration option enable the SDK to unmarshal API response header maps to normalized lower case map keys. (#​3033)
    • Setting aws.Config.LowerCaseHeaderMaps to true will result in S3's X-Amz-Meta prefixed header to be unmarshaled to lower case Metadata member's map keys.
SDK Bugs
  • aws/ec2metadata : Reduces request timeout for EC2Metadata client along with maximum number of retries (#​3066)
    • Reduces latency while fetching response from EC2Metadata client running in a container to around 3 seconds
    • Fixes #​2972

v1.27.1

Compare Source

===

Service Client Updates
  • service/comprehend: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • This release supports service providers configuring a private DNS name for services other than AWS services and services available in the AWS marketplace. This feature allows consumers to access the service using an existing DNS name without making changes to their applications.
  • service/mediapackage: Updates service API and documentation
    • You can now restrict direct access to AWS Elemental MediaPackage by securing requests for live content using CDN authorization. With CDN authorization, content requests require a specific HTTP header and authorization code.
SDK Bugs
  • aws/session: Fix client init not exposing endpoint resolve error (#​3059)
    • Fixes the SDK API clients not surfacing endpoint resolution errors, when the EndpointResolver is unable to resolve an endpoint for the client and region.

v1.27.0

Compare Source

===

Service Client Updates
  • service/ce: Updates service documentation
  • service/ecr: Updates service waiters
    • Adds waiters for ImageScanComplete and LifecyclePolicyPreviewComplete
  • service/lex-models: Updates service documentation
  • service/lightsail: Updates service API and documentation
    • This release adds support for Certificate Authority (CA) certificate identifier to managed databases in Amazon Lightsail.
SDK Features
  • services/transcribestreamingservice: Support for Amazon Transcribe Streaming (#​3048)

v1.26.8

Compare Source

===

Service Client Updates
  • service/detective: Updates service documentation
  • service/fsx: Updates service API, documentation, and paginators
  • service/health: Updates service API, documentation, and paginators

v1.26.7

Compare Source

===

Service Client Updates
  • service/devicefarm: Updates service API, documentation, and paginators
    • Introduced browser testing support through AWS Device Farm
  • service/ec2: Updates service API and documentation
    • This release introduces the ability to tag key pairs, placement groups, export tasks, import image tasks, import snapshot tasks and export image tasks. You can use tags to organize and identify your resources for cost allocation.
  • service/eks: Updates service API and documentation
  • service/pinpoint: Updates service API and documentation
    • This release of the Amazon Pinpoint API introduces versioning support for message templates.
  • service/rds: Updates service API and documentation
    • This release adds an operation that enables users to specify whether a database is restarted when its SSL/TLS certificate is rotated. Only customers who do not use SSL/TLS should use this operation.
  • service/redshift: Updates service documentation
    • Documentation updates for Amazon Redshift RA3 node types.
  • service/securityhub: Updates service API and documentation
  • service/ssm: Updates service API and documentation
    • This release updates the attachments support to include AttachmentReference source for Automation documents.
  • service/transcribe: Updates service API, documentation, and paginators

v1.26.6

Compare Source

===

Service Client Updates
  • service/codestar-connections: Adds new service
  • service/dlm: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • We are updating the supportedRootDevices field to supportedRootDeviceTypes for DescribeInstanceTypes API to ensure that the actual value is returned, correcting a previous error in the model.
  • service/gamelift: Updates service API and documentation
    • Amazon GameLift now supports ARNs for all key GameLift resources, tagging for GameLift resource authorization management, and updated documentation that articulates GameLift's resource authorization strategy.
  • service/lex-models: Updates service API and documentation
  • service/personalize-runtime: Updates service API and documentation
  • service/ssm: Updates service API and documentation
    • This release allows customers to add tags to Automation execution, enabling them to sort and filter executions in different ways, such as by resource, purpose, owner, or environment.
  • service/transcribe: Updates service API and documentation

v1.26.5

Compare Source

===

Service Client Updates
  • service/cloudfront: Updates service documentation
    • Documentation updates for CloudFront
  • service/ec2: Updates service API and documentation
    • This release introduces the ability to tag Elastic Graphics accelerators. You can use tags to organize and identify your accelerators for cost allocation.
  • service/opsworkscm: Updates service API and documentation
    • AWS OpsWorks CM now supports tagging, and tag-based access control, of servers and backups.
  • service/resourcegroupstaggingapi: Updates service documentation
    • Documentation updates for resourcegroupstaggingapi
  • service/s3: Updates service documentation
    • Updates Amazon S3 endpoints allowing you to configure your client to opt-in to using S3 with the us-east-1 regional endpoint, instead of global.
SDK Bugs
  • aws/request: Fix shouldRetry behavior for nested errors (#​3017)

v1.26.4

Compare Source

===

Service Client Updates
  • service/ec2: Updates service documentation
    • Documentation updates for Amazon EC2
  • service/ecs: Updates service documentation
    • Documentation updates for Amazon ECS.
  • service/iot: Updates service API and documentation
    • Added a new Over-the-Air (OTA) Update feature that allows you to use different, or multiple, protocols to transfer an image from the AWS cloud to IoT devices.
  • service/kinesisanalyticsv2: Updates service API
  • service/medialive: Updates service API and documentation
    • AWS Elemental MediaLive now supports HLS ID3 segment tagging, HLS redundant manifests for CDNs that support different publishing/viewing endpoints, fragmented MP4 (fMP4), and frame capture intervals specified in milliseconds.
  • service/ssm: Updates service API and documentation
    • Added support for Cloud Watch Output and Document Version to the Run Command tasks in Maintenance Windows.

v1.26.3

Compare Source

===

Service Client Updates
  • service/comprehendmedical: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • You can now configure your EC2 Fleet to preferentially use EC2 Capacity Reservations for launching On-Demand instances, enabling you to fully utilize the available (and unused) Capacity Reservations before launching On-Demand instances on net new capacity.
  • service/mq: Updates service API and documentation
    • Amazon MQ now supports throughput-optimized message brokers, backed by Amazon EBS.

v1.26.2

Compare Source

===

Service Client Updates
  • service/codebuild: Updates service API and documentation
    • CodeBuild adds support for cross account
  • service/detective: Adds new service
  • service/sesv2: Updates service API and documentation

v1.26.1

Compare Source

===

Service Client Updates
  • service/accessanalyzer: Updates service API and documentation
SDK Bugs
  • service/s3/s3crypto: Fixes a bug where gcmEncryptReader and gcmDecryptReader would return an invalid number of bytes as having been read. (#​3005)

v1.26.0

Compare Source

===

Service Client Updates
  • service/ec2: Updates service API and documentation
    • This release allows customers to attach multiple Elastic Inference Accelerators to a single EC2 instance. It adds support for a Count parameter for each Elastic Inference Accelerator type you specify on the RunInstances and LaunchTemplate APIs.
SDK Features
SDK Enhancements
  • aws/request: Adds ThrottledException to the list of retryable request exceptions (#​3006)

v1.25.50

Compare Source

===

Service Client Updates
  • service/kendra: Updates service API and documentation
      1. Adding DocumentTitleFieldName as an optional configuration for SharePoint. 2. updating s3 object pattern to support all s3 keys.

v1.25.49

Compare Source

===

Service Client Updates
  • service/kafka: Updates service API and documentation
  • service/kms: Updates service API and documentation
    • The Verify operation now returns KMSInvalidSignatureException on invalid signatures. The Sign and Verify operations now return KMSInvalidStateException when a request is made against a CMK pending deletion.
  • service/quicksight: Updates service documentation
    • Documentation updates for QuickSight
  • service/ssm: Updates service API and documentation
    • Adds the SSM GetCalendarState API and ChangeCalendar SSM Document type. These features enable the forthcoming Systems Manager Change Calendar feature, which will allow you to schedule events during which actions should (or should not) be performed.
SDK Bugs
  • service/s3: Fix SDK support for Accesspoint ARNs with slash in resource (#​3001)
    • Fixes the SDK's handling of S3 Accesspoint ARNs to correctly parse ARNs with slashes in the resource component as valid. Previously the SDK's ARN parsing incorrectly identify ARN resources with slash delimiters as invalid ARNs.

v1.25.48

Compare Source

===

Service Client Updates
  • service/apigatewayv2: Updates service API and documentation
    • Amazon API Gateway now supports HTTP APIs (beta), enabling customers to quickly build high performance RESTful APIs that are up to 71% cheaper than REST APIs also available from API Gateway. HTTP APIs are optimized for building APIs that proxy to AWS Lambda functions or HTTP backends, making them ideal for serverless workloads. Using HTTP APIs, you can secure your APIs using OIDC and OAuth 2 out of box, quickly build web applications using a simple CORS experience, and get started immediately with automatic deployment and simple create workflows.
  • service/kinesis-video-signaling: Adds new service
  • service/kinesisvideo: Updates service API, documentation, and paginators
    • Introduces management of signaling channels for Kinesis Video Streams.

v1.25.47

Compare Source

===

Service Client Updates
  • service/application-autoscaling: Updates service API and documentation
  • service/ebs: Adds new service
  • service/lambda: Updates service API, documentation, and paginators
      • Added the ProvisionedConcurrency type and operations. Allocate provisioned concurrency to enable your function to scale up without fluctuations in latency. Use PutProvisionedConcurrencyConfig to configure provisioned concurrency on a version of a function, or on an alias.
  • service/rds: Updates service API, documentation, and paginators
    • This release adds support for the Amazon RDS Proxy
  • service/rekognition: Updates service API, documentation, waiters, and paginators
    • This SDK Release introduces APIs for Amazon Rekognition Custom Labels feature (CreateProjects, CreateProjectVersion,DescribeProjects, DescribeProjectVersions, StartProjectVersion, StopProjectVersion and DetectCustomLabels). Also new is AugmentedAI (Human In The Loop) Support for DetectModerationLabels in Amazon Rekognition.
  • service/sagemaker: Updates service API, documentation, waiters, and paginators
    • You can now use SageMaker Autopilot for automatically training and tuning candidate models using a combination of various feature engineering, ML algorithms, and hyperparameters determined from the user's input data. SageMaker Automatic Model Tuning now supports tuning across multiple algorithms. With Amazon SageMaker Experiments users can create Experiments, ExperimentTrials, and ExperimentTrialComponents to track, organize, and evaluate their ML training jobs. With Amazon SageMaker Debugger, users can easily debug training jobs using a number of pre-built rules provided by Amazon SageMaker, or build custom rules. With Amazon SageMaker Processing, users can run on-demand, distributed, and fully managed jobs for data pre- or post- processing or model evaluation. With Amazon SageMaker Model Monitor, a user can create MonitoringSchedules to automatically monitor endpoints to detect data drift and other issues and get alerted on them. This release also includes the preview version of Amazon SageMaker Studio with Domains, UserProfiles, and Apps. This release also includes the preview version of Amazon Augmented AI to easily implement human review of machine learning predictions by creating FlowDefinitions, HumanTaskUis, and HumanLoops.
  • service/states: Updates service API and documentation
    • This release of the AWS Step Functions SDK introduces support for Express Workflows.

v1.25.46

Compare Source

===

Service Client Updates
  • service/codeguru-reviewer: Adds new service
  • service/codeguruprofiler: Adds new service
  • service/compute-optimizer: Adds new service
  • service/ec2: Updates service API and documentation
    • This release adds support for the following features: 1. An option to enable acceleration for Site-to-Site VPN connections, to improve connection performance by leveraging AWS Global Accelerator; 2. Inf1 instances featuring up to 16 AWS Inferentia chips, custom-built for ML inference applications to deliver low latency and high throughput performance. Use Inf1 instances to run high scale ML inference applications such as image recognition, speech recognition, natural language processing, personalization, and fraud detection at the lowest cost in the cloud. Inf1 instances will soon be available for use with Amazon SageMaker, Amazon EKS and Amazon ECS. To get started, see https://aws.amazon.com/ec2/instance-types/Inf1; 3. The ability to associate route tables with internet gateways and virtual private gateways, and define routes to insert network and security virtual appliances in the path of inbound and outbound traffic. For more information on Amazon VPC Ingress Routing, see https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html#gateway-route-table; 4. AWS Local Zones that place compute, storage, database, and other select services closer to you for applications that require very low latency to your end-users. AWS Local Zones also allow you to seamlessly connect to the full range of services in the AWS Region through the same APIs and tool sets; 5. Launching and viewing EC2 instances and EBS volumes running locally in Outposts. This release also introduces a new local gateway (LGW) with Outposts to enable connectivity between Outposts and local on-premises networks as well as the internet; 6. Peering Transit Gateways between regions simplifying creation of secure and private global networks on AWS; 7. Transit Gateway Multicast, enabling multicast routing within and between VPCs using Transit Gateway as a multicast router.
  • service/ecs: Updates service API, documentation, and paginators
    • This release supports ECS Capacity Providers, Fargate Spot, and ECS Cluster Auto Scaling. These features enable new ways for ECS to manage compute capacity used by tasks.
  • service/eks: Updates service API, documentation, and paginators
  • service/es: Updates service API and documentation
    • UltraWarm storage provides a cost-effective way to store large amounts of read-only data on Amazon Elasticsearch Service. Rather than attached storage, UltraWarm nodes use Amazon S3 and a sophisticated caching solution to improve performance. For indices that you are not actively writing to and query less frequently, UltraWarm storage offers significantly lower costs per GiB. In Elasticsearch, these warm indices behave just like any other index. You can query them using the same APIs or use them to create dashboards in Kibana.
  • service/frauddetector: Adds new service
  • service/kendra: Adds new service
    • It is a preview launch of Amazon Kendra. Amazon Kendra is a managed, highly accurate and easy to use enterprise search service that is powered by machine learning.
  • service/networkmanager: Adds new service
  • service/outposts: Adds new service
  • service/s3: Updates service documentation and examples
    • Amazon S3 Access Points is a new S3 feature that simplifies managing data access at scale for shared data sets on Amazon S3. Access Points provide a customizable way to access the objects in a bucket, with a unique hostname and access policy that enforces the specific permissions and network controls for any request made through the access point. This represents a new way of provisioning access to shared data sets.
  • service/s3control: Updates service documentation
    • Amazon S3 Access Points is a new S3 feature that simplifies managing data access at scale for shared data sets on Amazon S3. Access Points provide a customizable way to access the objects in a bucket, with a unique hostname and access policy that enforces the specific permissions and network controls for any request made through the access point. This represents a new way of provisioning access to shared data sets.
  • service/sagemaker-a2i-runtime: Adds new service
  • service/textract: Updates service API and documentation
SDK Enhancements
  • service/s3: Add support for Access Point resources
    • Adds support for using Access Point resource with Amazon S3 API operation calls. The Access Point resource are identified by an Amazon Resource Name (ARN).
    • To make operation calls to an S3 Access Point instead of a S3 Bucket, provide the Access Point ARN string as the value of the Bucket parameter. You can create an Access Point for your bucket with the Amazon S3 Control API. The Access Point ARN can be obtained from the S3 Control API. You should avoid building the ARN directly.

v1.25.45

Compare Source

===

Service Client Updates
  • service/accessanalyzer: Adds new service

v1.25.44

Compare Source

===

Service Client Updates
  • service/ec2: Updates service API and documentation
    • AWS now provides a new BYOL experience for software licenses, such as Windows and SQL Server, that require a dedicated physical server. You can now enjoy the flexibility and cost effectiveness of using your own licenses on Amazon EC2 Dedicated Hosts, but with the simplicity, resiliency, and elasticity of AWS. You can specify your Dedicated Host management preferences, such as host allocation, host capacity utilization, and instance placement in AWS License Manager. Once set up, AWS takes care of these administrative tasks on your behalf, so that you can seamlessly launch virtual machines (instances) on Dedicated Hosts just like you would launch an EC2 instance with AWS provided licenses.
  • service/imagebuilder: Adds new service
  • service/license-manager: Updates service API and documentation
  • service/schemas: Adds new service

v1.25.43

Compare Source

===

Service Client Updates
  • service/cognito-idp: Updates service API and documentation
  • service/ds: Updates service API and documentation
    • This release will introduce optional encryption over LDAP network traffic using SSL certificates between customer's self-managed AD and AWS Directory Services instances. The release also provides APIs for Certificate management.
  • service/dynamodb: Updates service API, documentation, and paginators
      1. Amazon Contributor Insights for Amazon DynamoDB is a diagnostic tool for identifying frequently accessed keys and understanding database traffic trends. 2) Support for displaying new fields when a table's encryption state is Inaccessible or the table have been Archived.
  • service/elastic-inference: Adds new service
  • service/mediatailor: Updates service API and documentation
  • service/organizations: Updates service API and documentation
    • Introduces the DescribeEffectivePolicy action, which returns the contents of the policy that's in effect for the account.
  • service/quicksight: Updates service documentation
    • Documentation updates for QuickSight
  • service/rds-data: Updates service API and documentation
  • service/resourcegroupstaggingapi: Updates service API, documentation, and paginators
    • You can use tag policies to help standardize on tags across your organization's resources.
  • service/serverlessrepo: Updates service API and documentation
  • service/workspaces: Updates service API and documentation
    • For the WorkspaceBundle API, added the image identifier and the time of the last update.

v1.25.42

Compare Source

===

Service Client Updates
  • service/alexaforbusiness: Updates service API and documentation
  • service/appconfig: Adds new service
  • service/application-autoscaling: Updates service API and documentation
  • service/application-insights: Updates service API, documentation, and paginators
  • service/athena: Updates service API and documentation
    • This release adds additional query lifecycle metrics to the QueryExecutionStatistics object in GetQueryExecution response.
  • service/ce: Updates service API and documentation
  • service/codebuild: Updates service API and documentation
    • CodeBuild adds support for test reporting
  • service/cognito-idp: Updates service API
  • service/comprehend: Updates service API and documentation
  • service/dlm: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • This release adds two new APIs: 1. ModifyDefaultCreditSpecification, which allows you to set default credit specification at the account level per AWS Region, per burstable performance instance family, so that all new burstable performance instances in the account launch using the new default credit specification. 2. GetDefaultCreditSpecification, which allows you to get current default credit specification per AWS Region, per burstable performance instance family. This release also adds new client exceptions for StartInstances and StopInstances.
  • service/elasticloadbalancingv2: Updates service API and documentation
  • service/greengrass: Updates service API and documentation
    • IoT Greengrass supports machine learning resources in 'No container' mode.
  • service/iot: Updates service API and documentation
    • This release adds: 1) APIs for fleet provisioning claim and template, 2) endpoint configuration and custom domains, 3) support for enhanced custom authentication, d) support for 4 additional audit checks: Device and CA certificate key quality checks, IoT role alias over-permissive check and IoT role alias access to unused services check, 5) extended capability of AWS IoT Rules Engine to support IoT SiteWise rule action. The IoT SiteWise rule action lets you send messages from IoT sensors and applications to IoT SiteWise asset properties
  • service/iotsecuretunneling: Adds new service
  • service/kinesisanalyticsv2: Updates service API and documentation
  • service/kms: Updates service API and documentation
    • AWS Key Management Service (KMS) now enables creation and use of asymmetric Customer Master Keys (CMKs) and the generation of asymmetric data key pairs.
  • service/lambda: Updates service API, documentation, waiters, and paginators
    • Added the function state and update status to the output of GetFunctionConfiguration and other actions. Check the state information to ensure that a function is ready before you perform operations on it. Functions take time to become ready when you connect them to a VPC.Added the EventInvokeConfig type and operations to configure error handling options for asynchronous invocation. Use PutFunctionEventInvokeConfig to configure the number of retries and the maximum age of events when you invoke the function asynchronously.Added on-failure and on-success destination settings for asynchronous invocation. Configure destinations to send an invocation record to an SNS topic, an SQS queue, an EventBridge event bus, or a Lambda function.Added error handling options to event source mappings. This enables you to configure the number of retries, configure the maximum age of records, or retry with smaller batches when an error occurs when a function processes a Kinesis or DynamoDB stream.Added the on-failure destination setting to event source mappings. This enables you to send discarded events to an SNS topic or SQS queue when all retries fail or when the maximum record age is exceeded when a function processes a Kinesis or DynamoDB stream.Added the ParallelizationFactor option to event source mappings to increase concurrency per shard when a function processes a Kinesis or DynamoDB stream.
  • service/mediaconvert: Updates service API and documentation
    • AWS Elemental MediaConvert SDK has added support for 8K outputs and support for QuickTime Animation Codec (RLE) inputs.
  • service/medialive: Updates service API, documentation, waiters, and paginators
    • AWS Elemental MediaLive now supports the ability to create a multiple program transport stream (MPTS).
  • service/mediapackage-vod: Updates service API and documentation
  • service/monitoring: Updates service API, documentation, and paginators
    • This release adds a new feature called "Contributor Insights". "Contributor Insights" supports the following 6 new APIs (PutInsightRule, DeleteInsightRules, EnableInsightRules, DisableInsightRules, DescribeInsightRules and GetInsightRuleReport).
  • service/ram: Updates service API and documentation
  • service/rds: Updates service API and documentation
    • Cluster Endpoints can now be tagged by using --tags in the create-db-cluster-endpoint API
  • service/redshift: Updates service API, documentation, and paginators
    • This release contains changes for 1. Redshift Scheduler 2. Update to the DescribeNodeConfigurationOptions to include a new action type recommend-node-config
  • service/runtime.lex: Updates service API and documentation
  • service/sesv2: Updates service API, documentation, and paginators
  • service/ssm: Updates service API and documentation
    • AWS Systems Manager Documents now supports more Document Types: ApplicationConfiguration, ApplicationConfigurationSchema and DeploymentStrategy. This release also extends Document Permissions capabilities and introduces a new Force flag for DeleteDocument API.
SDK Enhancements
  • aws/credentials/processcreds: Increase the default max buffer size (#​2957)

v1.25.41

Compare Source

===

Service Client Updates
  • service/acm: Updates service API and documentation
    • This release adds support for Tag-Based IAM for AWS Certificate Manager and adding tags to certificates upon creation.
  • service/application-autoscaling: Updates service API
  • service/autoscaling-plans: Updates service API
  • service/codebuild: Updates service API and documentation
    • Add Canonical ARN to LogsLocation.
  • service/ec2: Updates service API and documentation
    • This release adds two new APIs (DescribeInstanceTypes and DescribeInstanceTypeOfferings) that give customers access to instance type attributes and regional and zonal offerings.
  • service/elasticmapreduce: Updates service API and documentation
    • Amazon EMR adds support for concurrent step execution and cancelling running steps. Amazon EMR has added a new Outpost ARN field in the ListCluster and DescribeCluster API responses that is populated for clusters launched in an AWS Outpost subnet.
  • service/forecast: Updates service API and documentation
  • service/mediapackage-vod: Updates service API and documentation
  • service/rekognition: Updates service API and documentation
    • This release adds enhanced face filtering support to the IndexFaces API operation, and introduces face filtering for CompareFaces and SearchFacesByImage API operations.
  • service/sns: Updates service documentation
    • Added documentation for the dead-letter queue feature.
  • service/ssm: Updates service API and documentation
    • Add RebootOption and LastNoRebootInstallOperationTime for DescribeInstancePatchStates and DescribeInstancePatchStatesForPatchGroup API
  • service/sts: Updates service API, documentation, and examples
    • Support tagging for STS sessions and tag based access control for the STS APIs
SDK Bugs
  • aws/ec2metadata: Fix failing concurrency test for ec2metadata client (#​2960)
    • Fixes a resource leak in ec2metadata client, where response body was not closed after reading

v1.25.40

Compare Source

===

Service Client Updates
  • service/amplify: Updates service API and documentation
  • service/appsync: Updates service API and documentation
  • service/config: Updates service API and documentation
  • service/connect: Updates service API and documentation
  • service/connectparticipant: Adds new service
  • service/dynamodb: Updates service API and documentation
    • With this release, you can convert an existing Amazon DynamoDB table to a global table by adding replicas in other AWS Regions.
  • service/ec2: Updates service API and documentation
    • This release adds support for attaching AWS License Manager Configurations to Amazon Machine Image (AMI) using ImportImage API; and adds support for running different instance sizes on EC2 Dedicated Hosts
  • service/glue: Updates service API and documentation
    • This release adds support for Glue 1.0 compatible ML Transforms.
  • service/lex-models: Updates service API and documentation
  • service/meteringmarketplace: Updates service documentation
    • Documentation updates for the AWS Marketplace Metering Service.
  • service/runtime.lex: Updates service API and documentation
  • service/ssm: Updates service API and documentation
    • The release contains new API and API changes for AWS Systems Manager Explorer product.
  • service/transcribe: Updates service API

v1.25.39

Compare Source

===

Service Client Updates
  • service/AWSMigrationHub: Updates service API, documentation, and paginators
  • service/chime: Updates service API, documentation, and paginators
    • Adds APIs to create and manage meeting session resources for the Amazon Chime SDK
  • service/cloudtrail: Updates service API and documentation
      1. This release adds two new APIs, GetInsightSelectors and PutInsightSelectors, which let you configure CloudTrail Insights event delivery on a trail. An Insights event is a new type of event that is generated when CloudTrail detects unusual activity in your AWS account. In this release, only "ApiCallRateInsight" is a supported Insights event type. 2. This release also adds the new "ExcludeManagementEventSource" option to the existing PutEventSelectors API. This field currently supports only AWS Key Management Services.
  • service/codecommit: Updates service API, documentation, and paginators
    • This release adds support for creating pull request approval rules and pull request approval rule templates in AWS CodeCommit. This allows developers to block merges of pull requests, contingent on the approval rules being satisfiied.
  • service/datasync: Updates service API and documentation
  • service/discovery: Updates service API and documentation
    • New exception type for use with Migration Hub home region
  • service/dlm: Updates service API and documentation
  • service/ec2: Updates service API, documentation, waiters, and paginators
    • This release of Amazon Elastic Compute Cloud (Amazon EC2) introduces support for Amazon Elastic Block Store (Amazon EBS) fast snapshot restores.
  • service/ecs: Updates service API and documentation
    • Added support for CPU and memory task-level overrides on the RunTask and StartTask APIs. Added location information to Tasks.
  • service/firehose: Updates service API and documentation
  • service/fsx: Updates service API and documentation
  • service/mediastore: Updates service API and documentation
    • This release fixes a broken link in the SDK documentation.
  • service/migrationhub-config: Adds new service
  • service/quicksight: Updates service API, documentation, and paginators
    • Amazon QuickSight now supports programmatic creation and management of data sources, data sets, dashboards and templates with new APIs. Templates hold dashboard metadata, and can be used to create copies connected to the same or different dataset as required. Also included in this release are APIs for SPICE ingestions, fine-grained access control over AWS resources using AWS Identity and Access Management (IAM) policies, as well AWS tagging. APIs are supported for both Standard and Enterprise Edition, with edition-specific support for specific functionality.
  • service/s3: Updates service API and documentation
    • This release introduces support for Amazon S3 Replication Time Control, a new feature of S3 Replication that provides a predictable replication time backed by a Service Level Agreement. S3 Replication Time Control helps customers meet compliance or business requirements for data replication, and provides visibility into the replication process with new Amazon CloudWatch Metrics.
  • service/storagegateway: Updates service API and documentation
    • The new DescribeAvailabilityMonitorTest API provides the results of the most recent High Availability monitoring test. The new StartAvailabilityMonitorTest API verifies the storage gateway is configured for High Availability monitoring. The new ActiveDirectoryStatus response element has been added to the DescribeSMBSettings and JoinDomain APIs to indicate the status of the gateway after the most recent JoinDomain operation. The new TimeoutInSeconds parameter of the JoinDomain API allows for the configuration of the timeout in which the JoinDomain operation must complete.
  • service/transcribe: Updates service API and documentation

v1.25.38

Compare Source

===

Service Client Updates
  • service/autoscaling: Updates service API and documentation
    • Amazon EC2 Auto Scaling now supports Instance Weighting and Max Instance Lifetime. Instance Weighting allows specifying the capacity units for each instance type included in the MixedInstancesPolicy and how they would contribute to your application's performance. Max Instance Lifetime allows specifying the maximum length of time that an instance can be in service. If any instances are approaching this limit, Amazon EC2 Auto Scaling gradually replaces them.
  • service/cloudformation: Updates service API and documentation
    • This release of AWS CloudFormation StackSets enables users to detect drift on a stack set and the stack instances that belong to that stack set.
  • service/codebuild: Updates service API and documentation
    • Add support for ARM and GPU-enhanced build environments and a new SSD-backed Linux compute type with additional CPU and memory in CodeBuild
  • service/config: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • This release adds support for RunInstances to specify the metadata options for new instances; adds a new API, ModifyInstanceMetadataOptions, which lets you modify the metadata options for a running or stopped instance; and adds support for CreateCustomerGateway to specify a device name.
  • service/elasticloadbalancingv2: Updates service API and documentation
  • service/iam: Updates service API, documentation, and examples
    • IAM reports the timestamp when a role's credentials were last used to make an AWS request. This helps you identify unused roles and remove them confidently from your AWS accounts.
  • service/iot: Updates service API and documentation
    • As part of this release, we are extending the capability of AWS IoT Rules Engine to send messages directly to customer's own web services/applications. Customers can now create topic rules with HTTP actions to route messages from IoT Core directly to URL's that they own. Ownership is proved by creating and confirming topic rule destinations.
  • service/lambda: Updates service API
    • This release provides three new runtimes to support Node.js 12 (initially 12.13.0), Python 3.8 and Java 11.
SDK Enhancements
  • aws/ec2metadata: Adds support for EC2Metadata client to use secure tokens provided by the IMDS (#​2958)
    • Modifies and adds tests to verify the behavior of the EC2Metadata client.

v1.25.37

Compare Source

===

Service Client Updates
  • service/ce: Updates service API and documentation
  • service/cloudformation: Updates service API, documentation, waiters, and paginators
    • This release introduces APIs for the CloudFormation Registry, a new service to submit and discover resource providers with which you can manage third-party resources natively in CloudFormation.
  • service/pinpoint: Updates service API and documentation
    • This release of the Amazon Pinpoint API introduces support for using and managing message templates for messages that are sent through the voice channel. It also introduces support for specifying default values for message variables in message templates.
  • service/rds: Updates service documentation
    • Documentation updates for rds
  • service/runtime.sagemaker: Updates service API and documentation
  • service/s3: Updates service API, documentation, and examples
    • Added support for S3 Replication for existing objects. This release allows customers who have requested and been granted access to replicate existing S3 objects across buckets.
  • service/sagemaker: Updates service API and documentation
    • Amazon SageMaker now supports multi-model endpoints to host multiple models on an endpoint using a single inference container.
  • service/ssm: Updates service API and documentation
    • The release contains new API and API changes for AWS Systems Manager Explorer product.

v1.25.36

Compare Source

===

Service Client Updates
  • service/chime: Updates service API, documentation, and paginators
    • This release adds support for Chime Room Management APIs
  • service/cognito-idp: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • You can now add tags while copying snapshots. Previously, a user had to first copy the snapshot and then add tags to the copied snapshot manually. Moving forward, you can specify the list of tags you wish to be applied to the copied snapshot as a parameter on the Copy Snapshot API.
  • service/eks: Updates service API, documentation, waiters, paginators, and examples
  • service/elasticloadbalancingv2: Updates service documentation
  • service/elasticmapreduce: Updates service API and documentation
    • Access to the cluster ARN makes it easier for you to author resource-level permissions policies in AWS Identity and Access Management. To simplify the process of obtaining the cluster ARN, Amazon EMR has added a new field containing the cluster ARN to all API responses that include the cluster ID.
  • service/guardduty: Updates service API, documentation, and paginators
    • This release includes new operations related to findings export, including: CreatePublishingDestination, UpdatePublishingDestination, DescribePublishingDestination, DeletePublishingDestination and ListPublishingDestinations.
  • service/logs: Updates service documentation
    • Documentation updates for logs
  • service/mediaconvert: Updates service API and documentation
    • AWS Elemental MediaConvert SDK has added support for DolbyVision encoding, and SCTE35 & ESAM insertion to DASH ISO EMSG.
  • service/ssm: Updates service documentation
    • This release updates AWS Systems Manager Parameter Store documentation for the enhanced search capability.
  • service/workspaces: Updates service API and documentation
    • Added APIs to register your directories with Amazon WorkSpaces and to modify directory details.

v1.25.35

Compare Source

===

Service Client Updates
  • service/cognito-idp: Updates service API and documentation
  • service/connect: Updates service API and documentation
  • service/meteringmarketplace: Updates service API and documentation
    • Added CustomerNotEntitledException in MeterUsage API for Container use case.
  • service/personalize: Updates service API, documentation, and paginators
  • service/ssm: Updates service API and documentation
    • Updates support for adding attachments to Systems Manager Automation documents
SDK Enhancements
  • aws/endpoints: Add support for regional S3 us-east-1 endpoint
    • Adds support for S3 configuring an SDK Amazon S3 client for the regional us-east-1 endpoint instead of the default global S3 endpoint.
    • Adds a new configuration option, S3UsEast1RegionalEndpoint which when set to RegionalS3UsEast1Endpoint, and region is us-east-1 the S3 client will resolve the us-east-1 regional endpoint, s3.us-east-1.amazonaws.com instead of the global S3 endpoint, s3.amazonaws.com. The SDK defaults to the current global S3 endpoint resolution for backwards compatibility.
    • Opt-in to the us-east-1 regional endpoint via the SDK's Config, environment variable, AWS_S3_US_EAST_1_REGIONAL_ENDPOINT=regional, or shared config option, s3_us_east_1_regional_endpoint=regional.
    • Note the SDK does not support the shared configuration file by default. You must opt-in to that behavior via Session Option SharedConfigState, or AWS_SDK_LOAD_CONFIG=true environment variable.

v1.25.34

Compare Source

===

Service Client Updates
  • service/cloudsearch: Updates service API, documentation, paginators, and examples
    • Amazon CloudSearch domains let you require that all traffic to the domain arrive over HTTPS. This security feature helps you block clients that send unencrypted requests to the domain.
  • service/dataexchange: Adds new service
  • service/dlm: Updates service API and documentation
  • service/iot: Updates service API and documentation
    • This release adds the custom fields definition support in the index definition for AWS IoT Fleet Indexing Service. Custom fields can be used as an aggregation field to run aggregations with both existing GetStatistics API and newly added GetCardinality, GetPercentiles APIs. GetStatistics will return all statistics (min/max/sum/avg/count...) with this release. For more information, please refer to our latest documentation: https://docs.aws.amazon.com/iot/latest/developerguide/iot-indexing.html
  • service/sesv2: Adds new service
SDK Enhancements
  • R

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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/git.colasdn.top-aws-aws-sdk-go-1.x branch from 2092f79 to a6286ea Compare October 11, 2019 19:32
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.25.10 Update module aws/aws-sdk-go to v1.25.11 Oct 11, 2019
@renovate renovate bot force-pushed the renovate/git.colasdn.top-aws-aws-sdk-go-1.x branch from a6286ea to cf6cb63 Compare October 14, 2019 18:54
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.25.11 Update module aws/aws-sdk-go to v1.25.12 Oct 14, 2019
@renovate renovate bot force-pushed the renovate/git.colasdn.top-aws-aws-sdk-go-1.x branch from cf6cb63 to 3da5bff Compare October 15, 2019 18:35
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.25.12 Update module aws/aws-sdk-go to v1.25.13 Oct 15, 2019
@renovate renovate bot force-pushed the renovate/git.colasdn.top-aws-aws-sdk-go-1.x branch from 3da5bff to 7a441d2 Compare October 16, 2019 19:00
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.25.13 Update module aws/aws-sdk-go to v1.25.14 Oct 16, 2019
@renovate renovate bot force-pushed the renovate/git.colasdn.top-aws-aws-sdk-go-1.x branch from 7a441d2 to 545c955 Compare October 17, 2019 18:58
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.25.14 Update module aws/aws-sdk-go to v1.25.15 Oct 17, 2019
@renovate renovate bot force-pushed the renovate/git.colasdn.top-aws-aws-sdk-go-1.x branch from 545c955 to ddab59d Compare October 18, 2019 19:48
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.25.15 Update module aws/aws-sdk-go to v1.25.16 Oct 18, 2019
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.25.16 chore(deps): update module aws/aws-sdk-go to v1.25.16 Oct 22, 2019
@renovate renovate bot force-pushed the renovate/git.colasdn.top-aws-aws-sdk-go-1.x branch from ddab59d to 907a3a9 Compare October 22, 2019 19:54
@renovate renovate bot changed the title chore(deps): update module aws/aws-sdk-go to v1.25.16 chore(deps): update module aws/aws-sdk-go to v1.25.17 Oct 22, 2019
@renovate renovate bot force-pushed the renovate/git.colasdn.top-aws-aws-sdk-go-1.x branch from 907a3a9 to daf33d8 Compare October 23, 2019 18:33
@renovate renovate bot changed the title chore(deps): update module aws/aws-sdk-go to v1.25.17 chore(deps): update module aws/aws-sdk-go to v1.25.18 Oct 23, 2019
@renovate renovate bot force-pushed the renovate/git.colasdn.top-aws-aws-sdk-go-1.x branch from daf33d8 to 43d5113 Compare October 24, 2019 19:51
@renovate renovate bot changed the title chore(deps): update module aws/aws-sdk-go to v1.25.18 chore(deps): update module aws/aws-sdk-go to v1.25.19 Oct 24, 2019
@renovate renovate bot force-pushed the renovate/git.colasdn.top-aws-aws-sdk-go-1.x branch from 43d5113 to aebf752 Compare October 28, 2019 19:44
@renovate renovate bot changed the title chore(deps): update module aws/aws-sdk-go to v1.25.19 chore(deps): update module aws/aws-sdk-go to v1.25.20 Oct 28, 2019
@renovate renovate bot force-pushed the renovate/git.colasdn.top-aws-aws-sdk-go-1.x branch from aebf752 to 3b7f0cb Compare October 28, 2019 23:46
@renovate renovate bot changed the title chore(deps): update module aws/aws-sdk-go to v1.25.20 chore(deps): update module aws/aws-sdk-go to v1.25.21 Oct 28, 2019
@renovate renovate bot force-pushed the renovate/git.colasdn.top-aws-aws-sdk-go-1.x branch from 3b7f0cb to dab7c3e Compare October 29, 2019 19:33
@renovate renovate bot changed the title chore(deps): update module aws/aws-sdk-go to v1.25.21 chore(deps): update module aws/aws-sdk-go to v1.25.22 Oct 29, 2019
@renovate renovate bot force-pushed the renovate/git.colasdn.top-aws-aws-sdk-go-1.x branch from dab7c3e to 19dd0a2 Compare October 30, 2019 20:38
@renovate renovate bot changed the title chore(deps): update module aws/aws-sdk-go to v1.25.22 chore(deps): update module aws/aws-sdk-go to v1.25.23 Oct 30, 2019
@renovate renovate bot force-pushed the renovate/git.colasdn.top-aws-aws-sdk-go-1.x branch from 19dd0a2 to 754814b Compare October 31, 2019 19:32
@renovate renovate bot changed the title chore(deps): update module aws/aws-sdk-go to v1.25.23 chore(deps): update module aws/aws-sdk-go to v1.25.24 Oct 31, 2019
@renovate renovate bot force-pushed the renovate/git.colasdn.top-aws-aws-sdk-go-1.x branch from 754814b to d2ea450 Compare November 1, 2019 20:29
@renovate renovate bot changed the title chore(deps): update module aws/aws-sdk-go to v1.25.46 chore(deps): update module aws/aws-sdk-go to v1.25.47 Dec 4, 2019
@renovate renovate bot force-pushed the renovate/git.colasdn.top-aws-aws-sdk-go-1.x branch from 775d32c to 04ecd10 Compare December 5, 2019 01:58
@renovate renovate bot changed the title chore(deps): update module aws/aws-sdk-go to v1.25.47 chore(deps): update module aws/aws-sdk-go to v1.25.48 Dec 5, 2019
@renovate renovate bot force-pushed the renovate/git.colasdn.top-aws-aws-sdk-go-1.x branch from 04ecd10 to ea3a36d Compare December 9, 2019 19:59
@renovate renovate bot changed the title chore(deps): update module aws/aws-sdk-go to v1.25.48 chore(deps): update module aws/aws-sdk-go to v1.25.49 Dec 9, 2019
@renovate renovate bot force-pushed the renovate/git.colasdn.top-aws-aws-sdk-go-1.x branch from ea3a36d to 71e9e8b Compare December 10, 2019 20:42
@renovate renovate bot changed the title chore(deps): update module aws/aws-sdk-go to v1.25.49 chore(deps): update module aws/aws-sdk-go to v1.25.50 Dec 10, 2019
@renovate renovate bot force-pushed the renovate/git.colasdn.top-aws-aws-sdk-go-1.x branch from 71e9e8b to fc4350e Compare December 11, 2019 19:49
@renovate renovate bot changed the title chore(deps): update module aws/aws-sdk-go to v1.25.50 chore(deps): update module aws/aws-sdk-go to v1.26.0 Dec 11, 2019
@renovate renovate bot force-pushed the renovate/git.colasdn.top-aws-aws-sdk-go-1.x branch from fc4350e to 0b1b495 Compare December 12, 2019 20:27
@renovate renovate bot changed the title chore(deps): update module aws/aws-sdk-go to v1.26.0 chore(deps): update module aws/aws-sdk-go to v1.26.1 Dec 12, 2019
@renovate renovate bot force-pushed the renovate/git.colasdn.top-aws-aws-sdk-go-1.x branch from 0b1b495 to 8bc97cd Compare December 13, 2019 20:48
@renovate renovate bot changed the title chore(deps): update module aws/aws-sdk-go to v1.26.1 chore(deps): update module aws/aws-sdk-go to v1.26.2 Dec 13, 2019
@renovate renovate bot force-pushed the renovate/git.colasdn.top-aws-aws-sdk-go-1.x branch from 8bc97cd to bca13d8 Compare December 16, 2019 19:44
@renovate renovate bot changed the title chore(deps): update module aws/aws-sdk-go to v1.26.2 chore(deps): update module aws/aws-sdk-go to v1.26.3 Dec 16, 2019
@renovate renovate bot force-pushed the renovate/git.colasdn.top-aws-aws-sdk-go-1.x branch from bca13d8 to faaa4ed Compare December 17, 2019 20:35
@renovate renovate bot changed the title chore(deps): update module aws/aws-sdk-go to v1.26.3 chore(deps): update module aws/aws-sdk-go to v1.26.4 Dec 17, 2019
@renovate renovate bot force-pushed the renovate/git.colasdn.top-aws-aws-sdk-go-1.x branch from faaa4ed to d964081 Compare December 18, 2019 19:46
@renovate renovate bot changed the title chore(deps): update module aws/aws-sdk-go to v1.26.4 chore(deps): update module aws/aws-sdk-go to v1.26.5 Dec 18, 2019
@renovate renovate bot force-pushed the renovate/git.colasdn.top-aws-aws-sdk-go-1.x branch from d964081 to 7480f6c Compare December 19, 2019 20:27
@renovate renovate bot changed the title chore(deps): update module aws/aws-sdk-go to v1.26.5 chore(deps): update module aws/aws-sdk-go to v1.26.6 Dec 19, 2019
@renovate renovate bot force-pushed the renovate/git.colasdn.top-aws-aws-sdk-go-1.x branch from 7480f6c to d0517c0 Compare December 20, 2019 19:40
@renovate renovate bot changed the title chore(deps): update module aws/aws-sdk-go to v1.26.6 chore(deps): update module aws/aws-sdk-go to v1.26.7 Dec 20, 2019
@renovate renovate bot force-pushed the renovate/git.colasdn.top-aws-aws-sdk-go-1.x branch from d0517c0 to 75240dc Compare December 31, 2019 03:59
@renovate renovate bot changed the title chore(deps): update module aws/aws-sdk-go to v1.26.7 chore(deps): update module aws/aws-sdk-go to v1.26.8 Dec 31, 2019
@renovate renovate bot force-pushed the renovate/git.colasdn.top-aws-aws-sdk-go-1.x branch from 75240dc to d320bbc Compare January 19, 2020 04:56
@renovate renovate bot changed the title chore(deps): update module aws/aws-sdk-go to v1.26.8 chore(deps): update module aws/aws-sdk-go to v1.28.5 Jan 19, 2020
@jirfag jirfag merged commit 99c4070 into master Jan 19, 2020
@jirfag jirfag deleted the renovate/git.colasdn.top-aws-aws-sdk-go-1.x branch January 19, 2020 13:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants