mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-02-14 18:09:57 +00:00
🌱 Bump github.com/aws/aws-sdk-go-v2/service/iam (#1285)
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1m12s
Post / coverage (push) Failing after 36m47s
Post / images (amd64, addon-manager) (push) Failing after 7m16s
Post / images (amd64, placement) (push) Failing after 7m7s
Post / images (amd64, registration) (push) Failing after 7m21s
Post / images (amd64, registration-operator) (push) Failing after 7m9s
Post / images (amd64, work) (push) Failing after 7m3s
Post / images (arm64, addon-manager) (push) Failing after 7m8s
Post / images (arm64, placement) (push) Failing after 7m3s
Post / images (arm64, registration) (push) Failing after 7m9s
Post / images (arm64, registration-operator) (push) Failing after 7m7s
Post / images (arm64, work) (push) Failing after 7m14s
Post / image manifest (addon-manager) (push) Has been skipped
Post / image manifest (placement) (push) Has been skipped
Post / image manifest (registration) (push) Has been skipped
Post / image manifest (registration-operator) (push) Has been skipped
Post / image manifest (work) (push) Has been skipped
Post / trigger clusteradm e2e (push) Has been skipped
Close stale issues and PRs / stale (push) Successful in 40s
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1m12s
Post / coverage (push) Failing after 36m47s
Post / images (amd64, addon-manager) (push) Failing after 7m16s
Post / images (amd64, placement) (push) Failing after 7m7s
Post / images (amd64, registration) (push) Failing after 7m21s
Post / images (amd64, registration-operator) (push) Failing after 7m9s
Post / images (amd64, work) (push) Failing after 7m3s
Post / images (arm64, addon-manager) (push) Failing after 7m8s
Post / images (arm64, placement) (push) Failing after 7m3s
Post / images (arm64, registration) (push) Failing after 7m9s
Post / images (arm64, registration-operator) (push) Failing after 7m7s
Post / images (arm64, work) (push) Failing after 7m14s
Post / image manifest (addon-manager) (push) Has been skipped
Post / image manifest (placement) (push) Has been skipped
Post / image manifest (registration) (push) Has been skipped
Post / image manifest (registration-operator) (push) Has been skipped
Post / image manifest (work) (push) Has been skipped
Post / trigger clusteradm e2e (push) Has been skipped
Close stale issues and PRs / stale (push) Successful in 40s
Bumps the aws group with 1 update: [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2). Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.52.3 to 1.53.0 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ssm/v1.52.3...service/s3/v1.53.0) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/service/iam dependency-version: 1.53.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
go.mod
2
go.mod
@@ -6,7 +6,7 @@ require (
|
||||
github.com/aws/aws-sdk-go-v2 v1.40.1
|
||||
github.com/aws/aws-sdk-go-v2/config v1.32.3
|
||||
github.com/aws/aws-sdk-go-v2/service/eks v1.76.1
|
||||
github.com/aws/aws-sdk-go-v2/service/iam v1.52.3
|
||||
github.com/aws/aws-sdk-go-v2/service/iam v1.53.0
|
||||
github.com/aws/smithy-go v1.24.0
|
||||
github.com/cloudevents/sdk-go/v2 v2.16.2
|
||||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
|
||||
|
||||
4
go.sum
4
go.sum
@@ -46,8 +46,8 @@ github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4 h1:WKuaxf++XKWlHWu9ECbMlha8WOEG
|
||||
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4/go.mod h1:ZWy7j6v1vWGmPReu0iSGvRiise4YI5SkR3OHKTZ6Wuc=
|
||||
github.com/aws/aws-sdk-go-v2/service/eks v1.76.1 h1:UMBn4P/diOhCX0S8Ctflbr2EeDG4ijn6XWRsMOElGZg=
|
||||
github.com/aws/aws-sdk-go-v2/service/eks v1.76.1/go.mod h1:0OZIY8buOdOjAitSmql1fIRyj8YZdnmAOkBL1+evRI0=
|
||||
github.com/aws/aws-sdk-go-v2/service/iam v1.52.3 h1:fwmGd1qLfbY1GyTT9yrM2p5a4qcUvJfiSynyq0nVBLE=
|
||||
github.com/aws/aws-sdk-go-v2/service/iam v1.52.3/go.mod h1:9BlDzJDOLnYbPlbowGir6MqtQtb4GosbiAikWHqR4A0=
|
||||
github.com/aws/aws-sdk-go-v2/service/iam v1.53.0 h1:+08C17wbAM3dGW0WnNummHHuHbfwVMAPk9zC+4DjiG4=
|
||||
github.com/aws/aws-sdk-go-v2/service/iam v1.53.0/go.mod h1:9BlDzJDOLnYbPlbowGir6MqtQtb4GosbiAikWHqR4A0=
|
||||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.4 h1:0ryTNEdJbzUCEWkVXEXoqlXV72J5keC1GvILMOuD00E=
|
||||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.4/go.mod h1:HQ4qwNZh32C3CBeO6iJLQlgtMzqeG17ziAA/3KDJFow=
|
||||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.15 h1:3/u/4yZOffg5jdNk1sDpOQ4Y+R6Xbh+GzpDrSZjuy3U=
|
||||
|
||||
4
vendor/github.com/aws/aws-sdk-go-v2/service/iam/CHANGELOG.md
generated
vendored
4
vendor/github.com/aws/aws-sdk-go-v2/service/iam/CHANGELOG.md
generated
vendored
@@ -1,3 +1,7 @@
|
||||
# v1.53.0 (2025-12-05)
|
||||
|
||||
* **Feature**: Adding the ExpirationTime attribute to the delegation request resource.
|
||||
|
||||
# v1.52.3 (2025-12-02)
|
||||
|
||||
* **Dependency Update**: Updated to the latest SDK module versions
|
||||
|
||||
17
vendor/github.com/aws/aws-sdk-go-v2/service/iam/deserializers.go
generated
vendored
17
vendor/github.com/aws/aws-sdk-go-v2/service/iam/deserializers.go
generated
vendored
@@ -21372,6 +21372,23 @@ func awsAwsquery_deserializeDocumentDelegationRequest(v **types.DelegationReques
|
||||
sv.Description = ptr.String(xtv)
|
||||
}
|
||||
|
||||
case strings.EqualFold("ExpirationTime", t.Name.Local):
|
||||
val, err := decoder.Value()
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
if val == nil {
|
||||
break
|
||||
}
|
||||
{
|
||||
xtv := string(val)
|
||||
t, err := smithytime.ParseDateTime(xtv)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
sv.ExpirationTime = ptr.Time(t)
|
||||
}
|
||||
|
||||
case strings.EqualFold("Notes", t.Name.Local):
|
||||
val, err := decoder.Value()
|
||||
if err != nil {
|
||||
|
||||
2
vendor/github.com/aws/aws-sdk-go-v2/service/iam/go_module_metadata.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go-v2/service/iam/go_module_metadata.go
generated
vendored
@@ -3,4 +3,4 @@
|
||||
package iam
|
||||
|
||||
// goModuleVersion is the tagged release for this module
|
||||
const goModuleVersion = "1.52.3"
|
||||
const goModuleVersion = "1.53.0"
|
||||
|
||||
5
vendor/github.com/aws/aws-sdk-go-v2/service/iam/types/types.go
generated
vendored
5
vendor/github.com/aws/aws-sdk-go-v2/service/iam/types/types.go
generated
vendored
@@ -308,6 +308,11 @@ type DelegationRequest struct {
|
||||
// the Amazon Web Services partner that filed the delegation request.
|
||||
Description *string
|
||||
|
||||
// The expiry time of this delegation request
|
||||
//
|
||||
// See the Understanding the Request Lifecycle for details on the life time of a delegation request at each state.
|
||||
ExpirationTime *time.Time
|
||||
|
||||
// Notes added to this delegation request, if this request was updated via the [UpdateDelegationRequest]
|
||||
// API.
|
||||
//
|
||||
|
||||
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
@@ -124,7 +124,7 @@ github.com/aws/aws-sdk-go-v2/internal/ini
|
||||
github.com/aws/aws-sdk-go-v2/service/eks
|
||||
github.com/aws/aws-sdk-go-v2/service/eks/internal/endpoints
|
||||
github.com/aws/aws-sdk-go-v2/service/eks/types
|
||||
# github.com/aws/aws-sdk-go-v2/service/iam v1.52.3
|
||||
# github.com/aws/aws-sdk-go-v2/service/iam v1.53.0
|
||||
## explicit; go 1.23
|
||||
github.com/aws/aws-sdk-go-v2/service/iam
|
||||
github.com/aws/aws-sdk-go-v2/service/iam/internal/endpoints
|
||||
|
||||
Reference in New Issue
Block a user