generated from hashicorp/terraform-provider-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 124
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
build(deps): bump the aws-sdk-go group with 5 updates #2163
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the aws-sdk-go group with 5 updates: | Package | From | To | | --- | --- | --- | | [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.32.8` | `1.33.0` | | [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.28.11` | `1.29.0` | | [github.com/aws/aws-sdk-go-v2/feature/ec2/imds](https://github.com/aws/aws-sdk-go-v2) | `1.16.23` | `1.16.24` | | [github.com/aws/aws-sdk-go-v2/service/cloudcontrol](https://github.com/aws/aws-sdk-go-v2) | `1.23.5` | `1.23.6` | | [github.com/aws/aws-sdk-go-v2/service/cloudformation](https://github.com/aws/aws-sdk-go-v2) | `1.56.5` | `1.56.6` | Updates `github.com/aws/aws-sdk-go-v2` from 1.32.8 to 1.33.0 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json) - [Commits](aws/aws-sdk-go-v2@v1.32.8...v1.33.0) Updates `github.com/aws/aws-sdk-go-v2/config` from 1.28.11 to 1.29.0 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json) - [Commits](aws/aws-sdk-go-v2@config/v1.28.11...v1.29.0) Updates `github.com/aws/aws-sdk-go-v2/feature/ec2/imds` from 1.16.23 to 1.16.24 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json) - [Commits](aws/aws-sdk-go-v2@service/ram/v1.16.23...service/ram/v1.16.24) Updates `github.com/aws/aws-sdk-go-v2/service/cloudcontrol` from 1.23.5 to 1.23.6 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json) - [Commits](aws/aws-sdk-go-v2@v1.23.5...service/ram/v1.23.6) Updates `github.com/aws/aws-sdk-go-v2/service/cloudformation` from 1.56.5 to 1.56.6 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json) - [Commits](aws/aws-sdk-go-v2@service/ssm/v1.56.5...service/ssm/v1.56.6) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-sdk-go - dependency-name: github.com/aws/aws-sdk-go-v2/config dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-sdk-go - dependency-name: github.com/aws/aws-sdk-go-v2/feature/ec2/imds dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk-go - dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudcontrol dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk-go - dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudformation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk-go ... Signed-off-by: dependabot[bot] <[email protected]>
c3734c1
to
cdb28cf
Compare
jar-b
approved these changes
Jan 16, 2025
jar-b
approved these changes
Jan 16, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉
Smoke test:
% TF_LOG=ERROR make testacc PKG_NAME=internal/aws/logs TESTARGS='-run=TestAccAWSLogsLogGroup_\|TestAccAWSLogsLogGroupDataSource_'
TF_ACC=1 go test ./internal/aws/logs -v -count 1 -parallel 20 -run=TestAccAWSLogsLogGroup_\|TestAccAWSLogsLogGroupDataSource_ -timeout 180m
=== RUN TestAccAWSLogsLogGroup_basic
=== PAUSE TestAccAWSLogsLogGroup_basic
=== RUN TestAccAWSLogsLogGroup_disappears
=== PAUSE TestAccAWSLogsLogGroup_disappears
=== RUN TestAccAWSLogsLogGroup_update
=== PAUSE TestAccAWSLogsLogGroup_update
=== RUN TestAccAWSLogsLogGroupDataSource_basic
=== PAUSE TestAccAWSLogsLogGroupDataSource_basic
=== RUN TestAccAWSLogsLogGroupDataSource_NonExistent
=== PAUSE TestAccAWSLogsLogGroupDataSource_NonExistent
=== CONT TestAccAWSLogsLogGroup_basic
=== CONT TestAccAWSLogsLogGroupDataSource_basic
=== CONT TestAccAWSLogsLogGroup_update
=== CONT TestAccAWSLogsLogGroup_disappears
=== CONT TestAccAWSLogsLogGroupDataSource_NonExistent
2025-01-16T09:44:14.299-0500 [ERROR] sdk.proto: Response contains error diagnostic: tf_rpc=ReadDataSource tf_data_source_type=awscc_logs_log_group diagnostic_detail="After attempting to read the data source, the API returned a resource not found error for the id provided. Original Error: couldn't find resource" diagnostic_severity=ERROR diagnostic_summary="AWS Data Source Not Found" tf_req_id=37f5c6c7-5d68-56ac-0b0d-e4c833261ed5 tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_proto_version=6.7
--- PASS: TestAccAWSLogsLogGroupDataSource_NonExistent (1.72s)
--- PASS: TestAccAWSLogsLogGroupDataSource_basic (25.70s)
--- PASS: TestAccAWSLogsLogGroup_basic (28.30s)
--- PASS: TestAccAWSLogsLogGroup_disappears (30.86s)
--- PASS: TestAccAWSLogsLogGroup_update (39.19s)
PASS
ok github.com/hashicorp/terraform-provider-awscc/internal/aws/logs 40.213s
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the aws-sdk-go group with 5 updates:
1.32.8
1.33.0
1.28.11
1.29.0
1.16.23
1.16.24
1.23.5
1.23.6
1.56.5
1.56.6
Updates
github.com/aws/aws-sdk-go-v2
from 1.32.8 to 1.33.0Commits
8fac7d4
Release 2025-01-159eff8ac
Regenerated Clientsf47aa72
Update endpoints model5934dd3
Update API model6636822
feat: flexible checksum updates (#2808)4ffbb7c
Release 2025-01-142f70ff4
Regenerated Clients434159f
Update endpoints modela80fac9
Update API model44e779a
fix several waiter issues (#2953)Updates
github.com/aws/aws-sdk-go-v2/config
from 1.28.11 to 1.29.0Commits
077df5d
Release 2024-06-183320b13
Regenerated Clients1315201
Update API model8dddc9c
add SDK-specific feature tracking (#2682)54f11c0
Release 2024-06-17d5c4ad0
Regenerated Clientse7057a6
Update API model374440d
Merge pull request #2490 from aws/feat-aid-endpoints3133994
fix changelog5ceabb7
merge from mainUpdates
github.com/aws/aws-sdk-go-v2/feature/ec2/imds
from 1.16.23 to 1.16.24Commits
9d38978
Release 2022-10-255213913
Regenerated Clients04792a3
Update endpoints modelcd44360
Update API modelUpdates
github.com/aws/aws-sdk-go-v2/service/cloudcontrol
from 1.23.5 to 1.23.6Commits
dca6a24
Release 2023-12-1465183ed
Regenerated Clients9a01654
Update endpoints model87eb076
Update API modelaaea7b5
Release 2023-12-138b61d81
Regenerated Clients396da7e
Update endpoints modelc86b4e9
Update API model5985cfe
fix missing smithy-go checkout on main03f5fb2
Release 2023-12-12Updates
github.com/aws/aws-sdk-go-v2/service/cloudformation
from 1.56.5 to 1.56.6Commits
8fac7d4
Release 2025-01-159eff8ac
Regenerated Clientsf47aa72
Update endpoints model5934dd3
Update API model6636822
feat: flexible checksum updates (#2808)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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions