Re-compile the dev requirements#4841
Merged
Merged
Conversation
Contributor
|
Terraform plan for meta No changes. Your infrastructure matches the configuration.✅ Plan applied in Deploy to Development and Management Environment #968 |
Contributor
|
Terraform plan for dev Plan: 1 to add, 4 to change, 1 to destroy.Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
!~ update in-place
-/+ destroy and then create replacement
Terraform will perform the following actions:
# module.dev.cloudfoundry_network_policy.app-network-policy will be updated in-place
!~ resource "cloudfoundry_network_policy" "app-network-policy" {
id = "99884884-59ae-8864-786d-a5e33d1b1455"
- policy {
- destination_app = "ea09b23c-eebc-4383-9f4d-29152236ad87" -> null
- port = "61443" -> null
- protocol = "tcp" -> null
- source_app = "bfcc67a1-8ace-45fe-b472-0594da8ab39b" -> null
}
- policy {
- destination_app = "ea09b23c-eebc-4383-9f4d-29152236ad87" -> null
- port = "61443" -> null
- protocol = "tcp" -> null
- source_app = "d7fcdc7a-fd97-4e31-89ae-b823883b5992" -> null
}
+ policy {
+ destination_app = (known after apply)
+ port = "61443"
+ protocol = "tcp"
+ source_app = "bfcc67a1-8ace-45fe-b472-0594da8ab39b"
}
+ policy {
+ destination_app = (known after apply)
+ port = "61443"
+ protocol = "tcp"
+ source_app = "d7fcdc7a-fd97-4e31-89ae-b823883b5992"
}
}
# module.dev.cloudfoundry_network_policy.clamav-network-policy will be updated in-place
!~ resource "cloudfoundry_network_policy" "clamav-network-policy" {
id = "30fc72e9-9a5e-c40d-140c-98bc1b576989"
- policy {
- destination_app = "a6eb3870-2769-4aa9-a8f2-f1a31939f563" -> null
- port = "61443" -> null
- protocol = "tcp" -> null
- source_app = "6eab89ac-271f-4193-893f-cfa1f590f3d9" -> null
}
- policy {
- destination_app = "a6eb3870-2769-4aa9-a8f2-f1a31939f563" -> null
- port = "61443" -> null
- protocol = "tcp" -> null
- source_app = "ea09b23c-eebc-4383-9f4d-29152236ad87" -> null
}
+ policy {
+ destination_app = "a6eb3870-2769-4aa9-a8f2-f1a31939f563"
+ port = "61443"
+ protocol = "tcp"
+ source_app = (known after apply)
}
+ policy {
+ destination_app = "a6eb3870-2769-4aa9-a8f2-f1a31939f563"
+ port = "61443"
+ protocol = "tcp"
+ source_app = (known after apply)
}
}
# module.dev.module.clamav.cloudfoundry_app.clamav_api will be updated in-place
!~ resource "cloudfoundry_app" "clamav_api" {
+ buildpacks = (known after apply)
!~ created_at = "2025-03-14T14:22:42Z" -> (known after apply)
!~ docker_image = "ghcr.io/gsa-tts/fac/clamav@sha256:a73b18094206cac34dc03bbbbfb5892f4b723bb35e6fab14e23381abecd6a1fa" -> "ghcr.io/gsa-tts/fac/clamav@sha256:296c46bb74c5a29e4b71aa0d46a8518dd379b4410026a9a3ab97b0ea8fc7b4bd"
!~ health_check_type = "port" -> (known after apply)
!~ id = "************************************" -> (known after apply)
!~ log_rate_limit_per_second = "-1" -> (known after apply)
name = "fac-av-dev"
!~ readiness_health_check_type = "process" -> (known after apply)
!~ stack = null -> (known after apply)
!~ updated_at = "2025-03-26T20:47:35Z" -> (known after apply)
# (9 unchanged attributes hidden)
}
# module.dev.module.cors.null_resource.cors_header must be replaced
-/+ resource "null_resource" "cors_header" {
!~ id = "*****************" -> (known after apply)
!~ triggers = { # forces replacement
!~ "always_run" = "2025-03-26T20:47:30Z" -> (known after apply)
}
}
# module.dev.module.file_scanner_clamav.cloudfoundry_app.clamav_api will be updated in-place
!~ resource "cloudfoundry_app" "clamav_api" {
+ buildpacks = (known after apply)
!~ created_at = "2025-03-14T14:22:42Z" -> (known after apply)
!~ docker_image = "ghcr.io/gsa-tts/fac/clamav@sha256:a73b18094206cac34dc03bbbbfb5892f4b723bb35e6fab14e23381abecd6a1fa" -> "ghcr.io/gsa-tts/fac/clamav@sha256:296c46bb74c5a29e4b71aa0d46a8518dd379b4410026a9a3ab97b0ea8fc7b4bd"
!~ health_check_type = "port" -> (known after apply)
!~ id = "************************************" -> (known after apply)
!~ log_rate_limit_per_second = "-1" -> (known after apply)
name = "fac-av-dev-fs"
!~ readiness_health_check_type = "process" -> (known after apply)
!~ stack = null -> (known after apply)
!~ updated_at = "2025-03-26T20:47:35Z" -> (known after apply)
# (9 unchanged attributes hidden)
}
Plan: 1 to add, 4 to change, 1 to destroy.✅ Plan applied in Deploy to Development and Management Environment #968 |
964d2b1 to
b7ad52e
Compare
As of django's new version `5.1.7`, this field `instance.change_message` is not equipped to handle a case where it is null.
Contributor
Minimum allowed line rate is |
jperson1
approved these changes
Mar 28, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Looks like we forgot to recompile dev requirements with the 5.1.7 django bump