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

chore(deps): bump github.com/aws/aws-sdk-go from 1.44.195 to 1.44.212 in /test #3508

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2023

Bumps github.com/aws/aws-sdk-go from 1.44.195 to 1.44.212.

Release notes

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

Release v1.44.212 (2023-03-01)

Service Client Updates

  • service/pricing: Updates service API, documentation, and paginators
  • service/s3outposts: Updates service API, documentation, and paginators

Release v1.44.211 (2023-02-28)

Service Client Updates

  • service/comprehend: Updates service API, documentation, and paginators
  • service/ec2: Updates service API and documentation
    • This release allows IMDS support to be set to v2-only on an existing AMI, so that all future instances launched from that AMI will use IMDSv2 by default.
  • service/kms: Updates service documentation and examples
    • AWS KMS is deprecating the RSAES_PKCS1_V1_5 wrapping algorithm option in the GetParametersForImport API that is used in the AWS KMS Import Key Material feature. AWS KMS will end support for this wrapping algorithm by October 1, 2023.
  • service/lightsail: Updates service API and documentation
    • This release adds Lightsail for Research feature support, such as GUI session access, cost estimates, stop instance on idle, and disk auto mount.
  • service/managedblockchain: Updates service API and documentation
  • service/omics: Updates service API and documentation

Release v1.44.210 (2023-02-27)

Service Client Updates

  • service/devops-guru: Updates service API and documentation
  • service/drs: Updates service API and documentation
  • service/internetmonitor: Adds new service
  • service/lambda: Updates service API and documentation
  • service/mediaconvert: Updates service API and documentation
    • The AWS Elemental MediaConvert SDK has added support for HDR10 to SDR tone mapping, and animated GIF video input sources.
  • service/timestream-write: Updates service API, documentation, and paginators

Release v1.44.209 (2023-02-24)

Service Client Updates

  • service/connect: Updates service API and documentation
  • service/connectcases: Updates service API and documentation
  • service/redshift: Updates service documentation
    • Documentation updates for Redshift API bringing it in line with IAM best practices.
  • service/securityhub: Updates service API, documentation, and paginators
  • service/servicecatalog: Updates service documentation
    • Documentation updates for Service Catalog

Release v1.44.208 (2023-02-23)

Service Client Updates

... (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)

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.195 to 1.44.212.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.44.195...v1.44.212)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner March 1, 2023 23:07
@dependabot dependabot bot requested a review from ellistarn March 1, 2023 23:07
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 1, 2023
@dependabot dependabot bot requested a review from tzneal March 1, 2023 23:07
@netlify
Copy link

netlify bot commented Mar 1, 2023

Deploy Preview for karpenter-docs-prod canceled.

Name Link
🔨 Latest commit 6b6290e
🔍 Latest deploy log https://app.netlify.com/sites/karpenter-docs-prod/deploys/63ffdaab16b5b100088ac9ac

Copy link
Contributor

@tzneal tzneal left a comment

Choose a reason for hiding this comment

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

lgtm

@tzneal tzneal merged commit eb58a61 into main Mar 2, 2023
@tzneal tzneal deleted the dependabot/go_modules/test/github.com/aws/aws-sdk-go-1.44.212 branch March 2, 2023 02:23
johngmyers pushed a commit to johngmyers/karpenter that referenced this pull request May 31, 2024
Merge in DEL/karpenter-fork from DELIVERY-8215_update_to_0.27.0 to main

* commit 'c5b7235218996a4579180ab4811afe82c884ee9f':
  chore: Bump `karpenter-core` to latest (aws#3548)
  BREAKING CHANGE: Convert preferred anti-affinity to required anti-affinity (aws#3543)
  test: Fix daemonset preemption in testing to be `PreemptLowerPriority` (aws#3544)
  chore: Move instance to providers (aws#3509)
  docs: cleanup `aws.tags` and `specs.tags` docs (aws#3540)
  docs: Add Canva to Adopters (aws#3541)
  fix: fixed an issue where only using owners in amiSelector resulted in a failure (aws#3533)
  feat: add featureGates.driftEnabled to helm chart values (aws#3521)
  chore: Release v0.26.1 (aws#3519)
  fix: inflight IP tracking when CreateFleet returns an error (aws#3515)
  chore: add more integration test logs (aws#3511)
  chore(deps): bump github.com/aws/aws-sdk-go from 1.44.195 to 1.44.212 in /test (aws#3508)
  test: if the test fails, identify the names of the created nodes (aws#3504)
  chore: Move instancetypes to providers (aws#3478)
  feat: Added additional topology spread constraint (aws#3190)
  chore: Release v0.26.0 (aws#3506)
  test: fix test panic (aws#3503)
  chore: fix pco allocation strategy for ec2 fleet (aws#3502)
  docs: Add Docker to adopters list (aws#3500)
  Typo (aws#3487)
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant