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

fix(deps): update module github.com/aws/aws-sdk-go to v1.55.5 #219

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/aws/aws-sdk-go v1.54.20 -> v1.55.5 age adoption passing confidence

Release Notes

aws/aws-sdk-go (github.com/aws/aws-sdk-go)

v1.55.5

Compare Source

===

Service Client Updates
  • service/appstream: Updates service API and documentation
    • Added support for Red Hat Enterprise Linux 8 on Amazon AppStream 2.0
  • service/autoscaling: Updates service API and documentation
    • Increase the length limit for VPCZoneIdentifier from 2047 to 5000
  • service/codepipeline: Updates service API, documentation, and paginators
    • AWS CodePipeline V2 type pipelines now support stage level conditions to enable development teams to safely release changes that meet quality and compliance requirements.
  • service/elasticache: Updates service documentation
    • Doc only update for changes to deletion API.
  • service/elasticloadbalancing: Updates service API
  • service/eventbridge: Updates service API
  • service/logs: Updates service API
    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • service/models.lex.v2: Updates service API and documentation
  • service/rolesanywhere: Updates service API and documentation
  • service/tnb: Updates service API and documentation
  • service/workspaces: Updates service documentation
    • Removing multi-session as it isn't supported for pools

v1.55.4

Compare Source

===

Service Client Updates
  • service/elasticache: Updates service documentation
    • Renaming full service name as it appears in developer documentation.
  • service/memorydb: Updates service API and documentation

v1.55.3

Compare Source

===

Service Client Updates
  • service/application-autoscaling: Updates service API
  • service/application-signals: Updates service API and documentation
  • service/bedrock-runtime: Updates service API and documentation
  • service/codecommit: Updates service API and documentation
    • CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository.
  • service/datazone: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • EC2 Fleet now supports using custom identifiers to reference Amazon Machine Images (AMI) in launch requests that are configured to choose from a diversified list of instance types.
  • service/ecr: Updates service API, documentation, paginators, and examples
    • API and documentation updates for Amazon ECR, adding support for creating, updating, describing and deleting ECR Repository Creation Template.
  • service/eks: Updates service API and documentation
  • service/elasticloadbalancingv2: Updates service API, documentation, and examples
  • service/network-firewall: Updates service API and documentation
  • service/outposts: Updates service API and documentation
  • service/states: Updates service API and documentation
    • This release adds support to customer managed KMS key encryption in AWS Step Functions.
SDK Bugs
  • Remove broken integration test.
    • Remove integration test broken by cloudsearch service.

v1.55.2

Compare Source

===

Service Client Updates
  • service/cleanrooms: Updates service API and documentation
  • service/dynamodb: Updates service API, documentation, waiters, paginators, and examples
    • DynamoDB doc only update for July
  • service/iotsitewise: Updates service API and documentation
  • service/mediapackagev2: Updates service API
  • service/medical-imaging: Updates service API and documentation
  • service/pinpoint-sms-voice-v2: Updates service API and documentation
SDK Bugs
  • Add missing bool error matching.
    • This enables waiters defined to match on presence/absence of errors.

v1.55.1

Compare Source

===

Service Client Updates
  • service/appsync: Updates service API and paginators
  • service/cleanrooms: Updates service API, documentation, and paginators
  • service/cleanroomsml: Updates service API, documentation, and waiters
  • service/connect: Updates service API and documentation
  • service/connect-contact-lens: Updates service API and documentation
  • service/datazone: Updates service API and documentation
  • service/entityresolution: Updates service API and documentation

v1.55.0

Compare Source

===

Service Client Updates
  • service/datazone: Updates service API, documentation, and paginators
  • service/ivs: Updates service API and documentation
  • service/redshift-serverless: Updates service API and documentation
SDK Features
  • service/mobile: Remove Mobile
    • This change removes the Mobile service, which has been deprecated.
SDK Bugs
  • Apply sensitive struct tag to lists/maps with sensitive members.
    • This change propagates existing sensitive protection to lists/maps.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/aws-sdk-go-monorepo branch from a0c9e19 to d5db8cd Compare July 22, 2024 22:07
