Skip to content

Commit a9a43bc

Browse files
author
Daniel Mikusa
committed
v4.49 Release
1 parent 5d5900c commit a9a43bc

31 files changed

+64
-61
lines changed

config/app_dynamics_agent.yml

Lines changed: 7 additions & 4 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.5.0_33845
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")
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")
2224
default_tier_name:
23-
default_unique_host_name: $(jq -r -n "$VCAP_APPLICATION | .application_id + \":$CF_INSTANCE_INDEX\" | @sh")
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/components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ frameworks:
7373
- "JavaBuildpack::Framework::SpringInsight"
7474
- "JavaBuildpack::Framework::SkyWalkingAgent"
7575
- "JavaBuildpack::Framework::YourKitProfiler"
76-
- "JavaBuildpack::Framework::TakipiAgent"
76+
# - "JavaBuildpack::Framework::TakipiAgent"
7777
- "JavaBuildpack::Framework::JavaSecurity"
7878
- "JavaBuildpack::Framework::JavaOpts"

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: 3 additions & 3 deletions
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"
20-
key_manager_enabled:
21-
trust_manager_enabled:
20+
key_manager_enabled:
21+
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.15.0_27227
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.101.0
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.31.0
1919
repository_root: https://raw.githubusercontent.com/elastic/apm-agent-java/master/cloudfoundry

config/google_stackdriver_debugger.yml

Lines changed: 3 additions & 3 deletions
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.29.0
1919
repository_root: "{default.repository.root}/google-stackdriver-debugger/{platform}/{architecture}"
20-
application_name:
21-
application_version:
20+
application_name:
21+
application_version:

0 commit comments

Comments
 (0)