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

Renovate Update Patch & Minor Updates #196

Merged
merged 1 commit into from
May 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 7, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
aquasecurity/trivy-action action minor 0.19.0 -> 0.20.0 age adoption passing confidence
aws (source) required_provider minor 5.48.0 -> 5.49.0 age adoption passing confidence
boto3 patch ==1.34.98 -> ==1.34.102 1.34.103 age adoption passing confidence
botocore patch ==1.34.98 -> ==1.34.102 1.34.103 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/config require patch v1.27.11 -> v1.27.12 v1.27.13 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue require patch v1.13.14 -> v1.13.15 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/dynamodb require patch v1.32.0 -> v1.32.1 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/eventbridge require patch v1.30.4 -> v1.30.5 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/s3 require patch v1.53.1 -> v1.53.2 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/secretsmanager require patch v1.28.6 -> v1.28.7 age adoption passing confidence
go (source) toolchain patch 1.22.2 -> 1.22.3 age adoption passing confidence
golang stage patch 1.22.2 -> 1.22.3 age adoption passing confidence
golangci/golangci-lint patch v1.58.0 -> v1.58.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

aquasecurity/trivy-action (aquasecurity/trivy-action)

v0.20.0

Compare Source

What's Changed

New Contributors

Full Changelog: aquasecurity/trivy-action@0.19.0...0.20.0

hashicorp/terraform-provider-aws (aws)

v5.49.0

Compare Source

