Skip to content

Commit b2f117e

Browse files
chore(deps): update all dependencies (#1297)
This PR contains the following updates: | Package | Type | Update | Change | Age | Confidence | |---|---|---|---|---|---| | [aws](https://registry.terraform.io/providers/hashicorp/aws) ([source](https://redirect.github.com/hashicorp/terraform-provider-aws)) | required_provider | minor | `6.2.0` -> `6.3.0` | [![age](https://developer.mend.io/api/mc/badges/age/terraform-provider/hashicorp%2faws/6.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/terraform-provider/hashicorp%2faws/6.2.0/6.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [boto3](https://redirect.github.com/boto/boto3) | | patch | `==1.39.3` -> `==1.39.4` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/boto3/1.39.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/boto3/1.39.3/1.39.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [botocore](https://redirect.github.com/boto/botocore) | | patch | `==1.39.3` -> `==1.39.4` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/botocore/1.39.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/botocore/1.39.3/1.39.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [checkmarx/kics](https://redirect.github.com/Checkmarx/kics) | container | patch | `v2.1.10-debian` -> `v2.1.11-debian` | [![age](https://developer.mend.io/api/mc/badges/age/docker/checkmarx%2fkics/v2.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/checkmarx%2fkics/v2.1.10/v2.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>hashicorp/terraform-provider-aws (aws)</summary> ### [`v6.3.0`](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#630-July-10-2025) [Compare Source](https://redirect.github.com/hashicorp/terraform-provider-aws/compare/v6.2.0...v6.3.0) FEATURES: - **New Resource:** `aws_prometheus_query_logging_configuration` ([#&#8203;43222](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/43222)) ENHANCEMENTS: - data-source/aws\_cloudfront\_distribution: Add `anycast_ip_list_id` attribute ([#&#8203;43196](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/43196)) - data-source/aws\_networkmanager\_core\_network\_policy\_document: Add `core_network_configuration.dns_support` and `core_network_configuration.security_group_referencing_support` arguments ([#&#8203;43277](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/43277)) - resource/aws\_cloudfront\_distribution: Add `anycast_ip_list_id` argument ([#&#8203;43196](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/43196)) - resource/aws\_dynamodb\_table: Add `replica.consistency_mode` argument in support of [multi-Region strong consistency](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2globaltables_HowItWorks.html#V2globaltables_HowItWorks.choosing-consistency-mode) for Amazon DynamoDB global tables ([#&#8203;43236](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/43236)) BUG FIXES: - provider: Fix `runtime error: invalid memory address or nil pointer dereference` panics for numerous resource types when modifying `tags` ([#&#8203;43324](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/43324)) - resource/aws\_bedrockagent\_agent\_action\_group: Add missing prepare agent call when deleting an action group ([#&#8203;43232](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/43232)) - resource/aws\_bedrockagent\_agent\_action\_group: Retry `operation can't be performed on Agent when it is in Preparing state.` errors during agent action group base creation, update, and deletion. ([#&#8203;43232](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/43232)) - resource/aws\_bedrockagent\_agent\_knowledge\_base\_association: Add missing prepare agent call when deleting a knowledge base association ([#&#8203;43232](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/43232)) - resource/aws\_bedrockagent\_agent\_knowledge\_base\_association: Retry `operation can't be performed on Agent when it is in Preparing state.` errors during agent knowledge base creation and disassociation ([#&#8203;43232](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/43232)) - resource/aws\_cloudfrontkeyvaluestore\_keys\_exclusive: Fix errant deletion of key value pairs when a value is changed ([#&#8203;43208](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/43208)) - resource/aws\_cognito\_user\_pool\_domain: Correctly update `managed_login_version` for custom Cognito domains ([#&#8203;43252](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/43252)) - resource/aws\_db\_instance\_role\_association: Retry `InvalidDBInstanceState` errors on delete ([#&#8203;43303](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/43303)) - resource/aws\_medialive\_channel: Fix `interface conversion: interface {} is nil, not map[string]interface {}` panics when configuration blocks are empty ([#&#8203;43308](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/43308)) - resource/aws\_rds\_cluster\_role\_association: Retry `InvalidDBClusterStateFault` errors on delete ([#&#8203;43303](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/43303)) - resource/aws\_redshift\_cluster: Correctly set `availability_zone_relocation_enabled` ([#&#8203;43270](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/43270)) - resource/aws\_route53profiles\_resource\_association: Change `resource_properties` to Computed to enable `vpc_endpoint` associations ([#&#8203;42562](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42562)) - resource/aws\_ssoadmin\_application: Updates value of `arn` when refreshing state. ([#&#8203;43273](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/43273)) </details> <details> <summary>boto/boto3 (boto3)</summary> ### [`v1.39.4`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#1394) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.39.3...1.39.4) \====== - api-change:`ec2`: \[`botocore`] Adds support to Capacity Blocks for ML for purchasing EC2 P6e-GB200 UltraServers. Customers can now purchase u-p6e-gb200x72 and u-p6e-gb200x36 UltraServers. Adds new DescribeCapacityBlocks andDescribeCapacityBlockStatus APIs. Adds support for CapacityBlockId to DescribeInstanceTopology. - api-change:`freetier`: \[`botocore`] This release introduces four new APIs: GetAccountPlanState and UpgradeAccountPlan for AWS account plan management; ListAccountActivities and GetAccountActivity that provide activity tracking capabilities. - api-change:`opsworkscm`: \[`botocore`] Removing content that refers to an S3 bucket that is no longer in use. </details> <details> <summary>boto/botocore (botocore)</summary> ### [`v1.39.4`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#1394) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.39.3...1.39.4) \====== - api-change:`ec2`: Adds support to Capacity Blocks for ML for purchasing EC2 P6e-GB200 UltraServers. Customers can now purchase u-p6e-gb200x72 and u-p6e-gb200x36 UltraServers. Adds new DescribeCapacityBlocks andDescribeCapacityBlockStatus APIs. Adds support for CapacityBlockId to DescribeInstanceTopology. - api-change:`freetier`: This release introduces four new APIs: GetAccountPlanState and UpgradeAccountPlan for AWS account plan management; ListAccountActivities and GetAccountActivity that provide activity tracking capabilities. - api-change:`opsworkscm`: Removing content that refers to an S3 bucket that is no longer in use. </details> <details> <summary>Checkmarx/kics (checkmarx/kics)</summary> ### [`v2.1.11`](https://redirect.github.com/Checkmarx/kics/releases/tag/v2.1.11) [Compare Source](https://redirect.github.com/Checkmarx/kics/compare/v2.1.10...v2.1.11) #### What's Changed - docs(kicsbot): preparing for release 2.1.10 by [@&#8203;kicsbot](https://redirect.github.com/kicsbot) in [https://github.com/Checkmarx/kics/pull/7486](https://redirect.github.com/Checkmarx/kics/pull/7486) - update(deps): fix vulnerabilities and upgrade to GOv1.24.4 by [@&#8203;cx-rui-araujo](https://redirect.github.com/cx-rui-araujo) in [https://github.com/Checkmarx/kics/pull/7493](https://redirect.github.com/Checkmarx/kics/pull/7493) - fix(query): fix fp for missing\_flag\_from\_dnf\_install by [@&#8203;cx-romeu-silva](https://redirect.github.com/cx-romeu-silva) in [https://github.com/Checkmarx/kics/pull/7497](https://redirect.github.com/Checkmarx/kics/pull/7497) - fix(query): support deprecated enable\_https\_traffic\_only and https\_traffic\_only\_enabled fields by [@&#8203;cx-artur-ribeiro](https://redirect.github.com/cx-artur-ribeiro) in [https://github.com/Checkmarx/kics/pull/7461](https://redirect.github.com/Checkmarx/kics/pull/7461) - docs(platforms): add documentation to Analyzer Blacklist for Unsupported File Types by [@&#8203;cx-artur-ribeiro](https://redirect.github.com/cx-artur-ribeiro) in [https://github.com/Checkmarx/kics/pull/7509](https://redirect.github.com/Checkmarx/kics/pull/7509) - fix(query): improving Volume Mount With OS Directory Write Permissions k8s query by [@&#8203;cx-artur-ribeiro](https://redirect.github.com/cx-artur-ribeiro) in [https://github.com/Checkmarx/kics/pull/7508](https://redirect.github.com/Checkmarx/kics/pull/7508) - fix(query): fix fp for ecs\_cluster\_not\_encrypted\_at\_rest by [@&#8203;cx-romeu-silva](https://redirect.github.com/cx-romeu-silva) in [https://github.com/Checkmarx/kics/pull/7510](https://redirect.github.com/Checkmarx/kics/pull/7510) - fix(query): fix fn in password and secrets Dockerfile ENV variable cases by [@&#8203;cx-eduardo-semanas](https://redirect.github.com/cx-eduardo-semanas) in [https://github.com/Checkmarx/kics/pull/7503](https://redirect.github.com/Checkmarx/kics/pull/7503) - fix(query): fix fp for mssql\_server\_auditing\_disabled by [@&#8203;cx-romeu-silva](https://redirect.github.com/cx-romeu-silva) in [https://github.com/Checkmarx/kics/pull/7492](https://redirect.github.com/Checkmarx/kics/pull/7492) - fix(query): fix fp for iam\_group\_without\_users by [@&#8203;cx-romeu-silva](https://redirect.github.com/cx-romeu-silva) in [https://github.com/Checkmarx/kics/pull/7502](https://redirect.github.com/Checkmarx/kics/pull/7502) - fix(query): fix fn for iam\_policy\_grants\_full\_permissions by [@&#8203;cx-romeu-silva](https://redirect.github.com/cx-romeu-silva) in [https://github.com/Checkmarx/kics/pull/7500](https://redirect.github.com/Checkmarx/kics/pull/7500) - fix(query): fix fp in password and secrets Generic Passwords by [@&#8203;cx-romeu-silva](https://redirect.github.com/cx-romeu-silva) in [https://github.com/Checkmarx/kics/pull/7512](https://redirect.github.com/Checkmarx/kics/pull/7512) - fix(query): fix fp in password and secrets Generic Private Key by [@&#8203;cx-romeu-silva](https://redirect.github.com/cx-romeu-silva) in [https://github.com/Checkmarx/kics/pull/7514](https://redirect.github.com/Checkmarx/kics/pull/7514) - docs(queries): update queries catalog by [@&#8203;kicsbot](https://redirect.github.com/kicsbot) in [https://github.com/Checkmarx/kics/pull/7507](https://redirect.github.com/Checkmarx/kics/pull/7507) - docs(kicsbot): preparing for release 2.1.11 by [@&#8203;kicsbot](https://redirect.github.com/kicsbot) in [https://github.com/Checkmarx/kics/pull/7520](https://redirect.github.com/Checkmarx/kics/pull/7520) #### New Contributors - [@&#8203;cx-romeu-silva](https://redirect.github.com/cx-romeu-silva) made their first contribution in [https://github.com/Checkmarx/kics/pull/7497](https://redirect.github.com/Checkmarx/kics/pull/7497) **Full Changelog**: Checkmarx/kics@v2.1.10...v2.1.11 </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cattle-ops/terraform-aws-gitlab-runner). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8267e2f commit b2f117e

File tree

3 files changed

+32
-32
lines changed

3 files changed

+32
-32
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
kics:
6060
runs-on: ubuntu-latest
6161
container:
62-
image: checkmarx/kics:v2.1.10-debian@sha256:45b32c3b64d385129e92cb97fe82125468f0e07fa06db52eb122185aecfbca5c
62+
image: checkmarx/kics:v2.1.11-debian@sha256:9014387b9e19c702a9f6ac5a63aff48499ba2a3af090a76056bff8fe5396ef08
6363
steps:
6464
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6565
# ignore: "tags not used", "access analyzer not used", "shield advanced not used"

.terraform.lock.hcl

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
boto3 ==1.39.3
2-
botocore ==1.39.3
1+
boto3 ==1.39.4
2+
botocore ==1.39.4

0 commit comments

Comments
 (0)