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

Update module github.com/aws/aws-sdk-go to v1.55.5 #283

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 24, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/aws/aws-sdk-go v1.54.19 -> 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.

v1.54.20

Compare Source

===

Service Client Updates
  • service/acm-pca: Updates service waiters
  • service/connect: Updates service API, documentation, and paginators
  • service/ec2: Updates service API and documentation
    • Amazon VPC IP Address Manager (IPAM) now supports Bring-Your-Own-IP (BYOIP) for IP addresses registered with any Internet Registry. This feature uses DNS TXT records to validate ownership of a public IP address range.
  • service/firehose: Updates service API and documentation
    • This release 1) Add configurable buffering hints for Snowflake as destination. 2) Add ReadFromTimestamp for MSK As Source. Firehose will start reading data from MSK Cluster using offset associated with this timestamp. 3) Gated public beta release to add Apache Iceberg tables as destination.
  • service/ivschat: Updates service API, documentation, and waiters
  • service/medialive: Updates service API and documentation
    • AWS Elemental MediaLive now supports the SRT protocol via the new SRT Caller input type.
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • Updates Amazon RDS documentation to specify an eventual consistency model for DescribePendingMaintenanceActions.
  • service/sagemaker: Updates service API
    • SageMaker Training supports R5, T3 and R5D instances family. And SageMaker Processing supports G5 and R5D instances family.
  • service/secretsmanager: Updates service documentation
    • Doc only update for Secrets Manager
  • service/taxsettings: Updates service API
  • service/timestream-query: Updates service API and documentation
  • service/workspaces-thin-client: Updates service API and documentation

Configuration

📅 Schedule: Branch creation - "* 0-4 * * 3" (UTC), 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.

Copy link

[puLL-Merge] - aws/aws-sdk-go@v1.54.19..v1.54.20

Description

This PR includes updates and changes to several AWS SDK services, including Connect, EC2, Firehose, IVSChat, MediaLive, RDS, SageMaker, SecretsManager, and Timestream Query. The changes primarily involve adding new features, updating documentation, and making minor adjustments to existing functionality.

Changes

Changes

  1. ACMPCA:

    • Updated waiters with adjusted max attempts and delay settings.
  2. Connect:

    • Added new operations: SearchAgentStatuses and SearchUserHierarchyGroups.
    • Updated existing operations and structures with new fields and capabilities.
  3. EC2:

    • Added new operations related to IPAM external resource verification tokens.
    • Updated existing operations and structures with new fields and capabilities.
  4. Firehose:

    • Added support for Apache Iceberg Tables as a destination.
    • Updated Snowflake destination configuration with buffering hints.
  5. IVSChat:

    • Updated documentation and added new structures for SRT (Secure Reliable Transport) functionality.
  6. MediaLive:

    • Added support for SRT input type and related configurations.
    • Updated H264 and H265 filter settings documentation.
  7. RDS:

    • Updated documentation for DescribePendingMaintenanceActions, CreateDBCluster, CreateDBInstance, and other operations.
    • Clarified behavior of publicly accessible DB instances and clusters.
  8. SageMaker:

    • Added new instance types for processing and training.
  9. SecretsManager:

    • Added warnings about command-line tool risks when working with secrets.
  10. Timestream Query:

    • Updated documentation for the QueryPricingModel parameter in UpdateAccountSettings.
  11. WorkSpaces Thin Client:

    • Minor documentation update.

Possible Issues

No major issues are apparent in this change. However, developers should be aware of the new features and changes in behavior, especially in services like EC2, Firehose, and MediaLive, to ensure their existing code remains compatible.

Security Hotspots

  1. In the SecretsManager service, new warnings have been added about the risks of using command-line tools with secrets. Developers should review their practices for handling secrets in scripts and command-line interfaces.

  2. The new IPAM external resource verification token functionality in EC2 should be used carefully, as it relates to proving ownership of external resources.

  3. The new SRT (Secure Reliable Transport) functionality in MediaLive includes encryption settings. Proper key management practices should be followed when using these features.

@renovate renovate bot force-pushed the renovate/aws-sdk-go-monorepo branch from cd7f075 to 7720296 Compare July 26, 2024 19:25
@renovate renovate bot changed the title Update module github.com/aws/aws-sdk-go to v1.54.20 Update module github.com/aws/aws-sdk-go to v1.55.0 Jul 26, 2024
@renovate renovate bot force-pushed the renovate/aws-sdk-go-monorepo branch from 7720296 to 1c5d118 Compare July 27, 2024 21:29
@renovate renovate bot changed the title Update module github.com/aws/aws-sdk-go to v1.55.0 Update module github.com/aws/aws-sdk-go to v1.55.1 Jul 27, 2024
@renovate renovate bot force-pushed the renovate/aws-sdk-go-monorepo branch from 1c5d118 to d3dafcf Compare July 28, 2024 21:41
@renovate renovate bot changed the title Update module github.com/aws/aws-sdk-go to v1.55.1 Update module github.com/aws/aws-sdk-go to v1.55.2 Jul 28, 2024
@renovate renovate bot force-pushed the renovate/aws-sdk-go-monorepo branch from d3dafcf to 86debf1 Compare July 29, 2024 21:32
@renovate renovate bot changed the title Update module github.com/aws/aws-sdk-go to v1.55.2 Update module github.com/aws/aws-sdk-go to v1.55.3 Jul 29, 2024
@renovate renovate bot force-pushed the renovate/aws-sdk-go-monorepo branch from 86debf1 to 33cb177 Compare August 2, 2024 22:28
@renovate renovate bot changed the title Update module github.com/aws/aws-sdk-go to v1.55.3 Update module github.com/aws/aws-sdk-go to v1.55.4 Aug 2, 2024
@renovate renovate bot force-pushed the renovate/aws-sdk-go-monorepo branch from 33cb177 to 6f16dfb Compare August 3, 2024 20:13
@renovate renovate bot changed the title Update module github.com/aws/aws-sdk-go to v1.55.4 Update module github.com/aws/aws-sdk-go to v1.55.5 Aug 3, 2024
@renovate renovate bot force-pushed the renovate/aws-sdk-go-monorepo branch from 6f16dfb to 77b1f58 Compare August 21, 2024 15:19
@renovate renovate bot force-pushed the renovate/aws-sdk-go-monorepo branch from 77b1f58 to c258dc7 Compare August 21, 2024 15:26
@renovate renovate bot force-pushed the renovate/aws-sdk-go-monorepo branch from c258dc7 to 5bf6de8 Compare August 21, 2024 15:29
@mihaiplesa mihaiplesa merged commit b8aa9d7 into master Aug 21, 2024
7 checks passed
@mihaiplesa mihaiplesa deleted the renovate/aws-sdk-go-monorepo branch August 21, 2024 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant