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/feature/dynamodb/attributevalue from 1.8.0 to 1.8.3 in /dynamodb #356

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2022

Bumps github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.8.0 to 1.8.3.

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue's changelog.

Release (2022-03-30)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.34.0
    • Feature: This release simplifies the auto-recovery configuration process enabling customers to set the recovery behavior to disabled or default
  • github.com/aws/aws-sdk-go-v2/service/fms: v1.17.0
    • Feature: AWS Firewall Manager now supports the configuration of third-party policies that can use either the centralized or distributed deployment models.
  • github.com/aws/aws-sdk-go-v2/service/fsx: v1.21.0
    • Feature: This release adds support for modifying throughput capacity for FSx for ONTAP file systems.
  • github.com/aws/aws-sdk-go-v2/service/iot: v1.23.3
    • Documentation: Doc only update for IoT that fixes customer-reported issues.
  • github.com/aws/aws-sdk-go-v2/service/iotdataplane: v1.12.0
    • Feature: Update the default AWS IoT Core Data Plane endpoint from VeriSign signed to ATS signed. If you have firewalls with strict egress rules, configure the rules to grant you access to data-ats.iot.[region].amazonaws.com or data-ats.iot.[region].amazonaws.com.cn.

Release (2022-03-29)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/organizations: v1.15.0
    • Feature: This release provides the new CloseAccount API that enables principals in the management account to close any member account within an organization.

Release (2022-03-28)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/acmpca: v1.17.3
    • Documentation: Updating service name entities
  • github.com/aws/aws-sdk-go-v2/service/medialive: v1.20.0
    • Feature: This release adds support for selecting a maintenance window.

Release (2022-03-25)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/batch: v1.17.0
    • Feature: Bug Fix: Fixed a bug where shapes were marked as unboxed and were not serialized and sent over the wire, causing an API error from the service.
    • This is a breaking change, and has been accepted due to the API operation not being usable due to the members modeled as unboxed (aka value) types. The update changes the members to boxed (aka pointer) types so that the zero value of the members can be handled correctly by the SDK and service. Your application will fail to compile with the updated module. To workaround this you'll need to update your application to use pointer types for the members impacted.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.33.0
    • Feature: This is release adds support for Amazon VPC Reachability Analyzer to analyze path through a Transit Gateway.
  • github.com/aws/aws-sdk-go-v2/service/ssm: v1.24.0
    • Feature: This Patch Manager release supports creating, updating, and deleting Patch Baselines for Rocky Linux OS.

Release (2022-03-24)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/configservice: v1.20.0
    • Feature: Added new APIs GetCustomRulePolicy and GetOrganizationCustomRulePolicy, and updated existing APIs PutConfigRule, DescribeConfigRule, DescribeConfigRuleEvaluationStatus, PutOrganizationConfigRule, DescribeConfigRule to support a new feature for building AWS Config rules with AWS CloudFormation Guard

... (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 the 🤖 Dependencies Pull requests that update a dependency file label Mar 31, 2022
@dependabot dependabot bot force-pushed the dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue-1.8.3 branch from e740d98 to e74f4c4 Compare March 31, 2022 06:08
Bumps [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2) from 1.8.0 to 1.8.3.
- [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@v1.8.0...config/v1.8.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue-1.8.3 branch from e74f4c4 to 8034b22 Compare March 31, 2022 07:29
@ReneWerner87 ReneWerner87 merged commit 83339bc into main Mar 31, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue-1.8.3 branch March 31, 2022 08:01
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant