Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 2, 2020

Bumps github.com/aws/aws-sdk-go from 1.34.33 to 1.35.1.

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.35.1 (2020-10-01)

Service Client Updates

  • service/appsync: Updates service API and documentation
  • service/elasticmapreduce: Updates service documentation
    • Documentation updates for elasticmapreduce
  • service/glue: Updates service API and documentation
    • Adding additional optional map parameter to get-plan api
  • service/kafka: Updates service API and documentation
  • service/quicksight: Updates service API
    • QuickSight now supports connecting to AWS Timestream data source
  • service/wafv2: Updates service API and documentation

Release v1.35.0 (2020-09-30)

Service Client Updates

  • service/application-autoscaling: Updates service API and documentation
  • service/datasync: Updates service API and documentation
  • service/directconnect: Updates service documentation
    • Documentation updates for AWS Direct Connect.
  • service/elasticmapreduce: Updates service API and documentation
    • Amazon EMR customers can now use EC2 placement group to influence the placement of master nodes in a high-availability (HA) cluster across distinct underlying hardware to improve cluster availability.
  • service/imagebuilder: Updates service API and documentation
  • service/iot: Updates service API and documentation
    • AWS IoT Rules Engine adds Timestream action. The Timestream rule action lets you stream time-series data from IoT sensors and applications to Amazon Timestream databases for time series analysis.
  • service/mediaconnect: Updates service API, documentation, and paginators
  • service/pinpoint: Updates service API and documentation
    • Amazon Pinpoint - Features - Customers can start a journey based on an event being triggered by an endpoint or user.
  • service/s3: Updates service API, documentation, and examples
    • Amazon S3 on Outposts expands object storage to on-premises AWS Outposts environments, enabling you to store and retrieve objects using S3 APIs and features.
  • service/s3outposts: Adds new service
  • service/securityhub: Updates service API and documentation

SDK Features

  • service/s3: Adds support for outposts access point ARNs.
  • service/s3control: Adds support for S3 on outposts access point and S3 on outposts bucket ARNs.

Release v1.34.34 (2020-09-29)

Service Client Updates

  • service/connect: Updates service documentation
  • service/ec2: Updates service documentation
    • This release adds support for Client to Client routing for AWS Client VPN.
  • service/schemas: Updates service API and documentation
  • service/ssm: Updates service documentation
    • Simple update to description of ComplianceItemStatus.
  • service/timestream-query: Adds new service

... (truncated)

Changelog

Sourced from github.com/aws/aws-sdk-go's changelog.

Release v1.35.1 (2020-10-01)

Service Client Updates

  • service/appsync: Updates service API and documentation
  • service/elasticmapreduce: Updates service documentation
    • Documentation updates for elasticmapreduce
  • service/glue: Updates service API and documentation
    • Adding additional optional map parameter to get-plan api
  • service/kafka: Updates service API and documentation
  • service/quicksight: Updates service API
    • QuickSight now supports connecting to AWS Timestream data source
  • service/wafv2: Updates service API and documentation

Release v1.35.0 (2020-09-30)

Service Client Updates

  • service/application-autoscaling: Updates service API and documentation
  • service/datasync: Updates service API and documentation
  • service/directconnect: Updates service documentation
    • Documentation updates for AWS Direct Connect.
  • service/elasticmapreduce: Updates service API and documentation
    • Amazon EMR customers can now use EC2 placement group to influence the placement of master nodes in a high-availability (HA) cluster across distinct underlying hardware to improve cluster availability.
  • service/imagebuilder: Updates service API and documentation
  • service/iot: Updates service API and documentation
    • AWS IoT Rules Engine adds Timestream action. The Timestream rule action lets you stream time-series data from IoT sensors and applications to Amazon Timestream databases for time series analysis.
  • service/mediaconnect: Updates service API, documentation, and paginators
  • service/pinpoint: Updates service API and documentation
    • Amazon Pinpoint - Features - Customers can start a journey based on an event being triggered by an endpoint or user.
  • service/s3: Updates service API, documentation, and examples
    • Amazon S3 on Outposts expands object storage to on-premises AWS Outposts environments, enabling you to store and retrieve objects using S3 APIs and features.
  • service/s3outposts: Adds new service
  • service/securityhub: Updates service API and documentation

SDK Features

  • service/s3: Adds support for outposts access point ARNs.
  • service/s3control: Adds support for S3 on outposts access point and S3 on outposts bucket ARNs.

Release v1.34.34 (2020-09-29)

Service Client Updates

  • service/connect: Updates service documentation
  • service/ec2: Updates service documentation
    • This release adds support for Client to Client routing for AWS Client VPN.
  • service/schemas: Updates service API and documentation
  • service/ssm: Updates service documentation
    • Simple update to description of ComplianceItemStatus.
  • service/timestream-query: Adds new service

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 2, 2020
mx-psi added a commit that referenced this pull request Oct 2, 2020
* Add DataDog exporter back from old fork
commit 99129fb96e29e9c1a92da00b7e3f8efcae8a31e8
Author: Pablo Baeyens <[email protected]>
Date:   Thu Sep 3 18:10:28 2020 +0200

    Handle namespace at initialization time

commit babca25927926a60c0c416294af3aadf784d41b9
Author: Pablo Baeyens <[email protected]>
Date:   Thu Sep 3 17:23:53 2020 +0200

    Initialize on a separate function
    This way the variables can be checked without worrying about the env

commit 24d0cb4cc566fa5313a8650c904a27bea68bf555
Author: Pablo Baeyens <[email protected]>
Date:   Thu Sep 3 14:30:35 2020 +0200

    Check environment variables for unified service tagging

commit 6695f8297ab8b1fcae71b05acb027c4a0992e3a0
Author: Pablo Baeyens <[email protected]>
Date:   Wed Sep 2 14:57:37 2020 +0200

    Add support for sending metrics through the API
    - Use datadog.Metric type for simplicity
    - Get host if unset

commit c366603
Author: Pablo Baeyens <[email protected]>
Date:   Wed Sep 2 09:56:24 2020 +0200

    Disable Queue and Retry settings (#72)

    These are handled by the statsd package.
    OpenTelemetry docs are confusing and the default configuration (disabled)
    is different from the one returned by "GetDefault..." functions

commit a660b56
Author: Pablo Baeyens <[email protected]>
Date:   Tue Sep 1 15:26:14 2020 +0200

    Add support for summary and distribution metric types (#65)

    * Add support for summary metric type

    * Add support for distribution metrics

    * Refactor metrics construction
    - Drop name in Metrics (now they act as Metric values)
    - Refactor constructor so that errors happen at compile-time

    * Report Summary total sum and count values
    Snapshot values are not filled in by OpenTelemetry

    * Report p00 and p100 as `.min` and `.max`
    This is more similar to what we do for our own non-additive type

    * Keep hostname if it has not been overridden

commit c95adc4
Author: Pablo Baeyens <[email protected]>
Date:   Thu Aug 27 13:00:02 2020 +0200

    Update dependencies and `make gofmt`
    The collector was updated to 0.9.0 upstream

commit 20afb0e
Author: Pablo Baeyens <[email protected]>
Date:   Wed Aug 26 18:25:49 2020 +0200

    Refactor configuration (#45)

    * Refactor configuration
    * Implement telemetry and tags configuration handling
    * Update example configuration and README file
    Co-authored-by: Kylian Serrania <[email protected]>

commit fdc98b5
Author: Pablo Baeyens <[email protected]>
Date:   Fri Aug 21 11:09:08 2020 +0200

    Initial DogStatsD implementation (#15)

    Initial metrics exporter through DogStatsD with support for all metric types but summary and distribution

commit e848a60
Author: Pablo Baeyens <[email protected]>
Date:   Fri Aug 21 10:42:45 2020 +0200

    Bump collector version

commit 58be9a4
Author: Pablo Baeyens <[email protected]>
Date:   Thu Aug 6 10:04:32 2020 +0200

    Address linter

commit 695430c
Author: Pablo Baeyens <[email protected]>
Date:   Tue Aug 4 13:28:01 2020 +0200

    Fix field name error

    MetricsEndpoint was renamed to MetricsURL

commit 168b319
Author: Pablo Baeyens <[email protected]>
Date:   Mon Aug 3 11:05:01 2020 +0200

    Create initial outline for Datadog exporter (#1)

    * Add support for basic configuration options
    * Documents configuration options

* go mod tidy

* Address feedback from upstream PR we did not merge (#1)

* Backport changes from upstream PR

Remove `err` from MapMetrics

* Remove usage of pdatautil

* Fix tests

* Use TCPAddr

* Review which functions should be private

* Remove DogStatsD mode (#2)

* Remove DogStatsD mode

* go mod tidy

* Remove mentions to DogStatSD

* Improve test coverage (#3)

* Improve test coverage

Added unit tests for
- API key censoring
- Hostname
- Metrics exporter

Renamed test and implementation files for consistency

* Add one additional test

* Remove client validation (#6)

The zorkian API does not validate the API key unless you also have
an application key, even though the endpoint works without it.

I am removing this validation until this gets fixed on the zorkian library

* Keep only configuration and factory methods

Following the contribution guidelines we need to make a first PR
with this

* Use latest version of collector

* Remove `report_percentiles` option
It is not being used as of now until the OTLP metrics format
stabilizes and we have a Summary type metric again

* Correct configuration

The API key is now a required setting

* Remove test not relevant for this PR

* Remove unnecessary imports after removing test

* Address review comment

* Apply suggestions from code review

Co-authored-by: Tigran Najaryan <[email protected]>

* Separate documentation into two examples
One example with the minimal configuration, for sending to `datadoghq.com`
and a second one for sending to `datadoghq.eu`

Co-authored-by: Tigran Najaryan <[email protected]>
@mx-psi mx-psi closed this Oct 2, 2020
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 2, 2020

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/receiver/awsxrayreceiver/github.com/aws/aws-sdk-go-1.35.1 branch October 2, 2020 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants