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/config from 1.17.4 to 1.17.5 #666

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/config from 1.17.4 to 1.17.5.

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/config'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)

@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 previously approved these changes Sep 3, 2022
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.17.4 to 1.17.5.
- [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@config/v1.17.4...config/v1.17.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/aws/aws-sdk-go-v2/config-1.17.5 branch from 2a102e8 to 71450be Compare September 3, 2022 04:31
@cpanato cpanato merged commit 9baca18 into main Sep 3, 2022
@cpanato cpanato deleted the dependabot/go_modules/github.com/aws/aws-sdk-go-v2/config-1.17.5 branch September 3, 2022 04:37
mtrmac pushed a commit to mtrmac/sigstore that referenced this pull request Mar 10, 2023
These are getting complete enough that it's time to move them into `pkg` 🎉

This is essentially three things:
```
git mv internal/oci pkg/
sed -i 's@cosign/internal/oci@cosign/pkg/oci@g' ...
gofmt -w -s ...
```

Fixes: sigstore#666
Signed-off-by: Matt Moore <mattomata@gmail.com>
mtrmac pushed a commit to mtrmac/sigstore that referenced this pull request Mar 10, 2023
This is very similar to the change to `sign`, but for `attest`.

Related: sigstore#666
Signed-off-by: Matt Moore <mattomata@gmail.com>
mtrmac pushed a commit to mtrmac/sigstore that referenced this pull request Mar 10, 2023
This change retires `cremote.UploadSignature`, as this is the last caller of the old API, and it now uses the new API.

Related: sigstore#666
Signed-off-by: Matt Moore <mattomata@gmail.com>
mtrmac pushed a commit to mtrmac/sigstore that referenced this pull request Mar 10, 2023
I know I just killed this off for being NYI, but I don't like the fact that we need `WithSignatureSuffix` to access things.

Related: sigstore#666
Signed-off-by: Matt Moore <mattomata@gmail.com>
mtrmac pushed a commit to mtrmac/sigstore that referenced this pull request Mar 10, 2023
Previously, this was always `Signatures()`, but which sense of "signature" was nebulous (e.g. `.sig`, `.att`).

With this change, the interface here changes to take and accessor so folks explicitly specify which one they want, and I exposed `Verify{Signatures,Attestations}` methods with identical function signatures to what we exposed previously.

After this change, the only usage of `ociremote.WithSignatureSuffix` is some logic that deals with SBOMs, which it abusing things a bit, and the whole "attachment" thing is one of the next things I'm going to look at adding some abstraction for.

Related: sigstore#666
Signed-off-by: Matt Moore <mattomata@gmail.com>
mtrmac pushed a commit to mtrmac/sigstore that referenced this pull request Mar 10, 2023
This has been addressed as part of the march towards sigstore#666, but never got cleaned up.

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