Skip to content

Commit 59f4880

Browse files
committed
v3.10 Release
1 parent 193d6b7 commit 59f4880

18 files changed

Lines changed: 28 additions & 26 deletions

config/app_dynamics_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 AppDynamics framework
1717
---
18-
version: 4.+
18+
version: 4.2.7_1
1919
repository_root: "{default.repository.root}/app-dynamics"
2020
default_application_name:
2121
default_node_name: $(ruby -e "require 'json' ; a = JSON.parse(ENV['VCAP_APPLICATION']);

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: 1.+
18+
version: 1.0.0_RELEASE
1919
repository_root: "{default.repository.root}/container-customizer"

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: 6.3.0_+
18+
version: 6.3.0_1305
1919
repository_root: http://downloads.dynatracesaas.com/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.101.170
1919
repository_root: https://download.ruxit.com/agent/paas/cloudfoundry/java

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.4.+
18+
version: 2.4.7
1919
repository_root: "{default.repository.root}/groovy"

config/jrebel_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 JRebel framework
1717
---
18-
version: 6.+
18+
version: 6.5.2
1919
repository_root: https://dl.zeroturnaround.com/jrebel

config/luna_security_provider.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
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
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: 1.+
18+
version: 1.5.4
1919
repository_root: "{default.repository.root}/mariadb-jdbc"

config/new_relic_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 New Relic framework
1717
---
18-
version: 3.+
18+
version: 3.32.0
1919
repository_root: "{default.repository.root}/new-relic"

config/open_jdk_jre.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
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_11+
20+
version: 1.8.0_111
2121
repository_root: "{default.repository.root}/openjdk/{platform}/{architecture}"
2222
memory_calculator:
23-
version: 2.+
23+
version: 2.0.2_RELEASE
2424
repository_root: "{default.repository.root}/memory-calculator/{platform}/{architecture}"
2525
stack_threads: 300
2626
memory_sizes:

0 commit comments

Comments
 (0)