Skip to content

Commit b4eec6d

Browse files
author
David O'Sullivan
committed
v4.52 Release
1 parent b2d7a6e commit b4eec6d

30 files changed

+60
-57
lines changed

config/app_dynamics_agent.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@
1515

1616
# Configuration for the AppDynamics framework
1717
---
18-
version: +
18+
version: 22.8.0_34104
1919
repository_root: https://packages.appdynamics.com/java
20-
default_application_name: $(jq -r -n "$VCAP_APPLICATION | .space_name + \":\" + .application_name | @sh")
21-
default_node_name: $(jq -r -n "\"$APPD_CF_NODE_PREFIX\" + ($VCAP_APPLICATION | .application_name) + \":$CF_INSTANCE_INDEX\" | @sh")
22-
default_tier_name:
23-
default_unique_host_name: $(jq -r -n "$VCAP_APPLICATION | .application_id + \":$CF_INSTANCE_INDEX\" | @sh")
20+
default_application_name: $(jq -r -n "$VCAP_APPLICATION | .space_name + \":\" + .application_name
21+
| @sh")
22+
default_node_name: $(jq -r -n "\"$APPD_CF_NODE_PREFIX\" + ($VCAP_APPLICATION | .application_name)
23+
+ \":$CF_INSTANCE_INDEX\" | @sh")
24+
default_tier_name:
25+
default_unique_host_name: $(jq -r -n "$VCAP_APPLICATION | .application_id + \":$CF_INSTANCE_INDEX\"
26+
| @sh")

config/azure_application_insights_agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515

1616
# Configuration for the Azure Application Insights framework.
1717
---
18-
version: 2.+
18+
version: 2.6.2
1919
repository_root: https://java-buildpack.cloudfoundry.org/azure-application-insights

config/client_certificate_mapper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515

1616
# Container security provider configuration
1717
---
18-
version: 1.+
18+
version: 1.11.0_RELEASE
1919
repository_root: "{default.repository.root}/client-certificate-mapper"

config/container_customizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515

1616
# Configuration for the Container Customizer framework
1717
---
18-
version: 2.+
18+
version: 2.6.0_RELEASE
1919
repository_root: "{default.repository.root}/container-customizer"

config/container_security_provider.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# Container security provider configuration
1717
---
18-
version: 1.+
18+
version: 1.19.0_RELEASE
1919
repository_root: "{default.repository.root}/container-security-provider"
2020
key_manager_enabled:
2121
trust_manager_enabled:

config/contrast_security_agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515

1616
# Configuration for the ContrastSecurity framework
1717
---
18-
version: 3.+
18+
version: 3.18.1
1919
repository_root: https://download.run.pivotal.io/contrast-security

config/datadog_javaagent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515

1616
# Configuration for the Datadog APM Javaagent
1717
---
18-
version: +
18+
version: 0.108.2
1919
repository_root: https://raw.githubusercontent.com/datadog/dd-trace-java/cloudfoundry/

config/elastic_apm_agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515

1616
# Configuration for the Elastic Apm Agent framework
1717
---
18-
version: 1.+
18+
version: 1.34.0
1919
repository_root: https://raw.githubusercontent.com/elastic/apm-agent-java/master/cloudfoundry

config/google_stackdriver_debugger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# Configuration for the Groovy container
1717
---
18-
version: 2.+
18+
version: 2.32.0
1919
repository_root: "{default.repository.root}/google-stackdriver-debugger/{platform}/{architecture}"
2020
application_name:
2121
application_version:

config/google_stackdriver_profiler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# Configuration for the Groovy container
1717
---
18-
version: 0.+
18+
version: 0.1.0
1919
repository_root: "{default.repository.root}/google-stackdriver-profiler/{platform}/{architecture}"
2020
application_name:
2121
application_version:

0 commit comments

Comments
 (0)