Conversation
|
|
Terraform plan in ./services/publish/infrastructure in the prod workspace Plan: 0 to add, 1 to change, 0 to destroy.Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
!~ update in-place
Terraform will perform the following actions:
# module.publish.aws_lambda_function.service will be updated in-place
!~ resource "aws_lambda_function" "service" {
id = "coverage-publish-prod"
!~ last_modified = "2026-03-29T02:52:45.000+0000" -> (known after apply)
!~ source_code_hash = "og+NCZoL3DOiEOpHxMxPt3urSYTK3elQ3Ex+RVt8zWE=" -> "RoqMwAgh9kHMLO1JZxHL0Di412aTF6dqLDEroDqHsd8="
tags = {}
# (30 unchanged attributes hidden)
# (4 unchanged blocks hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.📝 Plan generated in Publish #2415 |
|
Terraform plan in ./services/orchestrator/infrastructure in the prod workspace Plan: 0 to add, 1 to change, 0 to destroy.Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
!~ update in-place
Terraform will perform the following actions:
# module.orchestrator.aws_lambda_function.service will be updated in-place
!~ resource "aws_lambda_function" "service" {
id = "coverage-orchestrator-prod"
!~ last_modified = "2026-03-29T02:30:34.000+0000" -> (known after apply)
!~ source_code_hash = "VRoaB12NOscuDCNv/2sCRrNGKmu01eGwXE1Ve70WEA4=" -> "UzXETY2eZv/0dNbhKMf4nfc9kHbzauaaDqW8kNb/wTk="
tags = {}
# (30 unchanged attributes hidden)
# (4 unchanged blocks hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
Warning: Argument is deprecated
with module.event_store.aws_dynamodb_table.event_table,
on event_store/main.tf line 1, in resource "aws_dynamodb_table" "event_table":
1: resource "aws_dynamodb_table" "event_table" {
range_key is deprecated. Use key_schema instead.
(and one more similar warning elsewhere)📝 Plan generated in Orchestrator #2209 |
|
Terraform plan in ./services/api/infrastructure in the prod workspace Plan: 0 to add, 3 to change, 0 to destroy.Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
!~ update in-place
Terraform will perform the following actions:
# module.api.aws_lambda_function.api will be updated in-place
!~ resource "aws_lambda_function" "api" {
id = "coverage-api-prod"
!~ last_modified = "2026-03-29T02:31:38.000+0000" -> (known after apply)
!~ source_code_hash = "gWnTSpdtHw6HHrKvY0zChJQF2IxtLJJFUztZWAzBe34=" -> "ofzVYgzMNiC9aI5HLPhGvE8dnTBJqQgApjECIHvCJLU="
tags = {}
# (30 unchanged attributes hidden)
# (4 unchanged blocks hidden)
}
# module.event_listener.aws_lambda_function.events will be updated in-place
!~ resource "aws_lambda_function" "events" {
id = "coverage-api-event-listener-prod"
!~ last_modified = "2026-03-29T02:31:29.000+0000" -> (known after apply)
!~ source_code_hash = "gWnTSpdtHw6HHrKvY0zChJQF2IxtLJJFUztZWAzBe34=" -> "ofzVYgzMNiC9aI5HLPhGvE8dnTBJqQgApjECIHvCJLU="
tags = {}
# (30 unchanged attributes hidden)
# (4 unchanged blocks hidden)
}
# module.webhook_handler.aws_lambda_function.webhooks will be updated in-place
!~ resource "aws_lambda_function" "webhooks" {
id = "coverage-api-webhook-handler-prod"
!~ last_modified = "2026-03-29T02:31:46.000+0000" -> (known after apply)
!~ source_code_hash = "gWnTSpdtHw6HHrKvY0zChJQF2IxtLJJFUztZWAzBe34=" -> "ofzVYgzMNiC9aI5HLPhGvE8dnTBJqQgApjECIHvCJLU="
tags = {}
# (30 unchanged attributes hidden)
# (4 unchanged blocks hidden)
}
Plan: 0 to add, 3 to change, 0 to destroy.📝 Plan generated in API #3191 |
|
Terraform plan in ./services/ingest/infrastructure in the prod workspace Plan: 0 to add, 1 to change, 0 to destroy.Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
!~ update in-place
Terraform will perform the following actions:
# module.ingest.aws_lambda_function.service will be updated in-place
!~ resource "aws_lambda_function" "service" {
id = "coverage-ingest-prod"
!~ last_modified = "2026-03-29T02:47:04.000+0000" -> (known after apply)
!~ source_code_hash = "axPT77ej/3FzmD9PpXgIAKd14BcKGgh0yMgVjXvoOlE=" -> "qE4FCD7YRWv7M4WnIhVvGC5fuyWF+KnATimghjPkOfw="
tags = {}
# (30 unchanged attributes hidden)
# (4 unchanged blocks hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.📝 Plan generated in Ingest #3137 |
Coverage Report
Tags
Impacted Files
Last update to bb1fce2 at 12:50pm UTC |
bccd401 to
b67587f
Compare
b67587f to
bb1fce2
Compare
This PR contains the following updates:
^12.0→^13.0^12→^13Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
sebastianbergmann/phpunit (phpunit/phpunit)
v13.0.6: PHPUnit 13.0.6Compare Source
Changed
Fixed
RegularExpressionandStringMatchesFormatDescriptiondid not handlepreg_match()errors such asCompilation failed: regular expression is too largeLearn how to install or update PHPUnit 13.0 in the documentation.
Keep up to date with PHPUnit:
v13.0.5: PHPUnit 13.0.5Compare Source
Fixed
Learn how to install or update PHPUnit 13.0 in the documentation.
Keep up to date with PHPUnit:
v13.0.4: PHPUnit 13.0.4Compare Source
Fixed
Learn how to install or update PHPUnit 13.0 in the documentation.
Keep up to date with PHPUnit:
v13.0.3: PHPUnit 13.0.3Compare Source
Fixed
<ini />can silently failLearn how to install or update PHPUnit 13.0 in the documentation.
Keep up to date with PHPUnit:
v13.0.2: PHPUnit 13.0.2Compare Source
Deprecated
atLeast()with an argument that is not positivewith*()withoutexpects()Fixed
SourceMappermay be deleted prematurely when multiple PHPUnit processes run in parallelwith()is used withoutexpects()Learn how to install or update PHPUnit 13.0 in the documentation.
Keep up to date with PHPUnit:
v13.0.1: PHPUnit 13.0.1Compare Source
Fixed
method()returnsInvocationMockerinstead ofInvocationStubberfor test stubsLearn how to install or update PHPUnit 13.0 in the documentation.
Keep up to date with PHPUnit:
v13.0.0: PHPUnit 13.0.0Compare Source
Added
TestCase::invokeTestMethod()method for customizing test method invocationwithParameterSetsInOrder()andwithParameterSetsInAnyOrder()for expecting calls to the same method of a mock object but with different argumentsassertArraysAreIdentical(),assertArraysAreIdenticalIgnoringOrder(),assertArraysHaveIdenticalValues(),assertArraysHaveIdenticalValuesIgnoringOrder(),assertArraysAreEqual(),assertArraysAreEqualIgnoringOrder(),assertArraysHaveEqualValues(), andassertArraysHaveEqualValuesIgnoringOrder()assertions--test-files-file <file>CLI option to configure a file that contains the paths to the test files to be loaded (one file per line); use this when using CLI arguments is not an option due to argument length limitationsDeprecated
any()matcher (hard deprecation)Removed
Assert::isType()assertContainsOnly()andassertNotContainsOnly()containsOnly()testClassName()method on event value objects for hook methods called for test methodsConfiguration::includeTestSuite()andConfiguration::excludeTestSuite()--dont-report-useless-testsCLI option#[CoversNothing]on a test method#[RunClassInSeparateProcess]attributeLearn how to install or update PHPUnit 13.0 in the documentation.
Keep up to date with PHPUnit:
v12.5.15Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.