Send feedback
4.17.09.03 - Edge for Private Cloud release notes
You're viewing Apigee Edge documentation.
Go to the
Apigee X documentation . info
On October 10th, 2018, we released a new version of Apigee Edge for Private Cloud.
For more information, see the following resources:
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.09 bootstrap_4.17.09.sh
file in
"/tmp/bootstrap_4.17.09.sh":
curl https://software.apigee.com/bootstrap_4.17.09.sh -o /tmp/bootstrap_4.17.09.sh
Install the Edge 4.17.09 apigee-service
utility and dependencies:
sudo bash /tmp/bootstrap_4.17.09.sh apigeeuser=username apigeepassword=password
Where username:password are the credentials that you received from
Apigee. If you omit password , you will be prompted to enter it.
Update the apigee-setup
utility:
sudo /opt/apigee/apigee-service/bin/apigee-service apigee-setup update
Execute the contents of the apigee-service.sh
file by using the
source
command:
source /etc/profile.d/apigee-service.sh
On each of your Message Processor nodes, run the update
utility:
/opt/apigee/apigee-setup/bin/update.sh -c edge -f config_file
Bugs fixed
The following table lists the bugs fixed in this release:
Issue ID
Description
Build Number*
79221633
NIO threads were exiting with a CancelledKeyException
edge-gateway-4.17.09-0.0.20003
* About the build numbers
The Build Number column in the table specifies the earliest version of the
component that contains the fix. Use that build number to determine if you already have the fix
installed, or if you need to perform an update.
To find out the build number of a currently installed component, use the
apigee-service
utility with the following syntax:
/opt/apigee/apigee-service/bin/apigee-service component version
Where component is the name of the component without the build number extension.
For example:
/opt/apigee/apigee-service/bin/apigee-service apigee-setup version
You can get the build number of all components with the apigee-all
utility:
/opt/apigee/apigee-service/bin/apigee-all version
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-11 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-11 UTC."],[],[]]