Skip to content

Commit 549e290

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/rds to v1.38.0 (#6112)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/rds](https://togithub.com/aws/aws-sdk-go-v2) | require | minor | `v1.37.0` -> `v1.38.0` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.38.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/rds/v1.37.0...service/rds/v1.38.0) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/rds/v1.37.0...service/rds/v1.38.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 2am" (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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
1 parent b1f5d4b commit 549e290

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

plugins/source/aws/docs/tables/aws_rds_engine_versions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,15 @@ The following tables depend on aws_rds_engine_versions:
2424
|create_time|Timestamp|
2525
|custom_db_engine_version_manifest|String|
2626
|db_engine_description|String|
27+
|db_engine_media_type|String|
2728
|db_engine_version_arn|String|
2829
|db_engine_version_description|String|
2930
|db_parameter_group_family|String|
3031
|database_installation_files_s3_bucket_name|String|
3132
|database_installation_files_s3_prefix|String|
3233
|default_character_set|JSON|
3334
|exportable_log_types|StringArray|
35+
|image|JSON|
3436
|kms_key_id|String|
3537
|major_engine_version|String|
3638
|status|String|

plugins/source/aws/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ require (
7070
github.com/aws/aws-sdk-go-v2/service/qldb v1.14.22
7171
github.com/aws/aws-sdk-go-v2/service/quicksight v1.28.3
7272
github.com/aws/aws-sdk-go-v2/service/ram v1.16.26
73-
github.com/aws/aws-sdk-go-v2/service/rds v1.37.0
73+
github.com/aws/aws-sdk-go-v2/service/rds v1.38.0
7474
github.com/aws/aws-sdk-go-v2/service/redshift v1.26.18
7575
github.com/aws/aws-sdk-go-v2/service/resourcegroups v1.12.23
7676
github.com/aws/aws-sdk-go-v2/service/route53 v1.25.2

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ github.com/aws/aws-sdk-go-v2/service/quicksight v1.28.3 h1:oOITThfr01t8r/v/RzRuH
196196
github.com/aws/aws-sdk-go-v2/service/quicksight v1.28.3/go.mod h1:wvJpr20R/imRPZsRJMkxCYV5zquGzJbASqARtCbiKKE=
197197
github.com/aws/aws-sdk-go-v2/service/ram v1.16.26 h1:N6sleYzj/LBqeTk53KPGA6+chMQj5m4txIavGZtPmtQ=
198198
github.com/aws/aws-sdk-go-v2/service/ram v1.16.26/go.mod h1:hKHJTTpBpOG9+TPPnRjsvXsPytZFmXX0FRDEMiBOcek=
199-
github.com/aws/aws-sdk-go-v2/service/rds v1.37.0 h1:8L3wxX9Iu+Cje65Dc8PNC/bS/PEyhOxdyiVzcOoHMl0=
200-
github.com/aws/aws-sdk-go-v2/service/rds v1.37.0/go.mod h1:Ume9NHqT871hUdxIRojWtWsPFyCswQmSjHHhyGot7v0=
199+
github.com/aws/aws-sdk-go-v2/service/rds v1.38.0 h1:4LyiHO7LPBNQmP8QbK4pa/9wgjpaI16Z4PGZVNJhKTA=
200+
github.com/aws/aws-sdk-go-v2/service/rds v1.38.0/go.mod h1:Ume9NHqT871hUdxIRojWtWsPFyCswQmSjHHhyGot7v0=
201201
github.com/aws/aws-sdk-go-v2/service/redshift v1.26.18 h1:a/DqQAS4PqbnEgZj/BDIkc3c31jY3w+M+5/RuSXYKNk=
202202
github.com/aws/aws-sdk-go-v2/service/redshift v1.26.18/go.mod h1:cpzzZf+cK9kF7PAbJOU491GGQO/8+oD4jtbawDUG+pc=
203203
github.com/aws/aws-sdk-go-v2/service/resourcegroups v1.12.23 h1:DcD2mZOpFmo3HOd4LaXcDuOzPcCYEhumLMSrde/tgFM=

plugins/source/aws/resources/services/rds/engine_versions.go

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)