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

chore(deps): update all dependencies #1195

Merged
merged 1 commit into from
Oct 16, 2024
Merged

chore(deps): update all dependencies #1195

merged 1 commit into from
Oct 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 14, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/cache action digest 0c45773 -> 3624ceb
actions/checkout action digest 692973e -> eef6144
actions/upload-artifact action digest 5076954 -> b4b15b8
aws (source) required_provider minor 5.70.0 -> 5.72.0 age adoption passing confidence
boto3 patch ==1.35.34 -> ==1.35.41 age adoption passing confidence
botocore patch ==1.35.34 -> ==1.35.41 age adoption passing confidence
oxsecurity/megalinter action minor v8.0.0 -> v8.1.0 age adoption passing confidence
terraform-linters/tflint-ruleset-aws plugin minor 0.33.0 -> 0.34.0 age adoption passing confidence

Release Notes

hashicorp/terraform-provider-aws (aws)

v5.72.0

Compare Source

NOTES:

  • This version contains all the features, enhancements, and bug fixes from the v5.71.0 release which was removed from the Terraform Registry (#​39692)
  • resource/aws_iam_role: The managed_policy_arns argument is deprecated. Use the aws_iam_role_policy_attachments_exclusive resource instead. (#​39718)

FEATURES:

  • New Resource: aws_iam_role_policy_attachments_exclusive (#​39718)

ENHANCEMENTS:

  • data-source/aws_workspaces_directory: Add saml_properties attribute (#​39060)
  • resource/aws_appflow_flow: Add source_flow_config.source_connector_properties.sapo_data.pagination_config and source_flow_config.source_connector_properties.sapo_data.parallelism_config attributes (#​38932)
  • resource/aws_cloudwatch_event_rule: Add tags to AWS API request on Update to support ABAC aws:RequestTag conditions (#​39648)
  • resource/aws_cloudwatch_event_target: Add appsync_target configuration block (#​37773)
  • resource/aws_dynamodb_table: Add on_demand_throughput and global_secondary_index.on_demand_throughput arguments (#​37799)
  • resource/aws_rds_cluster: Increase maximum value of serverlessv2_scaling_configuration.max_capacity and serverlessv2_scaling_configuration.min_capacity from 128 to 256 (#​39697)
  • resource/aws_rds_cluster_instance: Treat storage-optimization status as success when creating or updating cluster DB instances (#​39691)
  • resource/aws_workspaces_directory: Add saml_properties configuration block (#​39060)

BUG FIXES:

  • data-source/aws_ssm_document: Correct arn for automation documents (#​39705)
  • resource/aws_cognito_user_pool: Fixes error when schema has empty string_attribute_constraints or number_attribute_constraints (#​20386)
  • resource/aws_ssm_document: Correct arn for automation documents (#​39705)

v5.71.0

Compare Source

This Terraform AWS Provider version has been removed from the Terraform Registry due to archive has incorrect checksum errors while installing the provider on some platforms.

The next planned Terraform AWS Provider release is v5.72.0, scheduled for the morning (EST) of October 17, 2024.

FEATURES:

  • New Data Source: aws_bedrock_inference_profile (#​39342)
  • New Data Source: aws_bedrock_inference_profiles (#​39342)
  • New Data Source: aws_elasticache_serverless_cache (#​39590)
  • New Data Source: aws_prometheus_default_scraper_configuration (#​35280)
  • New Data Source: aws_route53profiles_profiles (#​38172)
  • New Resource: aws_backup_restore_testing_plan (#​37039)
  • New Resource: aws_backup_restore_testing_selection (#​37039)
  • New Resource: aws_datazone_user_profile (#​38810)
  • New Resource: aws_pinpointsmsvoicev2_configuration_set (#​39620)
  • New Resource: aws_route53profiles_association (#​38172)
  • New Resource: aws_route53profiles_profile (#​38172)
  • New Resource: aws_route53profiles_resource_association (#​38172)

ENHANCEMENTS:

  • data-source/aws_backup_plan: Add rule.schedule_expression_timezone attribute (#​33653)
  • data-source/aws_eip: Add ipam_pool_id attribute (#​39604)
  • data-source/aws_vpc_endpoint_service: Add private_dns_names attribute (#​39659)
  • resource/aws_backup_plan: Add rule.schedule_expression_timezone argument (#​33653)
  • resource/aws_batch_compute_environment: Add plan-time validation of update_policy.job_execution_timeout_minutes (#​39583)
  • resource/aws_batch_job_definition: Suppress unnecessary differences in container_properties.environment (#​21834)
  • resource/aws_eip: Add ipam_pool_id argument in support of public IPAM pools (#​39604)
  • resource/aws_route53_resolver_endpoint: Add resolver_endpoint_type argument
    resource/aws_route53_resolver_rule: Add ipv6 optional argument to the target_ip object (#​30167)
  • resource/aws_vpc_ipam: Add enable_private_gua argument (#​39600)
  • resource/aws_vpc_ipv6_cidr_block_association: Add ip_source and ipv6_address_attribute attributes (#​39600)

BUG FIXES:

  • resource/aws_backup_vault: Fix empty result errors reading vaults in certain Regions (#​39670)
  • resource/aws_elasticache_replication_group: Fix security_group_names causing resource replacement after import (#​39591)
  • resource/aws_instance: Fixed issues with volume_tags, root_block_device.*.tags, and ebs_block_device.*.tags where tags overlapped with default tags. These are now handled consistently with top-level tags throughout the provider. Specifically, tags defined in both locations are no longer removed, preventing erroneous differences. (#​37441)
  • resource/aws_sagemaker_workteam: Mark workforce_name as Optional (#​39630)
  • resource/aws_securityhub_automation_rule: Increase criteria.aws_account_id, criteria.generator_id, criteria.resource_id, and criteria.title max length from 20 to 100 (#​39616)
  • resource/aws_vpc_ipam_pool: Change publicly_advertisable to ForceNew (#​39600)
  • resource/aws_vpc_ipam_pool: Fix InvalidParameterCombination: The request can only contain PubliclyAdvertisable if the AddressFamily is IPv6 and PublicIpSource is byoip errors (#​39600)
boto/boto3 (boto3)

v1.35.41

Compare Source

=======

  • api-change:amplify: [botocore] Added sourceUrlType field to StartDeployment request
  • api-change:cloudformation: [botocore] Documentation update for AWS CloudFormation API Reference.
  • api-change:codebuild: [botocore] Enable proxy for reserved capacity fleet.
  • api-change:ivs: [botocore] On a channel that you own, you can now replace an ongoing stream with a new stream by streaming up with the priority parameter appended to the stream key.
  • api-change:qbusiness: [botocore] Amazon Q Business now supports embedding the Amazon Q Business web experience on third-party websites.
  • api-change:redshift: [botocore] This release launches the CreateIntegration, DeleteIntegration, DescribeIntegrations and ModifyIntegration APIs to create and manage Amazon Redshift Zero-ETL Integrations.
  • api-change:resiliencehub: [botocore] AWS Resilience Hub now integrates with the myApplications platform, enabling customers to easily assess the resilience of applications defined in myApplications. The new Resiliency widget provides visibility into application resilience and actionable recommendations for improvement.
  • api-change:sesv2: [botocore] This release adds support for email maximum delivery seconds that allows senders to control the time within which their emails are attempted for delivery.

v1.35.40

Compare Source

=======

  • api-change:codepipeline: [botocore] AWS CodePipeline V2 type pipelines now support automatically retrying failed stages and skipping stage for failed entry conditions.
  • api-change:mailmanager: [botocore] Mail Manager support for viewing and exporting metadata of archived messages.
  • api-change:securitylake: [botocore] This release updates request validation regex for resource ARNs.
  • api-change:supplychain: [botocore] This release adds AWS Supply Chain instance management functionality. Specifically adding CreateInstance, DeleteInstance, GetInstance, ListInstances, and UpdateInstance APIs.
  • api-change:transfer: [botocore] This release enables customers using SFTP connectors to query the transfer status of their files to meet their monitoring needs as well as orchestrate post transfer actions.

v1.35.39

Compare Source

=======

  • api-change:appflow: [botocore] Doc only updates for clarification around OAuth2GrantType for Salesforce.
  • api-change:elbv2: [botocore] Add zonal_shift.config.enabled attribute. Add new AdministrativeOverride construct in the describe-target-health API response to include information about the override status applied to a target.
  • api-change:emr: [botocore] This release provides new parameter "Context" in instance fleet clusters.
  • api-change:guardduty: [botocore] Added a new field for network connection details.
  • api-change:robomaker: [botocore] Documentation update: added support notices to each API action.

v1.35.38

Compare Source

=======

  • api-change:acm-pca: [botocore] Documentation updates for AWS Private CA.
  • api-change:dms: [botocore] Introduces DescribeDataMigrations, CreateDataMigration, ModifyDataMigration, DeleteDataMigration, StartDataMigration, StopDataMigration operations to SDK. Provides FailedDependencyFault error message.
  • api-change:ec2: [botocore] This release adds support for assigning the billing of shared Amazon EC2 On-Demand Capacity Reservations.
  • api-change:ecs: [botocore] This is a documentation only release that updates to documentation to let customers know that Amazon Elastic Inference is no longer available.
  • api-change:elastic-inference: [botocore] Elastic Inference - Documentation update to add service shutdown notice.
  • api-change:iotfleetwise: [botocore] Refine campaign related API validations
  • api-change:neptune-graph: [botocore] Support for 16 m-NCU graphs available through account allowlisting
  • api-change:outposts: [botocore] Adding new "DELIVERED" enum value for Outposts Order status
  • api-change:route53resolver: [botocore] Route 53 Resolver Forwarding Rules can now include a server name indication (SNI) in the target address for rules that use the DNS-over-HTTPS (DoH) protocol. When a DoH-enabled Outbound Resolver Endpoint forwards a request to a DoH server, it will provide the SNI in the TLS handshake.
  • api-change:socialmessaging: [botocore] This release for AWS End User Messaging includes a public SDK, providing a suite of APIs that enable sending WhatsApp messages to end users.
  • api-change:timestream-influxdb: [botocore] This release updates our regex based validation rules in regards to valid DbInstance and DbParameterGroup name.

v1.35.37

Compare Source

=======

  • api-change:codepipeline: [botocore] AWS CodePipeline introduces a Compute category

v1.35.36

Compare Source

=======

  • api-change:elasticache: [botocore] AWS ElastiCache SDK now supports using APIs with newly launched Valkey engine. Please refer to updated AWS ElastiCache public documentation for detailed information on API usage.
  • api-change:memorydb: [botocore] Amazon MemoryDB SDK now supports all APIs for newly launched Valkey engine. Please refer to the updated Amazon MemoryDB public documentation for detailed information on API usage.
  • enhancement:Python: [botocore] Added provisional Python 3.13 support to Botocore
  • enhancement:Python: Added provisional Python 3.13 support to Boto3

v1.35.35

Compare Source

=======

  • api-change:deadline: [botocore] Add support for using the template from a previous job during job creation and listing parameter definitions for a job.
  • api-change:marketplace-reporting: [botocore] Documentation-only update for AWS Marketplace Reporting API.
  • api-change:qconnect: [botocore] This release adds support for the following capabilities: Configuration of the Gen AI system via AIAgent and AIPrompts. Integration support for Bedrock Knowledge Base.
  • api-change:redshift: [botocore] Add validation pattern to S3KeyPrefix on the EnableLogging API
boto/botocore (botocore)

v1.35.41

Compare Source

=======

  • api-change:amplify: Added sourceUrlType field to StartDeployment request
  • api-change:cloudformation: Documentation update for AWS CloudFormation API Reference.
  • api-change:codebuild: Enable proxy for reserved capacity fleet.
  • api-change:ivs: On a channel that you own, you can now replace an ongoing stream with a new stream by streaming up with the priority parameter appended to the stream key.
  • api-change:qbusiness: Amazon Q Business now supports embedding the Amazon Q Business web experience on third-party websites.
  • api-change:redshift: This release launches the CreateIntegration, DeleteIntegration, DescribeIntegrations and ModifyIntegration APIs to create and manage Amazon Redshift Zero-ETL Integrations.
  • api-change:resiliencehub: AWS Resilience Hub now integrates with the myApplications platform, enabling customers to easily assess the resilience of applications defined in myApplications. The new Resiliency widget provides visibility into application resilience and actionable recommendations for improvement.
  • api-change:sesv2: This release adds support for email maximum delivery seconds that allows senders to control the time within which their emails are attempted for delivery.

v1.35.40

Compare Source

=======

  • api-change:codepipeline: AWS CodePipeline V2 type pipelines now support automatically retrying failed stages and skipping stage for failed entry conditions.
  • api-change:mailmanager: Mail Manager support for viewing and exporting metadata of archived messages.
  • api-change:securitylake: This release updates request validation regex for resource ARNs.
  • api-change:supplychain: This release adds AWS Supply Chain instance management functionality. Specifically adding CreateInstance, DeleteInstance, GetInstance, ListInstances, and UpdateInstance APIs.
  • api-change:transfer: This release enables customers using SFTP connectors to query the transfer status of their files to meet their monitoring needs as well as orchestrate post transfer actions.

v1.35.39

Compare Source

=======

  • api-change:appflow: Doc only updates for clarification around OAuth2GrantType for Salesforce.
  • api-change:elbv2: Add zonal_shift.config.enabled attribute. Add new AdministrativeOverride construct in the describe-target-health API response to include information about the override status applied to a target.
  • api-change:emr: This release provides new parameter "Context" in instance fleet clusters.
  • api-change:guardduty: Added a new field for network connection details.
  • api-change:robomaker: Documentation update: added support notices to each API action.

v1.35.38

Compare Source

=======

  • api-change:acm-pca: Documentation updates for AWS Private CA.
  • api-change:dms: Introduces DescribeDataMigrations, CreateDataMigration, ModifyDataMigration, DeleteDataMigration, StartDataMigration, StopDataMigration operations to SDK. Provides FailedDependencyFault error message.
  • api-change:ec2: This release adds support for assigning the billing of shared Amazon EC2 On-Demand Capacity Reservations.
  • api-change:ecs: This is a documentation only release that updates to documentation to let customers know that Amazon Elastic Inference is no longer available.
  • api-change:elastic-inference: Elastic Inference - Documentation update to add service shutdown notice.
  • api-change:iotfleetwise: Refine campaign related API validations
  • api-change:neptune-graph: Support for 16 m-NCU graphs available through account allowlisting
  • api-change:outposts: Adding new "DELIVERED" enum value for Outposts Order status
  • api-change:route53resolver: Route 53 Resolver Forwarding Rules can now include a server name indication (SNI) in the target address for rules that use the DNS-over-HTTPS (DoH) protocol. When a DoH-enabled Outbound Resolver Endpoint forwards a request to a DoH server, it will provide the SNI in the TLS handshake.
  • api-change:socialmessaging: This release for AWS End User Messaging includes a public SDK, providing a suite of APIs that enable sending WhatsApp messages to end users.
  • api-change:timestream-influxdb: This release updates our regex based validation rules in regards to valid DbInstance and DbParameterGroup name.

v1.35.37

Compare Source

=======

  • api-change:codepipeline: AWS CodePipeline introduces a Compute category

v1.35.36

Compare Source

=======

  • api-change:elasticache: AWS ElastiCache SDK now supports using APIs with newly launched Valkey engine. Please refer to updated AWS ElastiCache public documentation for detailed information on API usage.
  • api-change:memorydb: Amazon MemoryDB SDK now supports all APIs for newly launched Valkey engine. Please refer to the updated Amazon MemoryDB public documentation for detailed information on API usage.
  • enhancement:Python: Added provisional Python 3.13 support to Botocore

v1.35.35

Compare Source

=======

  • api-change:deadline: Add support for using the template from a previous job during job creation and listing parameter definitions for a job.
  • api-change:marketplace-reporting: Documentation-only update for AWS Marketplace Reporting API.
  • api-change:qconnect: This release adds support for the following capabilities: Configuration of the Gen AI system via AIAgent and AIPrompts. Integration support for Bedrock Knowledge Base.
  • api-change:redshift: Add validation pattern to S3KeyPrefix on the EnableLogging API
oxsecurity/megalinter (oxsecurity/megalinter)

v8.1.0

Compare Source

  • Core

    • Allow to tag PRE_COMMANDS to run them before loading plugins, by @​nvuillam in #​3944
    • Replace usage of setup.py with a pyproject.toml package install, by @​echoix in #​3893
    • Allow to add custom messages at the end of PR / MR MegaLinter Summary using variable JOB_SUMMARY_ADDITIONAL_MARKDOWN
  • New linters

  • Linters enhancements

    • Trivy
      • Embed vulnerability database in Docker Image for running trivy on internet-free network
      • Retry 5 times after 3 seconds in case of TooManyRequests when downloading vulnerability database
      • If the retries did not succeed, call trivy with --skip-db-update --skip-check-update (not ideal but better than nothing)
    • Bash/Perl: Support shell scripts with no extension and only support perl shebangs at the beginning of a file in #​4076
  • Fixes

    • Add debug traces to investigate reporters activation
    • Add more traces for ApiReporter
    • Activate ApiReporter by default
  • Reporters

    • Fix ApiReporter not called in MegaLinter flavors
  • Doc

    • Fix Grafana Home Dashboard to add missing criteria
    • Update PRE_COMMANDS documentation to describe all properties
    • Update Grafana documentation to fix secrets typo
  • CI

    • Free space in release job to avoid no space left on device, by @​nvuillam in #​3914
    • Add pytest-rerunfailures to improve CI control jobs success, by @​AlejandroSuero in #​3993
    • Send GITHUB_TOKEN to trivy-action
    • Workaround to avoid to reach Docker Hub rate limits: Build & push first on ghcr.io, then login to docker hub, then push to docker hub
  • Linter versions upgrades

    • actionlint from 1.7.1 to 1.7.3 on 2024-09-29
    • ansible-lint from 24.7.0 to 24.9.2 on 2024-09-20
    • bandit from 1.7.9 to 1.7.10 on 2024-09-23
    • bicep_linter from 0.29.47 to 0.30.23 on 2024-09-24
    • black from 24.8.0 to 24.10.0 on 2024-10-07
    • cfn-lint from 1.10.3 to 1.16.1 on 2024-10-11
    • checkov from 3.2.232 to 3.2.257 on 2024-10-06
    • checkstyle from 10.17.0 to 10.18.2 on 2024-09-29
    • clippy from 0.1.80 to 0.1.81 on 2024-09-06
    • clj-kondo from 2024.08.01 to 2024.09.27 on 2024-09-26
    • cpplint from 1.6.1 to 2.0.0 on 2024-10-06
    • csharpier from 0.29.0 to 0.29.2 on 2024-09-16
    • cspell from 8.14.1 to 8.15.1 on 2024-10-11
    • detekt from 1.23.6 to 1.23.7 on 2024-09-08
    • djlint from 1.34.1 to 1.35.2 on 2024-08-29
    • dotnet-format from 8.0.108 to 8.0.110 on 2024-10-11
    • eslint from 8.57.0 to 8.57.1 on 2024-09-16
    • gitleaks from 8.18.4 to 8.20.1 on 2024-10-08
    • golangci-lint from 1.60.1 to 1.61.0 on 2024-09-09
    • kics from 2.1.2 to 2.1.3 on 2024-10-04
    • lightning-flow-scanner from 2.33.0 to 2.34.0 on 2024-08-25
    • lychee from 0.15.1 to 0.16.1 on 2024-10-07
    • markdownlint from 0.41.0 to 0.42.0 on 2024-09-24
    • mypy from 1.11.1 to 1.11.2 on 2024-08-25
    • npm-groovy-lint from 14.6.0 to 15.0.2 on 2024-08-29
    • php-cs-fixer from 3.62.0 to 3.64.0 on 2024-08-31
    • phpcs from 3.10.2 to 3.10.3 on 2024-09-20
    • phplint from 9.4.1 to 9.5.3 on 2024-10-11
    • phpstan from 1.11.11 to 1.12.6 on 2024-10-06
    • pmd from 7.4.0 to 7.6.0 on 2024-09-27
    • psalm from Psalm.5.25.0@​ to Psalm.5.26.1@​ on 2024-09-09
    • pylint from 3.2.6 to 3.3.1 on 2024-09-24
    • pyright from 1.1.376 to 1.1.384 on 2024-10-11
    • revive from 1.3.9 to 1.4.0 on 2024-09-23
    • roslynator from 0.8.9.0 to 0.9.1.0 on 2024-10-11
    • rubocop from 1.65.1 to 1.66.1 on 2024-09-06
    • ruff from 0.6.1 to 0.6.9 on 2024-10-04
    • scalafix from 0.12.1 to 0.13.0 on 2024-09-27
    • secretlint from 8.2.4 to 8.4.0 on 2024-10-06
    • sfdx-scanner-apex from 4.4.0 to 4.6.0 on 2024-09-26
    • sfdx-scanner-aura from 4.4.0 to 4.6.0 on 2024-09-26
    • sfdx-scanner-lwc from 4.4.0 to 4.6.0 on 2024-09-26
    • shfmt from 3.8.0 to 3.9.0 on 2024-09-03
    • snakemake from 8.18.1 to 8.21.0 on 2024-10-13
    • spectral from 6.11.1 to 6.13.1 on 2024-09-21
    • sqlfluff from 3.1.0 to 3.2.3 on 2024-10-11
    • standard from 17.1.0 to 17.1.2 on 2024-09-13
    • stylelint from 16.8.2 to 16.10.0 on 2024-10-11
    • swiftlint from 0.56.1 to 0.57.0 on 2024-09-09
    • syft from 1.11.0 to 1.14.0 on 2024-10-07
    • terraform-fmt from 1.9.4 to 1.9.5 on 2024-08-28
    • terragrunt from 0.66.8 to 0.67.5 on 2024-09-16
    • terrascan from 1.18.11 to 1.19.9 on 2024-09-21
    • trivy-sbom from 0.54.1 to 0.56.2 on 2024-10-11
    • trivy from 0.54.1 to 0.56.2 on 2024-10-11
    • trufflehog from 3.81.10 to 3.82.8 on 2024-10-13
    • v8r from 4.0.1 to 4.1.0 on 2024-08-25
    • vale from 3.7.0 to 3.7.1 on 2024-09-26
terraform-linters/tflint-ruleset-aws (terraform-linters/tflint-ruleset-aws)

v0.34.0

Compare Source

Breaking Changes
  • #​719: Remove worklink rules (@​wata727)
    • The following rules are removed
      • aws_worklink_fleet_invalid_audit_stream_arn
      • aws_worklink_fleet_invalid_device_ca_certificate
      • aws_worklink_fleet_invalid_display_name
      • aws_worklink_fleet_invalid_name
      • aws_worklink_website_certificate_authority_association_invalid_certificate
      • aws_worklink_website_certificate_authority_association_invalid_display_name
      • aws_worklink_website_certificate_authority_association_invalid_fleet_arn
Enhancements
  • #​720: Update AWS provider/module and generated content
Bug Fixes
  • #​721: Fix incorrect mapping about aws_servicecatalog_portfolio_share type (@​wata727)
Chores
  • #​692 #​712: Bump github.com/aws/aws-sdk-go-v2/service/ecs from 1.44.3 to 1.47.3
  • #​693: Bump github.com/hashicorp/aws-sdk-go-base/v2 from 2.0.0-beta.54 to 2.0.0-beta.58
  • #​694 #​717: Bump github.com/aws/aws-sdk-go-v2/service/iam from 1.34.3 to 1.37.2
  • #​695 #​714: Bump github.com/aws/aws-sdk-go-v2/service/rds from 1.82.0 to 1.87.2
  • #​696 #​715: Bump github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing from 1.26.3 to 1.28.2
  • #​697 #​713: Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.173.0 to 1.182.0
  • #​698 #​718: Bump github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 from 1.34.0 to 1.40.0
  • #​699 #​716: Bump github.com/aws/aws-sdk-go-v2/service/elasticache from 1.40.5 to 1.43.0
  • #​702: Bump golang.org/x/net from 0.29.0 to 0.30.0
  • #​722: Bump GoReleaser to v2 (@​wata727)
  • #​723: Remove patch version pin from go.mod (@​wata727)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from npalm and kayman-mk as code owners October 14, 2024 01:09
Copy link
Contributor

Hey @renovate[bot]! 👋

Thank you for your contribution to the project. Please refer to the contribution rules for a quick overview of the process.

Make sure that this PR clearly explains:

  • the problem being solved
  • the best way a reviewer and you can test your changes

With submitting this PR you confirm that you hold the rights of the code added and agree that it will published under this LICENSE.

The following ChatOps commands are supported:

  • /help: notifies a maintainer to help you out

Simply add a comment with the command in the first line. If you need to pass more information, separate it with a blank line from the command.

This message was generated automatically. You are welcome to improve it.

kayman-mk
kayman-mk previously approved these changes Oct 14, 2024
Copy link
Collaborator

@kayman-mk kayman-mk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved Renovate PR by organization

Copy link
Contributor

github-actions bot commented Oct 14, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 2 0 0.05s
✅ COPYPASTE jscpd yes no 1.48s
✅ REPOSITORY checkov yes no 14.8s
✅ REPOSITORY dustilock yes no 0.2s
✅ REPOSITORY gitleaks yes no 1.38s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 13.46s
✅ REPOSITORY secretlint yes no 1.09s
✅ REPOSITORY syft yes no 0.34s
✅ REPOSITORY trivy-sbom yes no 0.16s
✅ REPOSITORY trufflehog yes no 3.4s
✅ SPELL cspell 8 0 2.66s
✅ TERRAFORM terraform-fmt 5 0 0 0.36s
✅ YAML prettier 2 0 0 0.46s
✅ YAML v8r 2 0 3.72s
✅ YAML yamllint 2 0 0.32s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

kayman-mk
kayman-mk previously approved these changes Oct 14, 2024
Copy link
Collaborator

@kayman-mk kayman-mk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved Renovate PR by organization

kayman-mk
kayman-mk previously approved these changes Oct 15, 2024
Copy link
Collaborator

@kayman-mk kayman-mk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved Renovate PR by organization

Copy link
Collaborator

@kayman-mk kayman-mk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved Renovate PR by organization

@renovate renovate bot merged commit 747327c into main Oct 16, 2024
19 checks passed
@renovate renovate bot deleted the renovate/all branch October 16, 2024 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant