Skip to content

Commit

Permalink
fix(deps): update module github.com/aws/aws-sdk-go to v1.45.25 (#396)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/aws/aws-sdk-go](https://togithub.com/aws/aws-sdk-go) |
require | patch | `v1.45.24` -> `v1.45.25` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>aws/aws-sdk-go (github.com/aws/aws-sdk-go)</summary>

###
[`v1.45.25`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v14525-2023-10-12)

[Compare
Source](https://togithub.com/aws/aws-sdk-go/compare/v1.45.24...v1.45.25)

\===

##### Service Client Updates

-   `service/auditmanager`: Updates service API
- `service/autoscaling`: Updates service API, documentation, paginators,
and examples
- Update the NotificationMetadata field to only allow visible ascii
characters. Add paginators to DescribeInstanceRefreshes,
DescribeLoadBalancers, and DescribeLoadBalancerTargetGroups
-   `service/config`: Updates service API and documentation
-   `service/controltower`: Updates service API and documentation
-   `service/customer-profiles`: Updates service API and documentation
-   `service/ec2`: Updates service API and documentation
- This release adds Ubuntu Pro as a supported platform for On-Demand
Capacity Reservations and adds support for setting an Amazon Machine
Image (AMI) to disabled state. Disabling the AMI makes it private if it
was previously shared, and prevents new EC2 instance launches from it.
-   `service/elasticloadbalancingv2`: Updates service documentation
-   `service/glue`: Updates service API and documentation
- Extending version control support to GitLab and Bitbucket from AWSGlue
-   `service/inspector2`: Updates service API and documentation
-   `service/ivs-realtime`: Updates service API and documentation
-   `service/lambda`: Updates service API and documentation
- Adds support for Lambda functions to access Dual-Stack subnets over
IPv6, via an opt-in flag in CreateFunction and
UpdateFunctionConfiguration APIs
-   `service/location`: Updates service API
-   `service/machinelearning`: Updates service API
    -   This release marks Password field as sensitive
-   `service/pricing`: Updates service documentation
- `service/rds`: Updates service API, documentation, waiters,
paginators, and examples
- This release adds support for adding a dedicated log volume to
open-source RDS instances.
-   `service/rekognition`: Updates service API and documentation
- Amazon Rekognition introduces support for Custom Moderation. This
allows the enhancement of accuracy for detect moderation labels
operations by creating custom adapters tuned on customer data.
-   `service/sagemaker`: Updates service API and documentation
- Amazon SageMaker Canvas adds KendraSettings and DirectDeploySettings
support for CanvasAppSettings
- `service/textract`: Updates service API, documentation, and paginators
-   `service/transcribe`: Updates service API
-   `service/workspaces`: Updates service documentation
- Updated the CreateWorkspaces action documentation to clarify that the
PCoIP protocol is only available for Windows bundles.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekday,after 9am and before
5pm" in timezone America/Los_Angeles, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/trussworks/setup-new-aws-user).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNy44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 12, 2023
1 parent 3186dc5 commit 75beb6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/99designs/aws-vault v1.0.1-0.20200507051055-ae369037cc75
github.com/99designs/keyring v1.2.2
github.com/aws/aws-sdk-go v1.45.24
github.com/aws/aws-sdk-go v1.45.25
github.com/go-playground/validator/v10 v10.15.5
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ github.com/aws/aws-sdk-go v1.45.23 h1:0xRQw5fsFMpisaliDZ8iUZtw9w+3YjY9/UwUGRbB/i
github.com/aws/aws-sdk-go v1.45.23/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
github.com/aws/aws-sdk-go v1.45.24 h1:TZx/CizkmCQn8Rtsb11iLYutEQVGK5PK9wAhwouELBo=
github.com/aws/aws-sdk-go v1.45.24/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
github.com/aws/aws-sdk-go v1.45.25 h1:c4fLlh5sLdK2DCRTY1z0hyuJZU4ygxX8m1FswL6/nF4=
github.com/aws/aws-sdk-go v1.45.25/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
Expand Down

0 comments on commit 75beb6a

Please sign in to comment.