FEATURES:

  • New Data Source: aws_datazone_environment_blueprint (#​36600)
  • New Resource: aws_bedrockagent_data_source (#​37158)
  • New Resource: aws_datazone_domain (#​36600)
  • New Resource: aws_datazone_environment_blueprint_configuration (#​36600)

ENHANCEMENTS:

  • data-source/aws_iam_policy_document: Add minified_json attribute (#​35677)
  • resource/aws_dynamodb_table_export: Add plan-time validation of table_arn (#​37288)
  • resource/aws_kms_key: Add rotation_period_in_days argument (#​37140)
  • resource/aws_securitylake_subscriber_notification: Better handles importing resource (#​37332)
  • resource/aws_securitylake_subscriber_notification: Deprecates endpoint_id in favor of subscriber_endpoint (#​37332)
  • resource/aws_securitylake_subscriber_notification: Handles configuration.https_notification_configuration.authorization_api_key_value as sensitive value (#​37332)

BUG FIXES:

  • data-source/aws_fsx_ontap_storage_virtual_machine: Correctly set tags on Read (#​37353)
  • data-source/aws_rds_orderable_db_instance: Fix InvalidParameterValue: Invalid value 3412 for MaxRecords. Must be between 20 and 1000 errors (#​37251)
  • data-source/aws_resourceexplorer2_search: Fix 401 unauthorized error due to missing view_arn in the AWS API request (#​36778)
  • data-source/aws_resourceexplorer2_search: Fix panic caused by bad mappping between Terraform and AWS schemas (#​36778)
  • data-source/aws_resourceexplorer2_search: Fix state persistence and data types (#​36778)
  • resource/aws_bedrockagent_agent: Fix to use the configured prepare_agent value (or default value of true when omitted) for all create and update operations (#​37405)
  • resource/aws_elasticsearch_domain: Fix handling of unset auto_tune_options.rollback_on_disable argument (#​37394)
  • resource/aws_fsx_ontap_storage_virtual_machine: Correctly set tags and tags_all on resource Read (#​37353)
  • resource/aws_fsx_openzfs_file_system: Correctly set tags and tags_all on resource Read (#​37353)
  • resource/aws_kms_custom_key_store: Change trust_anchor_certificate to ForceNew (#​37092)
  • resource/aws_opensearch_domain: Fix handling of unset auto_tune_options.rollback_on_disable argument (#​37394)
  • resource/aws_opensearch_domain: Wait for auto_tune_options to be applied during creation (#​37394)
  • resource/aws_securitylake_aws_log_source: Correctly handles unspecified source_version (#​36268)
  • resource/aws_securitylake_aws_log_source: Prevents errors when creating multiple log sources concurrently (#​36268)
  • resource/aws_securitylake_custom_log_source: Prevents errors when creating multiple log sources concurrently (#​36268)
  • resource/aws_securitylake_custom_log_source: Validates length of source_name parameter (#​36268)
  • resource/aws_securitylake_subscriber: Allow more than one log source (#​36268)
  • resource/aws_securitylake_subscriber: Correctly handles unspecified access_type (#​36268)
  • resource/aws_securitylake_subscriber: Correctly handles unspecified source_version parameter for aws_log_source_resource and custom_log_source_resource (#​36268)
  • resource/aws_securitylake_subscriber: Correctly requires source_name parameter for aws_log_source_resource and custom_log_source_resource (#​36268)
  • resource/aws_securitylake_subscriber_notification: No longer recreates resource when not needed (#​37332)
  • resource/aws_securitylake_subscriber_notification: Requires value for configuration.https_notification_configuration.endpoint (#​37332)
  • resource/provider: Change the AWS SDK for Go v2 API client BackoffDelayer to maintain behavioral compatibility with AWS SDK for Go v1 (#​37404)
boto/boto3 (boto3)

v1.34.102

Compare Source

========

  • api-change:bedrock-agent-runtime: [botocore] This release adds support to provide guardrail configuration and modify inference parameters that are then used in RetrieveAndGenerate API in Agents for Amazon Bedrock.
  • api-change:pinpoint: [botocore] This release adds support for specifying email message headers for Email Templates, Campaigns, Journeys and Send Messages.
  • api-change:route53resolver: [botocore] Update the DNS Firewall settings to correct a spelling issue.
  • api-change:ssm-sap: [botocore] Added support for application-aware start/stop of SAP applications running on EC2 instances, with SSM for SAP
  • api-change:verifiedpermissions: [botocore] Adds policy effect and actions fields to Policy API's.

v1.34.101

Compare Source

========

  • api-change:cognito-idp: [botocore] Add EXTERNAL_PROVIDER enum value to UserStatusType.
  • api-change:ec2: [botocore] Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes
  • api-change:ecr: [botocore] This release adds pull through cache rules support for GitLab container registry in Amazon ECR.
  • api-change:fms: [botocore] The policy scope resource tag is always a string value, either a non-empty string or an empty string.
  • api-change:polly: [botocore] Add new engine - generative - that builds the most expressive conversational voices.
  • api-change:sqs: [botocore] This release adds MessageSystemAttributeNames to ReceiveMessageRequest to replace AttributeNames.

v1.34.100

Compare Source

========

  • api-change:b2bi: [botocore] Documentation update to clarify the MappingTemplate definition.
  • api-change:budgets: [botocore] This release adds tag support for budgets and budget actions.
  • api-change:resiliencehub: [botocore] AWS Resilience Hub has expanded its drift detection capabilities by introducing a new type of drift detection - application resource drift. This new enhancement detects changes, such as the addition or deletion of resources within the application's input sources.
  • api-change:route53profiles: [botocore] Doc only update for Route 53 profiles that fixes some link issues

v1.34.99

Compare Source

=======

  • api-change:medialive: [botocore] AWS Elemental MediaLive now supports configuring how SCTE 35 passthrough triggers segment breaks in HLS and MediaPackage output groups. Previously, messages triggered breaks in all these output groups. The new option is to trigger segment breaks only in groups that have SCTE 35 passthrough enabled.
boto/botocore (botocore)

v1.34.102

Compare Source

========

  • api-change:bedrock-agent-runtime: This release adds support to provide guardrail configuration and modify inference parameters that are then used in RetrieveAndGenerate API in Agents for Amazon Bedrock.
  • api-change:pinpoint: This release adds support for specifying email message headers for Email Templates, Campaigns, Journeys and Send Messages.
  • api-change:route53resolver: Update the DNS Firewall settings to correct a spelling issue.
  • api-change:ssm-sap: Added support for application-aware start/stop of SAP applications running on EC2 instances, with SSM for SAP
  • api-change:verifiedpermissions: Adds policy effect and actions fields to Policy API's.

v1.34.101

Compare Source

========

  • api-change:cognito-idp: Add EXTERNAL_PROVIDER enum value to UserStatusType.
  • api-change:ec2: Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes
  • api-change:ecr: This release adds pull through cache rules support for GitLab container registry in Amazon ECR.
  • api-change:fms: The policy scope resource tag is always a string value, either a non-empty string or an empty string.
  • api-change:polly: Add new engine - generative - that builds the most expressive conversational voices.
  • api-change:sqs: This release adds MessageSystemAttributeNames to ReceiveMessageRequest to replace AttributeNames.

v1.34.100

Compare Source

========

  • api-change:b2bi: Documentation update to clarify the MappingTemplate definition.
  • api-change:budgets: This release adds tag support for budgets and budget actions.
  • api-change:resiliencehub: AWS Resilience Hub has expanded its drift detection capabilities by introducing a new type of drift detection - application resource drift. This new enhancement detects changes, such as the addition or deletion of resources within the application's input sources.
  • api-change:route53profiles: Doc only update for Route 53 profiles that fixes some link issues

v1.34.99

Compare Source

=======

  • api-change:medialive: AWS Elemental MediaLive now supports configuring how SCTE 35 passthrough triggers segment breaks in HLS and MediaPackage output groups. Previously, messages triggered breaks in all these output groups. The new option is to trigger segment breaks only in groups that have SCTE 35 passthrough enabled.
golang/go (go)

v1.22.3

golangci/golangci-lint (golangci/golangci-lint)

v1.58.1

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner May 7, 2024 20:13
@renovate renovate bot added dependencies Pull requests that update a dependency file Renovate labels May 7, 2024
@renovate renovate bot temporarily deployed to 196renovate May 7, 2024 20:16 Inactive
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from 3245a46 to 77fa1f6 Compare May 7, 2024 21:38
@renovate renovate bot changed the title Renovate Update golang Docker tag to v1.22.3 Renovate Update Patch & Minor Updates May 7, 2024
@renovate renovate bot temporarily deployed to 196renovate May 7, 2024 21:41 Inactive
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from 77fa1f6 to 4be3ba5 Compare May 8, 2024 06:30
@renovate renovate bot temporarily deployed to 196renovate May 8, 2024 06:32 Inactive
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from 4be3ba5 to ff1b0f6 Compare May 8, 2024 13:24
@renovate renovate bot temporarily deployed to 196renovate May 8, 2024 13:26 Inactive
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from ff1b0f6 to 49ba9b1 Compare May 8, 2024 19:07
@renovate renovate bot temporarily deployed to 196renovate May 8, 2024 19:10 Inactive
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from 49ba9b1 to 3fbba23 Compare May 8, 2024 21:17
@renovate renovate bot temporarily deployed to 196renovate May 8, 2024 21:20 Inactive
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from 3fbba23 to 0fd9586 Compare May 9, 2024 09:27
@renovate renovate bot temporarily deployed to 196renovate May 9, 2024 09:29 Inactive
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from 0fd9586 to d7b5a31 Compare May 9, 2024 20:33
@renovate renovate bot changed the title Renovate Update Patch & Minor Updates Renovate Update Patch & Minor Updates to v1.34.99 May 9, 2024
@renovate renovate bot temporarily deployed to 196renovate May 9, 2024 20:36 Inactive
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from d7b5a31 to 6f9387d Compare May 10, 2024 00:26
@renovate renovate bot changed the title Renovate Update Patch & Minor Updates to v1.34.99 Renovate Update Patch & Minor Updates May 10, 2024
@renovate renovate bot temporarily deployed to 196renovate May 10, 2024 00:29 Inactive
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from 6f9387d to d36cf2e Compare May 10, 2024 10:08
@renovate renovate bot temporarily deployed to 196renovate May 10, 2024 10:10 Inactive
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from d36cf2e to 712ef26 Compare May 10, 2024 22:16
@renovate renovate bot temporarily deployed to 196renovate May 10, 2024 22:19 Inactive
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from 712ef26 to 0f58aaf Compare May 11, 2024 04:36
@renovate renovate bot temporarily deployed to 196renovate May 11, 2024 04:39 Inactive
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from 0f58aaf to a699e4f Compare May 11, 2024 20:30
@renovate renovate bot temporarily deployed to 196renovate May 11, 2024 20:32 Inactive
@townxelliot townxelliot merged commit 4129317 into main May 13, 2024
24 checks passed
@townxelliot townxelliot deleted the renovate-all-minor-patch-updates branch May 13, 2024 08:38
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 Renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant