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

Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.18.8 to 1.18.9 #665

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2022

Bumps github.com/aws/aws-sdk-go-v2/service/kms from 1.18.8 to 1.18.9.

Changelog

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

Release (2022-09-02)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider: v1.19.0
    • Feature: This release adds a new "AuthSessionValidity" field to the UserPoolClient in Cognito. Application admins can configure this value for their users' authentication duration, which is currently fixed at 3 minutes, up to 15 minutes. Setting this field will also apply to the SMS MFA authentication flow.
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.29.0
    • Feature: This release adds search APIs for Routing Profiles and Queues, which can be used to search for those resources within a Connect Instance.
  • github.com/aws/aws-sdk-go-v2/service/mediapackage: v1.19.0
    • Feature: Added support for AES_CTR encryption to CMAF origin endpoints
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.41.0
    • Feature: This release enables administrators to attribute user activity and API calls from Studio notebooks, Data Wrangler and Canvas to specific users even when users share the same execution IAM role. ExecutionRoleIdentityConfig at Sagemaker domain level enables this feature.

Release (2022-09-01)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/codegurureviewer: v1.16.11
    • Documentation: Documentation updates to fix formatting issues in CLI and SDK documentation.
  • github.com/aws/aws-sdk-go-v2/service/controltower: v1.0.0
    • Release: New AWS service client module
    • Feature: This release contains the first SDK for AWS Control Tower. It introduces a new set of APIs: EnableControl, DisableControl, GetControlOperation, and ListEnabledControls.
  • github.com/aws/aws-sdk-go-v2/service/route53: v1.21.10
    • Documentation: Documentation updates for Amazon Route 53.

Release (2022-08-31)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/cloudfront: v1.20.2
    • Documentation: Update API documentation for CloudFront origin access control (OAC)
  • github.com/aws/aws-sdk-go-v2/service/identitystore: v1.15.0
    • Feature: Expand IdentityStore API to support Create, Read, Update, Delete and Get operations for User, Group and GroupMembership resources.
  • github.com/aws/aws-sdk-go-v2/service/iotthingsgraph: v1.13.0
    • Feature: This release deprecates all APIs of the ThingsGraph service
  • github.com/aws/aws-sdk-go-v2/service/ivs: v1.18.0
  • github.com/aws/aws-sdk-go-v2/service/rdsdata: v1.12.12
    • Documentation: Documentation updates for RDS Data API
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.40.0
    • Feature: SageMaker Inference Recommender now accepts Inference Recommender fields: Domain, Task, Framework, SamplePayloadUrl, SupportedContentTypes, SupportedInstanceTypes, directly in our CreateInferenceRecommendationsJob API through ContainerConfig

Release (2022-08-30)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

... (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-v2/service/kms](https://github.com/aws/aws-sdk-go-v2) from 1.18.8 to 1.18.9.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/ecs/v1.18.8...service/ecs/v1.18.9)

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

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 2, 2022
@cpanato cpanato merged commit 6834ffe into main Sep 3, 2022
@cpanato cpanato deleted the dependabot/go_modules/github.com/aws/aws-sdk-go-v2/service/kms-1.18.9 branch September 3, 2022 04:29
mtrmac pushed a commit to mtrmac/sigstore that referenced this pull request Mar 10, 2023
* Have the keyless `cosign sign` flow use a single 3LO.

With this change, the keyless flow builds a single signer for all of the images, which means a single key and 3LO for all of the references we sign:

```shell
$ COSIGN_EXPERIMENTAL=true cosign sign ghcr.io/mattmoor/controller ghcr.io/mattmoor/webhook
Generating ephemeral keys...
Retrieving signed certificate...
Your browser will now be opened to:
https://oauth2.sigstore.dev/auth/auth?REDACTED
Successfully verified SCT...
tlog entry created with index: 693418
Pushing signature to: ghcr.io/mattmoor/controller:sha256-b10f4b2e04cde2e799e080068f162ef668c4db3099382798b5fe1a208023105d.sig
tlog entry created with index: 693420
Pushing signature to: ghcr.io/mattmoor/webhook:sha256-ed1b1c778685ae0739cd4c6354fa2d724351b01e998a019d1ddc2909c377483d.sig
```

Fixes: sigstore/cosign#658
Signed-off-by: Matt Moore <mattomata@gmail.com>

* Update the e2e tests as well

Signed-off-by: Matt Moore <mattomata@gmail.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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant