Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps(go): bump the common-golang group with 2 updates #2356

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

Bumps the common-golang group with 2 updates: github.com/aws/aws-sdk-go and google.golang.org/api.

Updates github.com/aws/aws-sdk-go from 1.45.13 to 1.45.16

Release notes

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

Release v1.45.16 (2023-09-25)

Service Client Updates

  • service/amplifyuibuilder: Updates service API and documentation
  • service/chime-sdk-media-pipelines: Updates service API, documentation, and paginators
  • service/emr-serverless: Updates service API and documentation
  • service/finspace-data: Updates service API and documentation
  • service/quicksight: Updates service API and documentation
    • Added ability to tag users upon creation.
  • service/ssm: Updates service API and documentation
    • This release updates the enum values for ResourceType in SSM DescribeInstanceInformation input and ConnectionStatus in GetConnectionStatus output.
  • service/wafv2: Updates service API and documentation

Release v1.45.15 (2023-09-22)

Service Client Updates

  • service/braket: Updates service API and documentation
  • service/dms: Updates service API, documentation, and examples
    • new vendors for DMS CSF: MongoDB, MariaDB, DocumentDb and Redshift
  • service/ec2: Updates service API
    • EC2 M2 Pro Mac instances are powered by Apple M2 Pro Mac Mini computers featuring 12 core CPU, 19 core GPU, 32 GiB of memory, and 16 core Apple Neural Engine and uniquely enabled by the AWS Nitro System through high-speed Thunderbolt connections.
  • service/elasticfilesystem: Updates service documentation
    • Documentation updates for Elastic File System
  • service/events: Updates service API and documentation
    • Adds sensitive trait to various shapes in Jetstream Connections API model.
  • service/guardduty: Updates service API and documentation
    • Add EKS_CLUSTER_NAME to filter and sort key.
  • service/mediaconvert: Updates service API and documentation
    • This release supports the creation of of audio-only tracks in CMAF output groups.

SDK Bugs

  • aws/session: Removed typed literal parsing for config, everything is now treated as a string until a numeric value is needed.
    • This resolves an issue where the contents of a profile would silently be dropped with certain values.

Release v1.45.14 (2023-09-20)

Service Client Updates

  • service/appconfig: Updates service API, documentation, and paginators
  • service/apprunner: Updates service API, documentation, and paginators
  • service/codeartifact: Updates service API
  • service/kinesisvideo: Updates service documentation
    • Updated DescribeMediaStorageConfiguration, StartEdgeConfigurationUpdate, ImageGenerationConfiguration$SamplingInterval, and UpdateMediaStorageConfiguration to match AWS Docs.
  • service/logs: Updates service API and documentation
    • Add ClientToken to QueryDefinition CFN Handler in CWL
  • service/s3: Updates service API, documentation, and examples
    • Fix an issue where the SDK can fail to unmarshall response due to NumberFormatException
  • service/servicediscovery: Updates service API and documentation

... (truncated)

Commits

Updates google.golang.org/api from 0.142.0 to 0.143.0

Release notes

Sourced from google.golang.org/api's releases.

v0.143.0

0.143.0 (2023-09-25)

Features

Bug Fixes

Changelog

Sourced from google.golang.org/api's changelog.

0.143.0 (2023-09-25)

Features

Bug Fixes

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the common-golang group with 2 updates: [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client).


Updates `github.com/aws/aws-sdk-go` from 1.45.13 to 1.45.16
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.45.13...v1.45.16)

Updates `google.golang.org/api` from 0.142.0 to 0.143.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.142.0...v0.143.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common-golang
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 25, 2023
@pavannd1 pavannd1 added the kueue label Sep 26, 2023
@mergify mergify bot merged commit eb89249 into master Sep 26, 2023
15 checks passed
@mergify mergify bot deleted the dependabot/go_modules/common-golang-6ee1657b44 branch September 26, 2023 20:22
leuyentran pushed a commit that referenced this pull request Oct 18, 2023
Bumps the common-golang group with 2 updates: [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client).


Updates `github.com/aws/aws-sdk-go` from 1.45.13 to 1.45.16
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.45.13...v1.45.16)

Updates `google.golang.org/api` from 0.142.0 to 0.143.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.142.0...v0.143.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common-golang
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 go Pull requests that update Go code kueue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant