You're viewing Apigee Edge documentation.
Go to the
Apigee X documentation. info
On Wednesday, November 15, 2017, 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 Yum repos:
> sudo yum clean all - Update the Edge 4.17.05 bootstrap_4.17.05.sh file
in /tmp/bootstrap_4.17.05.sh:
> curl https://software.apigee.com/bootstrap_4.17.05.sh -o /tmp/bootstrap_4.17.05.sh - Install the Edge 4.17.05 apigee-service utility and
dependencies:
> sudo bash /tmp/bootstrap_4.17.05.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 - Source the apigee-service.sh file:
> source /etc/profile.d/apigee-service.sh
- Clean Yum repos:
-
Update all OpenLDAP nodes:
>/opt/apigee/apigee-setup/bin/update.sh -c ldap -f configFile -
Update all Management Server nodes:
>/opt/apigee/apigee-setup/bin/update.sh -c edge -f configFile -
Update all Router and Message Processor nodes:
>/opt/apigee/apigee-setup/bin/update.sh -c edge -f configFile
where configFile specifies the config file you used to install Edge.
Bugs fixed
The following bugs are fixed in this release.
Issue ID | Description | Build number |
---|---|---|
APIRT-3081 |
Concurrent Rate Limit policy issuing error message The Concurrent Rate Limit policy was issuing "java.lang.IllegalMonitorStateException" and "messaging.adaptors.http.flow.ServiceUnavailable" errors. These errors have been fixed. |
edge-gateway-0.0.1413 |
DBS-1773 |
Errors when installing OpenLDAP Previous versions of the Edge installer attempted to install the wrong version of OpenLDAP. THis issue has been fixed in this release. |
apigee-openldap-2.4-0.0.1004 |
MGMT-3782 | Fixed error in consistency level value for identity-zone | edge-gateway-4.17.05-0.0.1413 |
TBD-250 |
Added obfuscated password command Added a command to generate an obfuscated password so any component can generate an encrypted password. You can generate an obfuscated password by using the following command on the Edge Management Server: > /opt/apigee/apigee-service/bin/apigee-service edge-management-server generate-obfuscated-password Enter the new password, and then confirm it at the prompt. For security reasons, the text of the password is not displayed. This command returns the password in the form: OBF:58fh40h61svy156789gk1saj MD5:902fobg9d80e6043b394cb2314e9c6 |
edge-gateway-4.17.05-0.0.1413 |
TBD-261 | Various security fixes | apigee-service-4.17.05-0.0.974 |