Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 456ce5e

Browse files
committedJul 16, 2019
v4.20 Release
1 parent 2cd7e3e commit 456ce5e

34 files changed

+53
-48
lines changed
 

‎config/app_dynamics_agent.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@
1515

1616
# Configuration for the AppDynamics framework
1717
---
18-
version: 4.+
18+
version: 4.5.11_26665
1919
repository_root: https://packages.appdynamics.com/java
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")
2122
default_node_name: $(jq -r -n "$VCAP_APPLICATION | .application_name + \":$CF_INSTANCE_INDEX\"")
2223
default_tier_name:
2324
default_unique_host_name: $(jq -r -n "$VCAP_APPLICATION | .application_id + \":$CF_INSTANCE_INDEX\"")

‎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.4.0
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.8.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.16.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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
# Configuration for the ContrastSecurity framework
1717
---
18-
version: 3.+
19-
default_server_name: $(jq -r -n "$VCAP_APPLICATION | .space_name + \":\" + .application_name | @sh"):$CF_INSTANCE_INDEX
18+
version: 3.6.6_9195
19+
default_server_name: $(jq -r -n "$VCAP_APPLICATION | .space_name + \":\" + .application_name
20+
| @sh"):$CF_INSTANCE_INDEX
2021
repository_root: https://artifacts.contrastsecurity.com/agents/java

‎config/dyadic_ekm_security_provider.yml

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

1616
# Configuration for the Luna Security Provider framework
1717
---
18-
version: 1.+
18+
version: 1.2.0
1919
repository_root: https://repo.dyadicsec.com/cust/pcf

‎config/dynatrace_appmon_agent.yml

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

1616
# Configuration for the Dynatrace framework
1717
---
18-
version: 7.1.0_+
18+
version: 7.1.0_1803
1919
repository_root: https://files.dynatrace.com/downloads/appmon/cloudfoundry/buildpack/java
2020
default_agent_name:

‎config/dynatrace_one_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 Dynatrace SaaS/Managed framework
1717
---
18-
version: 1.+
18+
version: 1.131.143
1919
repository_root: https://download.ruxit.com/agent/paas/cloudfoundry/java

‎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.7.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.23.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:

‎config/groovy.yml

Lines changed: 1 addition & 1 deletion
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.7
1919
repository_root: "{default.repository.root}/groovy"

‎config/introscope_agent.yml

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

1616
# Configuration for the CA Wily framework
1717
---
18-
version: 10.+
18+
version: 10.7.0_412
1919
repository_root: https://ca.bintray.com/apm-agents
2020
default_agent_name: $(jq -r -n "$VCAP_APPLICATION | .application_name")

‎config/jacoco_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 JaCoco Agent framework
1717
---
18-
version: 0.+
18+
version: 0.8.4
1919
repository_root: "{default.repository.root}/jacoco"

‎config/java_memory_assistant.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
---
1616
enabled: false
1717
agent:
18-
version: 0.+
18+
version: 0.3.0
1919
repository_root: https://raw.githubusercontent.com/SAP/java-memory-assistant/repository
2020
heap_dump_folder:
2121
check_interval: 5s
@@ -31,6 +31,6 @@ agent:
3131
survivor:
3232
old_gen: ">600MB"
3333
clean_up:
34-
version: 0.+
34+
version: 0.1.0
3535
repository_root: https://raw.githubusercontent.com/SAP/java-memory-assistant-tools/repository-cu
3636
max_dump_count: 1

‎config/jprofiler_profiler.yml

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

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

‎config/jrebel_agent.yml

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

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

‎config/luna_security_provider.yml

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

1616
# Configuration for the Luna Security Provider framework
1717
---
18-
version: 6.+
18+
version: 6.2.0
1919
repository_root: http://files.cf-hsm.io/luna-installer
2020
ha_logging_enabled: true
2121
logging_enabled: false

‎config/maria_db_jdbc.yml

Lines changed: 1 addition & 1 deletion
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.4.2
1919
repository_root: "{default.repository.root}/mariadb-jdbc"

‎config/metric_writer.yml

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

1616
# Metric Writer configuration
1717
---
18-
version: 2.+
18+
version: 2.4.0_RELEASE
1919
repository_root: "{default.repository.root}/metric-writer"

‎config/new_relic_agent.yml

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

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

‎config/open_jdk_jre.yml

Lines changed: 3 additions & 3 deletions
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_222
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

Lines changed: 1 addition & 1 deletion
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.2.6
1919
repository_root: "{default.repository.root}/postgresql-jdbc"

‎config/protect_app_security_provider.yml

Lines changed: 1 addition & 1 deletion
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.4.+
18+
version: 8.4.0
1919
repository_root: http://files.cf-hsm.io/protectapp-installer

‎config/riverbed_appinternals_agent.yml

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

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

‎config/sky_walking_agent.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
# Configuration for the Sky Walking framework.
1717
---
18-
version: 6.+
18+
version: 6.2.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

Lines changed: 1 addition & 1 deletion
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.7.0_RELEASE
2121
repository_root: "{default.repository.root}/auto-reconfiguration"
2222
enabled: true

‎config/spring_boot_cli.yml

Lines changed: 1 addition & 1 deletion
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.1.6_RELEASE
2121
repository_root: "{default.repository.root}/spring-boot-cli"

‎config/takipi_agent.yml

Lines changed: 1 addition & 1 deletion
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.38.0
1919
repository_root: http://get.takipi.com/cloudfoundry
2020
node_name_prefix: node
2121
application_name:

‎config/tomcat.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,29 +16,29 @@
1616
# Configuration for the Tomcat container
1717
---
1818
tomcat:
19-
version: 9.+
19+
version: 9.0.22
2020
repository_root: "{default.repository.root}/tomcat"
2121
context_path:
2222
external_configuration_enabled: false
2323
external_configuration:
2424
version: 1.+
2525
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-
version: 0.+
43+
version: 0.0.2
4444
repository_root: https://repo.spring.io/ext-release-local/geode-store

‎config/version.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
version: v4.20

‎config/your_kit_profiler.yml

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

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

‎java-buildpack.iml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -285,16 +285,16 @@
285285
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.8.4, rbenv: 2.3.8) [gem]" level="application" />
286286
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.8.1, rbenv: 2.3.8) [gem]" level="application" />
287287
<orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.8.2, rbenv: 2.3.8) [gem]" level="application" />
288-
<orderEntry type="library" scope="PROVIDED" name="rubocop (v0.62.0, rbenv: 2.3.8) [gem]" level="application" />
289-
<orderEntry type="library" scope="PROVIDED" name="rubocop-rspec (v1.31.0, rbenv: 2.3.8) [gem]" level="application" />
288+
<orderEntry type="library" scope="PROVIDED" name="rubocop (v0.72.0, rbenv: 2.3.8) [gem]" level="application" />
289+
<orderEntry type="library" scope="PROVIDED" name="rubocop-rspec (v1.33.0, rbenv: 2.3.8) [gem]" level="application" />
290290
<orderEntry type="library" scope="PROVIDED" name="ruby-progressbar (v1.10.1, rbenv: 2.3.8) [gem]" level="application" />
291-
<orderEntry type="library" scope="PROVIDED" name="rubyzip (v1.2.2, rbenv: 2.3.8) [gem]" level="application" />
291+
<orderEntry type="library" scope="PROVIDED" name="rubyzip (v1.2.3, rbenv: 2.3.8) [gem]" level="application" />
292292
<orderEntry type="library" scope="PROVIDED" name="safe_yaml (v1.0.5, rbenv: 2.3.8) [gem]" level="application" />
293293
<orderEntry type="library" scope="PROVIDED" name="tee (v1.0.0, rbenv: 2.3.8) [gem]" level="application" />
294294
<orderEntry type="library" scope="PROVIDED" name="terminal-table (v1.8.0, rbenv: 2.3.8) [gem]" level="application" />
295295
<orderEntry type="library" scope="PROVIDED" name="unicode-display_width (v1.6.0, rbenv: 2.3.8) [gem]" level="application" />
296-
<orderEntry type="library" scope="PROVIDED" name="webmock (v3.5.1, rbenv: 2.3.8) [gem]" level="application" />
297-
<orderEntry type="library" scope="PROVIDED" name="yard (v0.9.16, rbenv: 2.3.8) [gem]" level="application" />
296+
<orderEntry type="library" scope="PROVIDED" name="webmock (v3.6.0, rbenv: 2.3.8) [gem]" level="application" />
297+
<orderEntry type="library" scope="PROVIDED" name="yard (v0.9.20, rbenv: 2.3.8) [gem]" level="application" />
298298
</component>
299299
<component name="RModuleSettingsStorage">
300300
<LOAD_PATH number="4" string0="$MODULE_DIR$/lib" string1="$MODULE_DIR$/spec" string2="$MODULE_DIR$/bin" string3="$MODULE_DIR$/spec/bin" />

0 commit comments

Comments
 (0)
Please sign in to comment.