Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

chore(deps): update all #38

Merged
merged 2 commits into from
Feb 13, 2020
Merged

chore(deps): update all #38

merged 2 commits into from
Feb 13, 2020

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 9, 2019

This PR contains the following updates:

Package Type Update Change
github.com/aws/aws-sdk-go require minor v1.19.45 -> v1.29.1
github.com/go-sql-driver/mysql require minor v1.4.1 -> v1.5.0
github.com/gorilla/mux require patch v1.7.3 -> v1.7.4
github.com/hashicorp/vault/api require minor v1.0.1 -> v1.3.2
github.com/moov-io/base require patch v0.11.0-rc1.0.20191121181647-cd3e7a9609db -> v0.11.0
github.com/moov-io/watchman require patch v0.13.0 -> v0.13.1
github.com/ory/dockertest/v3 require patch v3.5.3 -> v3.5.4
github.com/prometheus/client_golang require minor v1.2.1 -> v1.4.1
gocloud.dev require minor v0.17.0 -> v0.19.0
golang.org/x/oauth2 require digest 858c2ad -> bf48bf1

Release Notes

aws/aws-sdk-go

v1.29.1

Compare Source

===

Service Client Updates
  • service/chime: Updates service documentation
    • Documentation updates for Amazon Chime
  • service/ds: Updates service API and documentation
    • Release to add the ExpirationDateTime as an output to ListCertificates so as to ease customers to look into their certificate lifetime and make timely decisions about renewing them.
  • service/ec2: Updates service API and documentation
    • This release adds support for tagging public IPv4 pools.
  • service/es: Updates service API and documentation
    • Amazon Elasticsearch Service now offers fine-grained access control, which adds multiple capabilities to give tighter control over data. New features include the ability to use roles to define granular permissions for indices, documents, or fields and to extend Kibana with read-only views and secure multi-tenant support.
  • service/glue: Updates service API and documentation
    • Adding ability to add arguments that cannot be overridden to AWS Glue jobs
  • service/neptune: Updates service API and documentation
    • This launch enables Neptune start-db-cluster and stop-db-cluster. Stopping and starting Amazon Neptune clusters helps you manage costs for development and test environments. You can temporarily stop all the DB instances in your cluster, instead of setting up and tearing down all the DB instances each time that you use the cluster.
  • service/workmail: Updates service API and documentation
    • This release adds support for access control rules management in Amazon WorkMail.
