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 #1187

Merged
merged 1 commit into from
Sep 23, 2024
Merged

chore(deps): update all dependencies #1187

merged 1 commit into from
Sep 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
aws (source) required_provider minor 5.67.0 -> 5.68.0 age adoption passing confidence
boto3 patch ==1.35.20 -> ==1.35.24 age adoption passing confidence
botocore patch ==1.35.20 -> ==1.35.24 age adoption passing confidence
random (source) required_provider patch 3.6.0 -> 3.6.3 age adoption passing confidence
terraform-docs/gh-actions action minor v1.2.2 -> v1.3.0 age adoption passing confidence

Release Notes

hashicorp/terraform-provider-aws (aws)

v5.68.0

Compare Source

NOTES:

  • resource/aws_iam_role: The inline_policy argument is deprecated. Use the aws_iam_role_policy resource instead. If Terraform should exclusively manage all inline policy associations (the current behavior of this argument), use the aws_iam_role_policies_exclusive resource as well. (#​39203)
  • resource/aws_lexv2models_slot_type: Within the composite_slot_type_setting block, the subslots argument has been renamed sub_slots. See the linked pull request for additional justification on this change. The previous misnaming effectively made this argument unusable, therefore a breaking change in a minor version was deemed acceptable. (#​39353)

FEATURES:

  • New Data Source: aws_elasticache_reserved_cache_node_offering (#​29832)
  • New Data Source: aws_securityhub_standards_control_associations (#​39334)
  • New Data Source: aws_synthetics_runtime_version (#​39180)
  • New Data Source: aws_synthetics_runtime_versions (#​39180)
  • New Resource: aws_appsync_source_api_association (#​39323)
  • New Resource: aws_elasticache_reserved_cache_node (#​29832)
  • New Resource: aws_iam_role_policies_exclusive (#​39203)
  • New Resource: aws_pinpointsmsvoicev2_opt_out_list (#​25036)
  • New Resource: aws_pinpointsmsvoicev2_phone_number (#​25036)
  • New Resource: aws_sesv2_account_suppression_attributes (#​39325)

ENHANCEMENTS:

  • resource/aws_s3_bucket_server_side_encryption_configuration: S3 directory buckets now support SSE-KMS (#​39366)
  • resource/aws_ses_receipt_rule: Add iam_role_arn argument to s3_action configuration block (#​39364)
  • resource/aws_synthetics_canary: Increase maximum name length to 255 characters (#​39315)

BUG FIXES:

  • provider: Allows assume_role.role_arn to be an empty string when there is a single assume_role entry. (#​39328)
  • resource/aws_amplify_app: Fix failure when unsetting the environment_variables argument (#​39397)
  • resource/aws_dynamodb_table: Fix changing replicas to the default Managed by DynamoDB encryption setting (#​31284)
  • resource/aws_dynamodb_table: Handle eventual consistency of tag creation and removal (#​39326)
  • resource/aws_dynamodb_table_replica: Handle eventual consistency of tag creation and removal (#​39326)
  • resource/aws_dynamodb_tag: Handle eventual consistency of tag creation and removal (#​39326)
  • resource/aws_mq_broker: Fix engine_version mismatch with RabbitMQ 3.13 and ActiveMQ 5.18 and above (#​39024)
  • resource/aws_mwaa_environment: Fix creating environments with endpoint_management = "CUSTOMER" (#​39394)
  • resource/aws_opensearchserverless_access_policy: Fix incompatible type error when setting policy (#​39322)
boto/boto3 (boto3)

v1.35.24

Compare Source

=======

  • api-change:dynamodb: [botocore] Generate account endpoint for DynamoDB requests when the account ID is available
  • api-change:neptune: [botocore] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • api-change:sagemaker: [botocore] Amazon SageMaker now supports using manifest files to specify the location of uncompressed model artifacts within Model Packages
  • api-change:sagemaker-metrics: [botocore] This release introduces support for the SageMaker Metrics BatchGetMetrics API.
  • api-change:workspaces: [botocore] Releasing new ErrorCodes for SysPrep failures during ImageImport and CreateImage process

v1.35.23

Compare Source

=======

  • api-change:codeconnections: [botocore] This release adds the PullRequestComment field to CreateSyncConfiguration API input, UpdateSyncConfiguration API input, GetSyncConfiguration API output and ListSyncConfiguration API output
  • api-change:glue: [botocore] This change is for releasing TestConnection api SDK model
  • api-change:lambda: [botocore] Tagging support for Lambda event source mapping, and code signing configuration resources.
  • api-change:mediaconvert: [botocore] This release provides support for additional DRM configurations per SPEKE Version 2.0.
  • api-change:medialive: [botocore] Adds Bandwidth Reduction Filtering for HD AVC and HEVC encodes, multiplex container settings.
  • api-change:quicksight: [botocore] QuickSight: 1. Add new API - ListFoldersForResource. 2. Commit mode adds visibility configuration of Apply button on multi-select controls for authors.
  • api-change:sagemaker: [botocore] Introduced support for G6e instance types on SageMaker Studio for JupyterLab and CodeEditor applications.
  • api-change:workspaces-web: [botocore] WorkSpaces Secure Browser now enables Administrators to view and manage end-user browsing sessions via Session Management APIs.

v1.35.22

Compare Source

=======

  • api-change:ce: [botocore] This release extends the GetReservationPurchaseRecommendation API to support recommendations for Amazon DynamoDB reservations.
  • api-change:ds: [botocore] Added new APIs for enabling, disabling, and describing access to the AWS Directory Service Data API
  • api-change:ds-data: [botocore] Added new AWS Directory Service Data API, enabling you to manage data stored in AWS Directory Service directories. This includes APIs for creating, reading, updating, and deleting directory users, groups, and group memberships.
  • api-change:guardduty: [botocore] Add launchType and sourceIPs fields to GuardDuty findings.
  • api-change:mailmanager: [botocore] Introduce a new RuleSet condition evaluation, where customers can set up a StringExpression with a MimeHeader condition. This condition will perform the necessary validation based on the X-header provided by customers.
  • api-change:rds: [botocore] Updates Amazon RDS documentation with information upgrading snapshots with unsupported engine versions for RDS for MySQL and RDS for PostgreSQL.
  • api-change:s3: [botocore] Added SSE-KMS support for directory buckets.

v1.35.21

Compare Source

=======

  • api-change:codebuild: [botocore] GitLab Enhancements - Add support for Self-Hosted GitLab runners in CodeBuild. Add group webhooks
  • api-change:ecr: [botocore] The DescribeImageScanning API now includes fixAvailable, exploitAvailable, and fixedInVersion fields to provide more detailed information about the availability of fixes, exploits, and fixed versions for identified image vulnerabilities.
  • api-change:ecs: [botocore] This is a documentation only release to address various tickets.
  • api-change:lambda: [botocore] Support for JSON resource-based policies and block public access
  • api-change:rds: [botocore] Updates Amazon RDS documentation with configuration information about the BYOL model for RDS for Db2.
  • api-change:ssm: [botocore] Support for additional levels of cross-account, cross-Region organizational units in Automation. Various documentation updates.
boto/botocore (botocore)

v1.35.24

Compare Source

=======

  • api-change:dynamodb: Generate account endpoint for DynamoDB requests when the account ID is available
  • api-change:neptune: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • api-change:sagemaker: Amazon SageMaker now supports using manifest files to specify the location of uncompressed model artifacts within Model Packages
  • api-change:sagemaker-metrics: This release introduces support for the SageMaker Metrics BatchGetMetrics API.
  • api-change:workspaces: Releasing new ErrorCodes for SysPrep failures during ImageImport and CreateImage process

v1.35.23

Compare Source

=======

  • api-change:codeconnections: This release adds the PullRequestComment field to CreateSyncConfiguration API input, UpdateSyncConfiguration API input, GetSyncConfiguration API output and ListSyncConfiguration API output
  • api-change:glue: This change is for releasing TestConnection api SDK model
  • api-change:lambda: Tagging support for Lambda event source mapping, and code signing configuration resources.
  • api-change:mediaconvert: This release provides support for additional DRM configurations per SPEKE Version 2.0.
  • api-change:medialive: Adds Bandwidth Reduction Filtering for HD AVC and HEVC encodes, multiplex container settings.
  • api-change:quicksight: QuickSight: 1. Add new API - ListFoldersForResource. 2. Commit mode adds visibility configuration of Apply button on multi-select controls for authors.
  • api-change:sagemaker: Introduced support for G6e instance types on SageMaker Studio for JupyterLab and CodeEditor applications.
  • api-change:workspaces-web: WorkSpaces Secure Browser now enables Administrators to view and manage end-user browsing sessions via Session Management APIs.

v1.35.22

Compare Source

=======

  • api-change:ce: This release extends the GetReservationPurchaseRecommendation API to support recommendations for Amazon DynamoDB reservations.
  • api-change:ds: Added new APIs for enabling, disabling, and describing access to the AWS Directory Service Data API
  • api-change:ds-data: Added new AWS Directory Service Data API, enabling you to manage data stored in AWS Directory Service directories. This includes APIs for creating, reading, updating, and deleting directory users, groups, and group memberships.
  • api-change:guardduty: Add launchType and sourceIPs fields to GuardDuty findings.
  • api-change:mailmanager: Introduce a new RuleSet condition evaluation, where customers can set up a StringExpression with a MimeHeader condition. This condition will perform the necessary validation based on the X-header provided by customers.
  • api-change:rds: Updates Amazon RDS documentation with information upgrading snapshots with unsupported engine versions for RDS for MySQL and RDS for PostgreSQL.
  • api-change:s3: Added SSE-KMS support for directory buckets.

v1.35.21

Compare Source

=======

  • api-change:codebuild: GitLab Enhancements - Add support for Self-Hosted GitLab runners in CodeBuild. Add group webhooks
  • api-change:ecr: The DescribeImageScanning API now includes fixAvailable, exploitAvailable, and fixedInVersion fields to provide more detailed information about the availability of fixes, exploits, and fixed versions for identified image vulnerabilities.
  • api-change:ecs: This is a documentation only release to address various tickets.
  • api-change:lambda: Support for JSON resource-based policies and block public access
  • api-change:rds: Updates Amazon RDS documentation with configuration information about the BYOL model for RDS for Db2.
  • api-change:ssm: Support for additional levels of cross-account, cross-Region organizational units in Automation. Various documentation updates.
hashicorp/terraform-provider-random (random)

v3.6.3

Compare Source

NOTES:

  • all: This release introduces no functional changes. It does however include dependency updates which address upstream CVEs. (#​604)

v3.6.2

Compare Source

NOTES:

  • resource/random_pet: Results have been updated to the latest upstream petname data (#​581)

v3.6.1

Compare Source

BUG FIXES:

  • all: Prevent keepers from triggering an in-place update following import (#​385)
  • resource/random_shuffle: Prevent inconsistent result after apply when result_count is set to 0 (#​409)
  • provider/random_password: Fix bug which causes panic when special, upper, lower and number/numeric are all false (#​551)
  • provider/random_string: Fix bug which causes panic when special, upper, lower and number/numeric are all false (#​551)
terraform-docs/gh-actions (terraform-docs/gh-actions)

v1.3.0

Compare Source

What’s Changed


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.

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.

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

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 1 0 0.0s
✅ COPYPASTE jscpd yes no 1.48s
✅ REPOSITORY checkov yes no 14.59s
✅ REPOSITORY dustilock yes no 0.15s
✅ REPOSITORY gitleaks yes no 1.35s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 12.28s
✅ REPOSITORY secretlint yes no 0.93s
✅ REPOSITORY syft yes no 0.45s
✅ REPOSITORY trivy-sbom yes no 0.87s
✅ REPOSITORY trufflehog yes no 4.67s
✅ SPELL cspell 7 0 2.19s
✅ TERRAFORM terraform-fmt 5 0 0 0.27s
✅ YAML prettier 1 0 0 0.37s
✅ YAML v8r 1 0 3.18s
✅ YAML yamllint 1 0 0.44s

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

@renovate renovate bot merged commit dc593c7 into main Sep 23, 2024
19 checks passed
@renovate renovate bot deleted the renovate/all branch September 23, 2024 03:15
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