Skip to content

Commit 71e353a

Browse files
authored
Revert "Add appdynamics 24.2.0-927, remove appdynamics 23.11.0-839" (#1009)
This reverts commit 6426b1a.
1 parent db2943e commit 71e353a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

extensions/appdynamics/extension.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def _defaults(self):
5151
"""
5252
return {
5353
'APPDYNAMICS_HOST': 'download.run.pivotal.io',
54-
'APPDYNAMICS_VERSION': '24.2.0-927',
54+
'APPDYNAMICS_VERSION': '23.11.0-839',
5555
'APPDYNAMICS_PACKAGE': 'appdynamics-{APPDYNAMICS_VERSION}.tar.bz2',
5656
'APPDYNAMICS_DOWNLOAD_URL': 'https://{APPDYNAMICS_HOST}/appdynamics-php/{APPDYNAMICS_PACKAGE}'
5757
}

manifest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ dependency_deprecation_dates:
5757
match: 8.3.\d+
5858
dependencies:
5959
- name: appdynamics
60-
version: 24.2.0-927
61-
uri: https://download.run.pivotal.io/appdynamics-php/appdynamics-24.2.0-927.tar.bz2
62-
sha256: c675fff15f06a757d3755f355e76e47a08433f8cd499c3e4e7cc1a14c6e1ab85
60+
version: 23.11.0-839
61+
uri: https://download.run.pivotal.io/appdynamics-php/appdynamics-23.11.0-839.tar.bz2
62+
sha256: '04904a9ddc45bab06b80fa6c32671e82d8edfbaecf8dc943720db7b5c790ec8d'
6363
cf_stacks:
6464
- cflinuxfs4
6565
- cflinuxfs3
6666
osl: https://docs.appdynamics.com/display/DASH/Legal+Notices
67-
source_sha256: c675fff15f06a757d3755f355e76e47a08433f8cd499c3e4e7cc1a14c6e1ab85
67+
source_sha256: '04904a9ddc45bab06b80fa6c32671e82d8edfbaecf8dc943720db7b5c790ec8d'
6868
- name: composer
6969
version: 2.7.1
7070
uri: https://buildpacks.cloudfoundry.org/dependencies/composer/composer_2.7.1_linux_noarch_any-stack_1ffd0be3.phar

0 commit comments

Comments
 (0)