SDK Enhancements
  • aws/credentials: Add grouping of concurrent refresh of credentials (#​3127
    • Concurrent calls to Credentials.Get are now grouped in order to prevent numerous synchronous calls to refresh the credentials. Replacing the mutex with a singleflight reduces the overall amount of time request signatures need to wait while retrieving credentials. This is improvement becomes pronounced when many requests are being made concurrently.

v1.29.0

Compare Source

===

Service Client Updates
  • service/cloudformation: Updates service API and documentation
    • This release of AWS CloudFormation StackSets allows you to centrally manage deployments to all the accounts in your organization or specific organizational units (OUs) in AWS Organizations. You will also be able to enable automatic deployments to any new accounts added to your organization or OUs. The permissions needed to deploy across accounts will automatically be taken care of by the StackSets service.
  • service/cognito-idp: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • Amazon EC2 Now Supports Tagging Spot Fleet.
SDK Features
  • Remove SDK's vendor directory of vendored dependencies
    • Updates the SDK's Go module definition to enumerate all dependencies of the SDK and its components.
    • SDK's repository root package has been updated to refer to runtime dependencies like go-jmespath for go get the SDK with Go without modules.
  • Deletes the deprecated awsmigrate utility from the SDK's repository.
    • This utility is no longer relevant. The utility allowed users the beta pre-release v0 SDK to update to the v1.0 released version of the SDK.

v1.28.14

Compare Source

===

Service Client Updates
  • service/docdb: Updates service documentation
    • Added clarifying information that Amazon DocumentDB shares operational technology with Amazon RDS and Amazon Neptune.
  • service/kms: Updates service API and documentation
    • The ConnectCustomKeyStore API now provides a new error code (SUBNET_NOT_FOUND) for customers to better troubleshoot if their "connect-custom-key-store" operation fails.

v1.28.13

Compare Source

===

Service Client Updates
  • service/imagebuilder: Updates service API and documentation
  • service/rds: Updates service documentation
    • Documentation updates for RDS: when restoring a DB cluster from a snapshot, must create DB instances
  • service/robomaker: Updates service API, documentation, and paginators

v1.28.12

Compare Source

===

Service Client Updates
  • service/appsync: Updates service API and documentation
  • service/codebuild: Updates service API and documentation
    • AWS CodeBuild adds support for Amazon Elastic File Systems
  • service/ebs: Updates service documentation
  • service/ec2: Updates service API and documentation
    • This release adds platform details and billing info to the DescribeImages API.
  • service/ecr: Updates service documentation
    • This release contains updated text for the GetAuthorizationToken API.
  • service/lex-models: Updates service API, documentation, and examples

v1.28.11

Compare Source

===

Service Client Updates
  • service/dlm: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • This release provides support for tagging when you create a VPC endpoint, or VPC endpoint service.
  • service/forecastquery: Updates service API and documentation
  • service/groundstation: Updates service API, documentation, paginators, and examples
  • service/mediaconvert: Updates service API and documentation
    • AWS Elemental MediaConvert SDK has added support for fine-tuned QVBR quality level.
  • service/resourcegroupstaggingapi: Updates service documentation
    • Documentation-only update that adds services to the list of supported services.
  • service/securityhub: Updates service API and documentation

v1.28.10

Compare Source

===

Service Client Updates
  • service/cloudfront: Updates service documentation
    • Documentation updates for CloudFront
  • service/ec2: Updates service API and documentation
    • Amazon VPC Flow Logs adds support for 1-minute aggregation intervals.
  • service/iot: Updates service API
    • Updated ThrottlingException documentation to report that the error code is 400, and not 429, to reflect actual system behaviour.
  • service/kafka: Updates service API, documentation, and paginators
  • service/ssm: Updates service API and documentation
    • This feature ensures that an instance is patched up to the available patches on a particular date. It can be enabled by selecting the 'ApproveUntilDate' option as the auto-approval rule while creating the patch baseline. ApproveUntilDate - The cutoff date for auto approval of released patches. Any patches released on or before this date will be installed automatically.
  • service/storagegateway: Updates service API
    • Adding KVM as a support hypervisor
  • service/workmail: Updates service API and documentation
    • This release adds support for tagging Amazon WorkMail organizations.
SDK Enhancements
  • aws/request: Add support for EC2 specific throttle exception code
    • Adds support for the EC2ThrottledException throttling exception code. The SDK will now treat this error code as throttling.
SDK Bugs
  • aws/request: Fixes an issue where the HTTP host header did not reflect changes to the endpoint URL (#​3102)

v1.28.9

Compare Source

===

Service Client Updates
  • service/datasync: Updates service API and documentation
  • service/ecs: Updates service API and documentation
    • This release provides support for tagging Amazon ECS task sets for services using external deployment controllers.
  • service/eks: Updates service API
  • service/opsworkscm: Updates service documentation
    • AWS OpsWorks for Chef Automate now supports in-place upgrade to Chef Automate 2. Eligible servers can be updated through the management console, CLI and APIs.
  • service/workspaces: Updates service documentation
    • Documentation updates for WorkSpaces

v1.28.8

Compare Source

===

Service Client Updates
  • service/iam: Updates service API and documentation
    • This release enables the Identity and Access Management policy simulator to simulate permissions boundary policies.
  • service/rds: Updates service API, documentation, and paginators
    • This SDK release introduces APIs that automate the export of Amazon RDS snapshot data to Amazon S3. The new APIs include: StartExportTask, CancelExportTask, DescribeExportTasks. These APIs automate the extraction of data from an RDS snapshot and export it to an Amazon S3 bucket. The data is stored in a compressed, consistent, and query-able format. After the data is exported, you can query it directly using tools such as Amazon Athena or Redshift Spectrum. You can also consume the data as part of a data lake solution. If you archive the data in S3 Infrequent Access or Glacier, you can reduce long term data storage costs by applying data lifecycle policies.
SDK Bugs
  • Fix generated errors for some JSON APIs not including a message (#​3089)
    • Fixes the SDK's generated errors to all include the Message member regardless if it was modeled on the error shape. This fixes the bug identified in #​3088 where some JSON errors were not modeled with the Message member.

v1.28.7

Compare Source

===

Service Client Updates
  • service/codepipeline: Updates service API and documentation
    • AWS CodePipeline enables an ability to stop pipeline executions.
  • service/discovery: Updates service documentation
    • Documentation updates for the AWS Application Discovery Service.
  • service/ec2: Updates service API
    • Add an enum value to the result of DescribeByoipCidrs to support CIDRs that are not publicly advertisable.
  • service/iotevents: Updates service documentation
  • service/marketplacecommerceanalytics: Updates service documentation
    • Remove 4 deprecated data sets, change some data sets available dates to 2017-09-15

v1.28.6

Compare Source

===

Service Client Updates
  • service/alexaforbusiness: Updates service API and documentation
  • service/application-insights: Updates service API, documentation, and paginators
  • service/ec2: Updates service API, documentation, and paginators
    • This release provides support for a preview of bringing your own IPv6 addresses (BYOIP for IPv6) for use in AWS.
  • service/kms: Updates service API and documentation
    • The ConnectCustomKeyStore operation now provides new error codes (USER_LOGGED_IN and USER_NOT_FOUND) for customers to better troubleshoot if their connect custom key store operation fails. Password length validation during CreateCustomKeyStore now also occurs on the client side.
  • service/lambda: Updates service API and documentation
    • Added reason codes to StateReasonCode (InvalidSubnet, InvalidSecurityGroup) and LastUpdateStatusReasonCode (SubnetOutOfIPAddresses, InvalidSubnet, InvalidSecurityGroup) for functions that connect to a VPC.
  • service/monitoring: Updates service API and documentation
    • Updating DescribeAnomalyDetectors API to return AnomalyDetector Status value in response.
SDK Bugs
  • service/dynamodb/expression: Allow AttributeValue as a value to BuildOperand. (#​3057)
    • This change fixes the SDK's behavior with DynamoDB Expression builder to not double marshal AttributeValues when used as BuildOperands, Value type. The AttributeValue will be used in the expression as the specific value set in the AttributeValue, instead of encoded as another AttributeValue.

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/docdb: Updates service documentation
    • Added clarifying information that Amazon DocumentDB shares operational technology with Amazon RDS and Amazon Neptune.
  • service/kms: Updates service API and documentation
    • The ConnectCustomKeyStore API now provides a new error code (SUBNET_NOT_FOUND) for customers to better troubleshoot if their "connect-custom-key-store" operation fails.

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

Renovate configuration

📅 Schedule: "on monday" (UTC).

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

♻️ Rebasing: Whenever PR becomes conflicted, or if you tick the rebase/retry checkbox below.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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
Copy link
Author

renovate bot commented Sep 10, 2019

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm -v "/mnt/renovate/gh/moov-io/customers":"/mnt/renovate/gh/moov-io/customers" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/moov-io/customers" renovate/go bash -l -c "git config --global url.\\\"https://x-access-token:**redacted**@github.com/\\\".insteadOf \\\"https://github.com/\\\" && go get -d ./..."
go: finding golang.org/x/oauth2 bf48bf16ab8d
go: github.com/hashicorp/vault/api@v1.3.2: reading github.com/hashicorp/vault/api/api/go.mod at revision api/v1.3.2: unknown revision api/v1.3.2

@renovate renovate bot changed the title chore(deps): update all Update all Sep 11, 2019
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 4d9a36f to 0c0c2ad Compare September 17, 2019 18:45
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 1c07368 to 5b1a081 Compare September 24, 2019 19:35
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from fe91b17 to 767fc65 Compare October 2, 2019 19:51
@renovate renovate bot changed the title Update all chore(deps): update all Oct 2, 2019
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from 970f0db to 23f84f9 Compare October 8, 2019 09:20
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 77ea837 to c09815e Compare January 23, 2020 21:28
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 1b4604a to 9e5e83d Compare January 27, 2020 20:25
@renovate renovate bot changed the title chore(deps): update all Update all Jan 28, 2020
@renovate renovate bot changed the title Update all chore(deps): update all Feb 4, 2020
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from ec4aef7 to c99acee Compare February 12, 2020 02:42
@renovate
Copy link
Author

renovate bot commented Feb 13, 2020

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@codecov-io
Copy link

codecov-io commented Feb 13, 2020

Codecov Report

Merging #38 into master will increase coverage by 0.24%.
The diff coverage is 0%.

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
+ Coverage   60.82%   61.06%   +0.24%     
==========================================
  Files          16       16              
  Lines        1741     1739       -2     
==========================================
+ Hits         1059     1062       +3     
+ Misses        532      528       -4     
+ Partials      150      149       -1

@adamdecaf adamdecaf merged commit d7a846e into master Feb 13, 2020
@adamdecaf adamdecaf deleted the renovate/all branch February 13, 2020 17:27
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.

3 participants