You're viewing Apigee Edge documentation.
Go to the
Apigee X documentation. info
On August 4, 2020, we released a new version of Apigee Edge for Private Cloud.
Update procedure
To update your installation, perform the following procedure on the Edge nodes:
-
On all Edge nodes:
- Clean the Yum repos:
sudo yum clean all
- Download the latest Edge 4.19.06
bootstrap_4.19.06.sh
file to/tmp/bootstrap_4.19.06.sh
:curl https://software.apigee.com/bootstrap_4.19.06.sh -o /tmp/bootstrap_4.19.06.sh
- Install the Edge 4.19.06
apigee-service
utility and dependencies:sudo bash /tmp/bootstrap_4.19.06.sh apigeeuser=uName apigeepassword=pWord
Where uName:pWord are the username and password you received from Apigee. If you omit pWord, you will be prompted to enter it.
- Update the
apigee-setup
utility:sudo /opt/apigee/apigee-service/bin/apigee-service apigee-setup update
- Use the
source
command to execute theapigee-service.sh
script:source /etc/profile.d/apigee-service.sh
- Clean the Yum repos:
- On all Qpid nodes, update the
apigee-qpidd
process by executing the following command:/opt/apigee/apigee-setup/bin/update.sh -c qpid -f configFile
Where configFile specifies the configuration file that you used to install Apigee Edge for Private Cloud. For example,
/opt/silent.conf
. - On all Edge nodes, execute the
update.sh
script for theedge
process. To do this, execute the following command on each node:/opt/apigee/apigee-setup/bin/update.sh -c edge -f configFile
- On all Edge UI nodes, update the
edge-ui
process by executing the following command:/opt/apigee/apigee-setup/bin/update.sh -c ui -f configFile
- On all portal nodes, update the
devportal
process by executing the following command:/opt/apigee/apigee-setup/bin/update.sh -c dp -f configFile
Supported software
No changes.
Deprecations and retirements
The privateKeyExportable
query parameter on the Aliases
API has
been deprecated.
New Features
No changes.
Bugs fixed
The following table lists the bugs fixed in this release:
Issue ID | Description |
---|---|
161121352 |
Revenue reports (Monetization) Revenue reports were showing incorrect data for some fields, including net price and revenue shares. The reports are now showing the correct data. |
159108299 |
Some customers were experiencing a |
152574421 |
Qpid depedency conflicts In some cases, Linux systems were experiencing package dependency conflicts when upgrading Qpid services that were also used by Edge. |
145419621 |
'Try the new UI' link removed The 'Try the new UI' link under the title when logging in to the Classic Edge UI has been removed. |
132688399 |
Undeploying proxies When undeploying an API proxy that had multiple shared flow revisions in the same environment, Edge did not undeploy the revision and returned the following error: The Shared flow preProxyFlow is in use by PreProxyFlowHook |
162770354 |
Drupal security updates The following security updates have been added to Edge:
The RPMs apigee-drupal-7.72 all have different build numbers:
These RPMs all have the same version of Drupal core 7.72 and are identical. If you upgrade from earlier versions, the build number on the RPM may not change. |