Skip to content

Commit 0e1f7ca

Browse files
author
David O'Sullivan
committed
v4.70.0 Release
1 parent 9064578 commit 0e1f7ca

34 files changed

+74
-72
lines changed

config/app_dynamics_agent.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@
1515

1616
# Configuration for the AppDynamics framework
1717
---
18-
version: +
18+
version: 24.4.1_35880
1919
repository_root: "{default.repository.root}/appdynamics"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515

1616
# Configuration for the Azure Application Insights framework.
1717
---
18-
version: 3.+
18+
version: 3.5.2
1919
repository_root: "{default.repository.root}/azure-application-insights"

config/client_certificate_mapper.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# Container security provider configuration
1717
---
18-
version: 2.+
18+
version: 2.0.1
1919
version_lines:
20-
- 2.+
21-
repository_root: "{default.repository.root}/client-certificate-mapper"
20+
- 2.+
21+
repository_root: "{default.repository.root}/client-certificate-mapper"

config/container_customizer.yml

+1-1
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

+3-3
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.20.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515

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

config/datadog_javaagent.yml

+1-1
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: 1.34.0
1919
repository_root: https://raw.githubusercontent.com/datadog/dd-trace-java/cloudfoundry/

config/elastic_apm_agent.yml

+1-1
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.49.0
1919
repository_root: https://raw.githubusercontent.com/elastic/apm-agent-java/master/cloudfoundry

config/google_stackdriver_profiler.yml

+3-3
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}"
20-
application_name:
21-
application_version:
20+
application_name:
21+
application_version:

config/groovy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515

1616
# Configuration for the Groovy container
1717
---
18-
version: 2.5.+
18+
version: 2.5.23
1919
repository_root: "{default.repository.root}/groovy"

config/introscope_agent.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515

1616
# Configuration for the CA Wily framework
1717
---
18-
version: +
18+
version: 24.4.2_8
1919
repository_root: https://packages.broadcom.com/artifactory/apm-agents
2020
default_agent_name: $(jq -r -n "$VCAP_APPLICATION | .application_name")

config/jacoco_agent.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515

1616
# Configuration for the JaCoco Agent framework
1717
---
18-
version: 0.+
18+
version: 0.8.12
1919
repository_root: "{default.repository.root}/jacoco"

config/java_cf_env.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
# See https://github.com/pivotal-cf/java-cfenv for library information
1818

1919
---
20-
version: 3.+
20+
version: 3.1.5
2121
repository_root: "{default.repository.root}/java-cfenv"
2222
enabled: true

config/java_memory_assistant.yml

+11-12
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,26 @@
1515
---
1616
enabled: false
1717
agent:
18-
version: 0.+
18+
version: 0.5.0
1919
repository_root: https://raw.githubusercontent.com/SAP/java-memory-assistant/repository
20-
heap_dump_folder:
20+
heap_dump_folder:
2121
check_interval: 5s
2222
max_frequency: 1/1m
23-
log_level:
23+
log_level:
2424
thresholds:
25-
heap:
26-
code_cache:
27-
metaspace:
28-
perm_gen:
29-
compressed_class:
30-
eden:
31-
survivor:
25+
heap:
26+
code_cache:
27+
metaspace:
28+
perm_gen:
29+
compressed_class:
30+
eden:
31+
survivor:
3232
old_gen: ">600MB"
3333
tenured_gen:
3434
code_heap.non_nmethods:
3535
code_heap.non_profiled_nmethods:
3636
code_heap.profiled_nmethods:
37-
3837
clean_up:
39-
version: 0.+
38+
version: 0.1.0
4039
repository_root: https://raw.githubusercontent.com/SAP/java-memory-assistant-tools/repository-cu
4140
max_dump_count: 1

config/jprofiler_profiler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# JMX configuration
1717
---
18-
version: 13.+
18+
version: 13.0.7
1919
repository_root: https://download.run.pivotal.io/jprofiler
2020
enabled: false
2121
nowait: true

config/jrebel_agent.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515

1616
# Configuration for the JRebel framework
1717
---
18-
version: +
18+
version: 2024.2.1
1919
repository_root: https://dl.zeroturnaround.com/jrebel
2020
enabled: true

config/luna_security_provider.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# Configuration for the Luna Security Provider framework
1717
---
18-
version: 7.+
18+
version: 7.4.0
1919
repository_root: "{default.repository.root}/luna-security-provider"
2020
ha_logging_enabled: true
2121
logging_enabled: false

config/maria_db_jdbc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515

1616
# Configuration for the MariaDB JDBC framework
1717
---
18-
version: 2.+
18+
version: 2.7.9
1919
repository_root: "{default.repository.root}/mariadb-jdbc"

config/metric_writer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515

1616
# Metric Writer configuration
1717
---
18-
version: 3.+
18+
version: 3.5.0_RELEASE
1919
repository_root: "{default.repository.root}/metric-writer"
2020
enabled: false

config/new_relic_agent.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# Configuration for the New Relic framework
1717
---
18-
version: +
18+
version: 8.11.1
1919
repository_root: https://download.run.pivotal.io/new-relic
2020
extensions:
2121
version: 1.+

config/open_jdk_jre.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
# Configuration for JRE repositories keyed by vendor
1717
---
1818
jre:
19-
version: 1.8.0_+
19+
version: 1.8.0_412
2020
version_lines:
21-
- 1.8.0_+
22-
- 11.+
23-
- 17.+
24-
- 21.+
21+
- 1.8.0_412
22+
- 11.0.23_10
23+
- 17.0.11_10
24+
- 21.0.3_10
2525
repository_root: "{default.repository.root}/openjdk/{platform}/{architecture}"
2626
jvmkill_agent:
27-
version: 1.+
27+
version: 1.17.0_RELEASE
2828
repository_root: "{default.repository.root}/jvmkill/{platform}/{architecture}"
2929
memory_calculator:
30-
version: 3.+
30+
version: 3.13.0_RELEASE
3131
repository_root: "{default.repository.root}/memory-calculator/{platform}/{architecture}"
3232
class_count:
3333
headroom:

config/open_telemetry_javaagent.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515

1616
# Configuration for the OpenTelemetry Javaagent
1717
---
18-
version: +
18+
version: 2.4.0
1919
repository_root: https://raw.githubusercontent.com/open-telemetry/opentelemetry-java-instrumentation/cloudfoundry/

config/postgresql_jdbc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515

1616
# Configuration for the Postgresql JDBC framework
1717
---
18-
version: 42.+
18+
version: 42.7.3
1919
repository_root: "{default.repository.root}/postgresql-jdbc"

config/riverbed_appinternals_agent.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515

1616
# Configuration for the riverbed appinternals agent framework
1717
---
18-
version: 11.+
18+
version: 11.8.5_BL527
1919
repository_root: https://pcf-instrumentation-download.steelcentral.net/
2020
rvbd_moniker: $(jq -r -n "$VCAP_APPLICATION | .application_name")

config/ruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515

1616
# Configuration for Ruby
1717
---
18-
version: 3.1.+
18+
version: 3.1.3
1919
repository_root: https://raw.githubusercontent.com/cloudfoundry/ruby-buildpack/master/java-index

config/sealights_agent.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# Configuration for the SeaLights Agent framework
1717
---
18-
version: +
18+
version: 4.0.2499
1919
repository_root: https://agents.sealights.co/pcf
2020
build_session_id:
2121
lab_id:

config/sky_walking_agent.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
# Configuration for the Sky Walking framework.
1717
---
18-
version: +
18+
version: 9.2.0
1919
repository_root: "{default.repository.root}/sky-walking"
20-
default_application_name: $(jq -r -n "$VCAP_APPLICATION | .space_name + \":\" + .application_name | @sh")
20+
default_application_name: $(jq -r -n "$VCAP_APPLICATION | .space_name + \":\" + .application_name
21+
| @sh")

config/splunk_otel_java_agent.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@
1616
# Configuration for the Splunk Distribution of OpenTelemetry Java Instrumentation
1717
# See https://github.com/signalfx/splunk-otel-java for more information
1818
---
19-
version: +
19+
version: 1.32.0
2020
repository_root: https://raw.githubusercontent.com/signalfx/splunk-otel-java/main/deployments/cloudfoundry/
21-

config/spring_auto_reconfiguration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
# Note that the repository is shared with the Play Auto Reconfiguration framework and should be kept in step to
1818
# avoid conflicts.
1919
---
20-
version: 2.+
20+
version: 2.12.0_RELEASE
2121
repository_root: "{default.repository.root}/auto-reconfiguration"
2222
enabled: true

config/spring_boot_cli.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
# Note that the repository is shared with the Play Auto Reconfiguration framework and should be kept in step to
1818
# avoid conflicts.
1919
---
20-
version: 2.+
20+
version: 2.7.18
2121
repository_root: "{default.repository.root}/spring-boot-cli"

config/takipi_agent.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# Configuration for the Takipi framework
1717
---
18-
version: 4.+
18+
version: 4.73.3
1919
repository_root: https://get.takipi.com/cloudfoundry
2020
node_name_prefix: node
21-
application_name:
21+
application_name:

config/tomcat.yml

+9-11
Original file line numberDiff line numberDiff line change
@@ -16,34 +16,32 @@
1616
# Configuration for the Tomcat container
1717
---
1818
tomcat:
19-
version: 9.+
19+
version: 9.0.89
2020
version_lines:
21-
- 9.+
22-
- 10.1.+
21+
- 9.0.89
22+
- 10.1.24
2323
repository_root: "{default.repository.root}/tomcat"
24-
context_path:
24+
context_path:
2525
external_configuration_enabled: false
2626
external_configuration:
2727
version: 1.+
28-
repository_root:
28+
repository_root:
2929
lifecycle_support:
30-
version: 3.+
30+
version: 3.4.0_RELEASE
3131
repository_root: "{default.repository.root}/tomcat-lifecycle-support"
3232
logging_support:
33-
version: 3.+
33+
version: 3.4.0_RELEASE
3434
repository_root: "{default.repository.root}/tomcat-logging-support"
3535
access_logging_support:
36-
version: 3.+
36+
version: 3.4.0_RELEASE
3737
repository_root: "{default.repository.root}/tomcat-access-logging-support"
3838
access_logging: disabled
3939
redis_store:
40-
version: 1.+
40+
version: 1.3.6_RELEASE
4141
repository_root: "{default.repository.root}/redis-store"
4242
database: 0
4343
timeout: 2000
4444
connection_pool_size: 2
4545
geode_store:
46-
# The version of Geode Store must be less than or equal to your Tanzu Gemfire for VMs version to ensure compatibility.
47-
# The Geode Store version is pinned to 1.12.4 to be compatible with the most commonly used versions of Tanzu Gemfire for VMs.
4846
version: 1.14.9
4947
repository_root: https://java-buildpack-tomcat-gemfire-store.s3-us-west-2.amazonaws.com

config/version.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
version: v4.70.0

config/your_kit_profiler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# JMX configuration
1717
---
18-
version: +
18+
version: 2024.3.152
1919
repository_root: https://download.run.pivotal.io/your-kit/{platform}/{architecture}
2020
enabled: false
2121
port: 10001

0 commit comments

Comments
 (0)