@renovate renovate bot changed the title fix(deps): update module github.com/aws/aws-sdk-go to v1.54.20 fix(deps): update module github.com/aws/aws-sdk-go to v1.55.0 Jul 22, 2024
Copy link
Contributor Author

renovate bot commented Jul 22, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: downloading github.com/aws/aws-sdk-go v1.55.5
go: downloading github.com/golang/mock v1.6.0
go: downloading github.com/ekristen/libnuke v0.21.1
go: downloading github.com/gotidy/ptr v1.4.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/urfave/cli/v2 v2.27.5
go: downloading github.com/fatih/color v1.17.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/stretchr/testify v1.9.0
go: downloading github.com/google/uuid v1.6.0
go: downloading go.uber.org/ratelimit v0.3.1
go: downloading golang.org/x/text v0.19.0
go: downloading golang.org/x/sys v0.20.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/stevenle/topsort v0.2.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading golang.org/x/sync v0.8.0
go: downloading github.com/mb0/glob v0.0.0-20160210091149-1eb79d2de6c4
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.5
go: downloading github.com/benbjohnson/clock v1.3.0
go: downloading github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: github.com/ekristen/aws-nuke/v3/resources imports
	github.com/aws/aws-sdk-go/service/mobile: cannot find module providing package github.com/aws/aws-sdk-go/service/mobile

@renovate renovate bot force-pushed the renovate/aws-sdk-go-monorepo branch from 2158879 to 0897378 Compare July 23, 2024 19:28
@renovate renovate bot changed the title fix(deps): update module github.com/aws/aws-sdk-go to v1.55.0 fix(deps): update module github.com/aws/aws-sdk-go to v1.55.1 Jul 23, 2024
@renovate renovate bot force-pushed the renovate/aws-sdk-go-monorepo branch from 5c53dfe to fa85418 Compare July 24, 2024 19:35
@renovate renovate bot changed the title fix(deps): update module github.com/aws/aws-sdk-go to v1.55.1 fix(deps): update module github.com/aws/aws-sdk-go to v1.55.2 Jul 24, 2024
@renovate renovate bot force-pushed the renovate/aws-sdk-go-monorepo branch from 7954b36 to 347f2ed Compare July 25, 2024 22:57
@renovate renovate bot changed the title fix(deps): update module github.com/aws/aws-sdk-go to v1.55.2 fix(deps): update module github.com/aws/aws-sdk-go to v1.55.3 Jul 25, 2024
@renovate renovate bot force-pushed the renovate/aws-sdk-go-monorepo branch from d2f3572 to 7d3796e Compare July 29, 2024 21:59
@renovate renovate bot changed the title fix(deps): update module github.com/aws/aws-sdk-go to v1.55.3 fix(deps): update module github.com/aws/aws-sdk-go to v1.55.4 Jul 29, 2024
@renovate renovate bot force-pushed the renovate/aws-sdk-go-monorepo branch from b985e18 to 9d79892 Compare July 30, 2024 19:44
@renovate renovate bot changed the title fix(deps): update module github.com/aws/aws-sdk-go to v1.55.4 fix(deps): update module github.com/aws/aws-sdk-go to v1.55.5 Jul 30, 2024
@renovate renovate bot force-pushed the renovate/aws-sdk-go-monorepo branch 3 times, most recently from 506e46e to 62cf63d Compare August 20, 2024 16:30
@renovate renovate bot force-pushed the renovate/aws-sdk-go-monorepo branch from 5064db0 to 1f49921 Compare September 8, 2024 18:12
@renovate renovate bot force-pushed the renovate/aws-sdk-go-monorepo branch from 9ac49d8 to 645bb34 Compare September 26, 2024 21:17
@renovate renovate bot force-pushed the renovate/aws-sdk-go-monorepo branch 3 times, most recently from eb7d86c to a8aef4d Compare October 17, 2024 14:02
@renovate renovate bot force-pushed the renovate/aws-sdk-go-monorepo branch from 7b920f6 to 304a020 Compare October 20, 2024 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants