diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/config/app_dynamics_agent.yml b/config/app_dynamics_agent.yml index 3c55e187a..f1624beee 100644 --- a/config/app_dynamics_agent.yml +++ b/config/app_dynamics_agent.yml @@ -15,9 +15,12 @@ # Configuration for the AppDynamics framework --- -version: + +version: 23.9.0_35116 repository_root: "{default.repository.root}/appdynamics" -default_application_name: $(jq -r -n "$VCAP_APPLICATION | .space_name + \":\" + .application_name | @sh") -default_node_name: $(jq -r -n "\"$APPD_CF_NODE_PREFIX\" + ($VCAP_APPLICATION | .application_name) + \":$CF_INSTANCE_INDEX\" | @sh") +default_application_name: $(jq -r -n "$VCAP_APPLICATION | .space_name + \":\" + .application_name + | @sh") +default_node_name: $(jq -r -n "\"$APPD_CF_NODE_PREFIX\" + ($VCAP_APPLICATION | .application_name) + + \":$CF_INSTANCE_INDEX\" | @sh") default_tier_name: -default_unique_host_name: $(jq -r -n "$VCAP_APPLICATION | .application_id + \":$CF_INSTANCE_INDEX\" | @sh") +default_unique_host_name: $(jq -r -n "$VCAP_APPLICATION | .application_id + \":$CF_INSTANCE_INDEX\" + | @sh") diff --git a/config/azure_application_insights_agent.yml b/config/azure_application_insights_agent.yml index 419980133..62a10ca29 100644 --- a/config/azure_application_insights_agent.yml +++ b/config/azure_application_insights_agent.yml @@ -15,5 +15,5 @@ # Configuration for the Azure Application Insights framework. --- -version: 3.+ +version: 3.4.17 repository_root: "{default.repository.root}/azure-application-insights" diff --git a/config/client_certificate_mapper.yml b/config/client_certificate_mapper.yml index a306eaba0..dfcfa4006 100644 --- a/config/client_certificate_mapper.yml +++ b/config/client_certificate_mapper.yml @@ -15,5 +15,5 @@ # Container security provider configuration --- -version: 1.+ +version: 1.11.0_RELEASE repository_root: "{default.repository.root}/client-certificate-mapper" diff --git a/config/container_customizer.yml b/config/container_customizer.yml index cfa6e00b5..419e92c6c 100644 --- a/config/container_customizer.yml +++ b/config/container_customizer.yml @@ -15,5 +15,5 @@ # Configuration for the Container Customizer framework --- -version: 2.+ +version: 2.6.0_RELEASE repository_root: "{default.repository.root}/container-customizer" diff --git a/config/container_security_provider.yml b/config/container_security_provider.yml index f4d88d84f..56e94f85e 100644 --- a/config/container_security_provider.yml +++ b/config/container_security_provider.yml @@ -15,7 +15,7 @@ # Container security provider configuration --- -version: 1.+ +version: 1.20.0_RELEASE repository_root: "{default.repository.root}/container-security-provider" -key_manager_enabled: -trust_manager_enabled: +key_manager_enabled: +trust_manager_enabled: diff --git a/config/contrast_security_agent.yml b/config/contrast_security_agent.yml index 9d45b2c2d..62ae3ce69 100644 --- a/config/contrast_security_agent.yml +++ b/config/contrast_security_agent.yml @@ -15,5 +15,5 @@ # Configuration for the ContrastSecurity framework --- -version: 5.+ +version: 5.4.0 repository_root: https://download.run.pivotal.io/contrast-security diff --git a/config/datadog_javaagent.yml b/config/datadog_javaagent.yml index ba5c97a32..792865442 100644 --- a/config/datadog_javaagent.yml +++ b/config/datadog_javaagent.yml @@ -15,5 +15,5 @@ # Configuration for the Datadog APM Javaagent --- -version: + +version: 1.21.0 repository_root: https://raw.githubusercontent.com/datadog/dd-trace-java/cloudfoundry/ diff --git a/config/elastic_apm_agent.yml b/config/elastic_apm_agent.yml index e9db8ffcf..07040e943 100644 --- a/config/elastic_apm_agent.yml +++ b/config/elastic_apm_agent.yml @@ -15,5 +15,5 @@ # Configuration for the Elastic Apm Agent framework --- -version: 1.+ +version: 1.43.0 repository_root: https://raw.githubusercontent.com/elastic/apm-agent-java/master/cloudfoundry diff --git a/config/google_stackdriver_profiler.yml b/config/google_stackdriver_profiler.yml index 470051e04..ea505da80 100644 --- a/config/google_stackdriver_profiler.yml +++ b/config/google_stackdriver_profiler.yml @@ -15,7 +15,7 @@ # Configuration for the Groovy container --- -version: 0.+ +version: 0.1.0 repository_root: "{default.repository.root}/google-stackdriver-profiler/{platform}/{architecture}" -application_name: -application_version: +application_name: +application_version: diff --git a/config/groovy.yml b/config/groovy.yml index bd697ccd6..6032e8962 100644 --- a/config/groovy.yml +++ b/config/groovy.yml @@ -15,5 +15,5 @@ # Configuration for the Groovy container --- -version: 2.5.+ +version: 2.5.23 repository_root: "{default.repository.root}/groovy" diff --git a/config/introscope_agent.yml b/config/introscope_agent.yml index 2675cbf30..3c27696d2 100644 --- a/config/introscope_agent.yml +++ b/config/introscope_agent.yml @@ -15,6 +15,6 @@ # Configuration for the CA Wily framework --- -version: + +version: 23.9.1_16 repository_root: https://packages.broadcom.com/artifactory/apm-agents default_agent_name: $(jq -r -n "$VCAP_APPLICATION | .application_name") diff --git a/config/jacoco_agent.yml b/config/jacoco_agent.yml index d26b0bec0..e1bb657e1 100644 --- a/config/jacoco_agent.yml +++ b/config/jacoco_agent.yml @@ -15,5 +15,5 @@ # Configuration for the JaCoco Agent framework --- -version: 0.+ +version: 0.8.11 repository_root: "{default.repository.root}/jacoco" diff --git a/config/java_cf_env.yml b/config/java_cf_env.yml index a021138ff..4b647c164 100644 --- a/config/java_cf_env.yml +++ b/config/java_cf_env.yml @@ -17,6 +17,6 @@ # See https://github.com/pivotal-cf/java-cfenv for library information --- -version: 3.+ +version: 3.1.2 repository_root: "{default.repository.root}/java-cfenv" enabled: true diff --git a/config/java_memory_assistant.yml b/config/java_memory_assistant.yml index 9f4c87493..6684d7153 100644 --- a/config/java_memory_assistant.yml +++ b/config/java_memory_assistant.yml @@ -15,27 +15,26 @@ --- enabled: false agent: - version: 0.+ + version: 0.5.0 repository_root: https://raw.githubusercontent.com/SAP/java-memory-assistant/repository - heap_dump_folder: + heap_dump_folder: check_interval: 5s max_frequency: 1/1m - log_level: + log_level: thresholds: - heap: - code_cache: - metaspace: - perm_gen: - compressed_class: - eden: - survivor: + heap: + code_cache: + metaspace: + perm_gen: + compressed_class: + eden: + survivor: old_gen: ">600MB" tenured_gen: code_heap.non_nmethods: code_heap.non_profiled_nmethods: code_heap.profiled_nmethods: - clean_up: - version: 0.+ + version: 0.1.0 repository_root: https://raw.githubusercontent.com/SAP/java-memory-assistant-tools/repository-cu max_dump_count: 1 diff --git a/config/jprofiler_profiler.yml b/config/jprofiler_profiler.yml index d741f2f61..21b203601 100644 --- a/config/jprofiler_profiler.yml +++ b/config/jprofiler_profiler.yml @@ -15,7 +15,7 @@ # JMX configuration --- -version: 13.+ +version: 13.0.7 repository_root: https://download.run.pivotal.io/jprofiler enabled: false nowait: true diff --git a/config/jrebel_agent.yml b/config/jrebel_agent.yml index fd197b69e..2a1f93e8c 100644 --- a/config/jrebel_agent.yml +++ b/config/jrebel_agent.yml @@ -15,6 +15,6 @@ # Configuration for the JRebel framework --- -version: + +version: 2023.4.0 repository_root: https://dl.zeroturnaround.com/jrebel enabled: true diff --git a/config/luna_security_provider.yml b/config/luna_security_provider.yml index e79f7103a..e152912a0 100644 --- a/config/luna_security_provider.yml +++ b/config/luna_security_provider.yml @@ -15,7 +15,7 @@ # Configuration for the Luna Security Provider framework --- -version: 7.+ +version: 7.4.0 repository_root: "{default.repository.root}/luna-security-provider" ha_logging_enabled: true logging_enabled: false diff --git a/config/maria_db_jdbc.yml b/config/maria_db_jdbc.yml index d13bf8d74..5eed29eba 100644 --- a/config/maria_db_jdbc.yml +++ b/config/maria_db_jdbc.yml @@ -15,5 +15,5 @@ # Configuration for the MariaDB JDBC framework --- -version: 2.+ +version: 2.7.9 repository_root: "{default.repository.root}/mariadb-jdbc" diff --git a/config/metric_writer.yml b/config/metric_writer.yml index 7d833ef38..e54218310 100644 --- a/config/metric_writer.yml +++ b/config/metric_writer.yml @@ -15,6 +15,6 @@ # Metric Writer configuration --- -version: 3.+ +version: 3.5.0_RELEASE repository_root: "{default.repository.root}/metric-writer" enabled: false diff --git a/config/new_relic_agent.yml b/config/new_relic_agent.yml index e431d0be1..acd72ad61 100644 --- a/config/new_relic_agent.yml +++ b/config/new_relic_agent.yml @@ -15,7 +15,7 @@ # Configuration for the New Relic framework --- -version: + +version: 8.6.0 repository_root: https://download.run.pivotal.io/new-relic extensions: version: 1.+ diff --git a/config/open_jdk_jre.yml b/config/open_jdk_jre.yml index 27b70a03b..d9df4dec6 100644 --- a/config/open_jdk_jre.yml +++ b/config/open_jdk_jre.yml @@ -16,17 +16,17 @@ # Configuration for JRE repositories keyed by vendor --- jre: - version: 1.8.0_+ + version: 1.8.0_392 version_lines: - - 1.8.0_+ - - 11.+ - - 17.+ + - 1.8.0_392 + - 11.0.21_10 + - 17.0.9_11 repository_root: "{default.repository.root}/openjdk/{platform}/{architecture}" jvmkill_agent: - version: 1.+ + version: 1.17.0_RELEASE repository_root: "{default.repository.root}/jvmkill/{platform}/{architecture}" memory_calculator: - version: 3.+ + version: 3.13.0_RELEASE repository_root: "{default.repository.root}/memory-calculator/{platform}/{architecture}" class_count: headroom: diff --git a/config/postgresql_jdbc.yml b/config/postgresql_jdbc.yml index 2238a6ba0..631052948 100644 --- a/config/postgresql_jdbc.yml +++ b/config/postgresql_jdbc.yml @@ -15,5 +15,5 @@ # Configuration for the Postgresql JDBC framework --- -version: 42.+ +version: 42.6.0 repository_root: "{default.repository.root}/postgresql-jdbc" diff --git a/config/riverbed_appinternals_agent.yml b/config/riverbed_appinternals_agent.yml index c628c5ba8..e795b3908 100644 --- a/config/riverbed_appinternals_agent.yml +++ b/config/riverbed_appinternals_agent.yml @@ -15,6 +15,6 @@ # Configuration for the riverbed appinternals agent framework --- -version: 11.+ +version: 11.8.5_BL527 repository_root: https://pcf-instrumentation-download.steelcentral.net/ rvbd_moniker: $(jq -r -n "$VCAP_APPLICATION | .application_name") diff --git a/config/ruby.yml b/config/ruby.yml index 40287d422..fa95147e9 100644 --- a/config/ruby.yml +++ b/config/ruby.yml @@ -15,5 +15,5 @@ # Configuration for Ruby --- -version: 3.1.+ +version: 3.1.3 repository_root: https://raw.githubusercontent.com/cloudfoundry/ruby-buildpack/master/java-index diff --git a/config/sealights_agent.yml b/config/sealights_agent.yml index a75881a85..506da9d93 100644 --- a/config/sealights_agent.yml +++ b/config/sealights_agent.yml @@ -15,7 +15,7 @@ # Configuration for the SeaLights Agent framework --- -version: + +version: 4.0.2388 repository_root: https://agents.sealights.co/pcf build_session_id: lab_id: diff --git a/config/sky_walking_agent.yml b/config/sky_walking_agent.yml index dd8f25892..31cc6d2ce 100644 --- a/config/sky_walking_agent.yml +++ b/config/sky_walking_agent.yml @@ -15,6 +15,7 @@ # Configuration for the Sky Walking framework. --- -version: + +version: 8.16.0 repository_root: "{default.repository.root}/sky-walking" -default_application_name: $(jq -r -n "$VCAP_APPLICATION | .space_name + \":\" + .application_name | @sh") +default_application_name: $(jq -r -n "$VCAP_APPLICATION | .space_name + \":\" + .application_name + | @sh") diff --git a/config/splunk_otel_java_agent.yml b/config/splunk_otel_java_agent.yml index 7a3824cf6..d64ee9132 100644 --- a/config/splunk_otel_java_agent.yml +++ b/config/splunk_otel_java_agent.yml @@ -16,6 +16,5 @@ # Configuration for the Splunk Distribution of OpenTelemetry Java Instrumentation # See https://github.com/signalfx/splunk-otel-java for more information --- -version: + +version: 1.29.0 repository_root: https://raw.githubusercontent.com/signalfx/splunk-otel-java/main/deployments/cloudfoundry/ - \ No newline at end of file diff --git a/config/spring_auto_reconfiguration.yml b/config/spring_auto_reconfiguration.yml index 14e976bff..26e765240 100644 --- a/config/spring_auto_reconfiguration.yml +++ b/config/spring_auto_reconfiguration.yml @@ -17,6 +17,6 @@ # Note that the repository is shared with the Play Auto Reconfiguration framework and should be kept in step to # avoid conflicts. --- -version: 2.+ +version: 2.12.0_RELEASE repository_root: "{default.repository.root}/auto-reconfiguration" enabled: true diff --git a/config/spring_boot_cli.yml b/config/spring_boot_cli.yml index 54d4c8c5b..6793e60c8 100644 --- a/config/spring_boot_cli.yml +++ b/config/spring_boot_cli.yml @@ -17,5 +17,5 @@ # Note that the repository is shared with the Play Auto Reconfiguration framework and should be kept in step to # avoid conflicts. --- -version: 2.+ +version: 2.7.17 repository_root: "{default.repository.root}/spring-boot-cli" diff --git a/config/takipi_agent.yml b/config/takipi_agent.yml index dd8407034..940c23914 100644 --- a/config/takipi_agent.yml +++ b/config/takipi_agent.yml @@ -15,7 +15,7 @@ # Configuration for the Takipi framework --- -version: 4.+ +version: 4.73.3 repository_root: https://get.takipi.com/cloudfoundry node_name_prefix: node -application_name: +application_name: diff --git a/config/tomcat.yml b/config/tomcat.yml index c05fcdeb0..8b8092334 100644 --- a/config/tomcat.yml +++ b/config/tomcat.yml @@ -16,31 +16,29 @@ # Configuration for the Tomcat container --- tomcat: - version: 9.+ + version: 9.0.82 repository_root: "{default.repository.root}/tomcat" - context_path: + context_path: external_configuration_enabled: false external_configuration: version: 1.+ - repository_root: + repository_root: lifecycle_support: - version: 3.+ + version: 3.4.0_RELEASE repository_root: "{default.repository.root}/tomcat-lifecycle-support" logging_support: - version: 3.+ + version: 3.4.0_RELEASE repository_root: "{default.repository.root}/tomcat-logging-support" access_logging_support: - version: 3.+ + version: 3.4.0_RELEASE repository_root: "{default.repository.root}/tomcat-access-logging-support" access_logging: disabled redis_store: - version: 1.+ + version: 1.3.6_RELEASE repository_root: "{default.repository.root}/redis-store" database: 0 timeout: 2000 connection_pool_size: 2 geode_store: - # The version of Geode Store must be less than or equal to your Tanzu Gemfire for VMs version to ensure compatibility. - # The Geode Store version is pinned to 1.12.4 to be compatible with the most commonly used versions of Tanzu Gemfire for VMs. version: 1.14.9 repository_root: https://java-buildpack-tomcat-gemfire-store.s3-us-west-2.amazonaws.com diff --git a/config/version.yml b/config/version.yml new file mode 100644 index 000000000..fbed2613c --- /dev/null +++ b/config/version.yml @@ -0,0 +1,2 @@ +--- +version: v4.63.0 diff --git a/config/your_kit_profiler.yml b/config/your_kit_profiler.yml index 261bdbda9..75a2dae2c 100644 --- a/config/your_kit_profiler.yml +++ b/config/your_kit_profiler.yml @@ -15,7 +15,7 @@ # JMX configuration --- -version: + +version: 2023.5.231 repository_root: https://download.run.pivotal.io/your-kit/{platform}/{architecture} enabled: false port: 10001