Skip to content

Commit 8d93adc

Browse files
author
Daniel Mikusa
committed
v4.48.2 Release
1 parent 470cbd4 commit 8d93adc

32 files changed

+66
-63
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: 22.3.0_33637
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

+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: 2.+
18+
version: 2.6.2
1919
repository_root: https://java-buildpack.cloudfoundry.org/azure-application-insights

config/client_certificate_mapper.yml

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

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

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

config/google_stackdriver_debugger.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: 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:

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.16
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: 22.3.0_26
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.7
1919
repository_root: "{default.repository.root}/jacoco"

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: 12.+
18+
version: 12.0.4
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: 2022.1.2
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: https://files.cf-hsm.io/luna-installer
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.2
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: 7.5.0
1919
repository_root: https://download.run.pivotal.io/new-relic
2020
extensions:
2121
version: 1.+

config/open_jdk_jre.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
# If Java 7 is required, permgen will be used instead of metaspace. Please see the documentation for more detail.
1818
---
1919
jre:
20-
version: 1.8.0_+
20+
version: 1.8.0_322
2121
repository_root: "{default.repository.root}/openjdk/{platform}/{architecture}"
2222
jvmkill_agent:
23-
version: 1.+
23+
version: 1.16.0_RELEASE
2424
repository_root: "{default.repository.root}/jvmkill/{platform}/{architecture}"
2525
memory_calculator:
26-
version: 3.+
26+
version: 3.13.0_RELEASE
2727
repository_root: "{default.repository.root}/memory-calculator/{platform}/{architecture}"
2828
class_count:
2929
headroom:

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.3.3
1919
repository_root: "{default.repository.root}/postgresql-jdbc"

config/protect_app_security_provider.yml

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

1616
# Configuration for the ProtectApp Security Provider framework
1717
---
18-
version: 8.+
18+
version: 8.4.0
1919
repository_root: https://files.cf-hsm.io/protectapp-installer

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/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: 3.1.2079
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: 8.9.0
1919
repository_root: https://java-buildpack.cloudfoundry.org/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/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.6.6
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.64.2
1919
repository_root: https://get.takipi.com/cloudfoundry
2020
node_name_prefix: node
21-
application_name:
21+
application_name:

config/tomcat.yml

+7-9
Original file line numberDiff line numberDiff line change
@@ -16,31 +16,29 @@
1616
# Configuration for the Tomcat container
1717
---
1818
tomcat:
19-
version: 9.+
19+
version: 9.0.62
2020
repository_root: "{default.repository.root}/tomcat"
21-
context_path:
21+
context_path:
2222
external_configuration_enabled: false
2323
external_configuration:
2424
version: 1.+
25-
repository_root:
25+
repository_root:
2626
lifecycle_support:
27-
version: 3.+
27+
version: 3.3.0_RELEASE
2828
repository_root: "{default.repository.root}/tomcat-lifecycle-support"
2929
logging_support:
30-
version: 3.+
30+
version: 3.3.0_RELEASE
3131
repository_root: "{default.repository.root}/tomcat-logging-support"
3232
access_logging_support:
33-
version: 3.+
33+
version: 3.3.0_RELEASE
3434
repository_root: "{default.repository.root}/tomcat-access-logging-support"
3535
access_logging: disabled
3636
redis_store:
37-
version: 1.+
37+
version: 1.3.6_RELEASE
3838
repository_root: "{default.repository.root}/redis-store"
3939
database: 0
4040
timeout: 2000
4141
connection_pool_size: 2
4242
geode_store:
43-
# The version of Geode Store must be less than or equal to your Tanzu Gemfire for VMs version to ensure compatibility.
44-
# The Geode Store version is pinned to 1.12.4 to be compatible with the most commonly used versions of Tanzu Gemfire for VMs.
4543
version: 1.12.5
4644
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.48.2

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: 2022.3.96
1919
repository_root: https://download.run.pivotal.io/your-kit/{platform}/{architecture}
2020
enabled: false
2121
port: 10001

0 commit comments

Comments
 (0)