You're viewing Apigee Edge documentation.
Go to the
Apigee X documentation. info
On August 25, 2022, we released a new version of Apigee Edge for Private Cloud.
Note: This version will be supported until August 25, 2023.
Update procedure
Updating this release will update the components in the following list of RPMs:
- edge-gateway-4.51.00-0.0.60172.noarch.rpm
- edge-management-server-4.51.00-0.0.60172.noarch.rpm
- edge-message-processor-4.51.00-0.0.60172.noarch.rpm
- edge-postgres-server-4.51.00-0.0.60172.noarch.rpm
- edge-qpid-server-4.51.00-0.0.60172.noarch.rpm
- edge-router-4.51.00-0.0.60172.noarch.rpm
- apigee-sso-4.51.00-0.0.21156.noarch.rpm
- apigee-configutil-4.51.00-0.0.619.noarch.rpm
- apigee-cassandra-2.1.22-0.0.2534.noarch.rpm
- apigee-cassandra-client-2.1.22-0.0.2518.noarch.rpm
You can check the RPM versions you currently have installed, to see if they need to be updated, by entering:
apigee-all version
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.51.00
bootstrap_4.51.00.sh
file to/tmp/bootstrap_4.51.00.sh
:curl https://software.apigee.com/bootstrap_4.51.00.sh -o /tmp/bootstrap_4.51.00.sh
- Install the Edge 4.51.00
apigee-service
utility and dependencies:sudo bash /tmp/bootstrap_4.51.00.sh apigeeuser=uName apigeepassword=pWord
where uName and pWord are the username and password you received from Apigee. If you omit pWord, you will be prompted to enter it.
- Use the
source
command to execute the apigee-service.sh script:source /etc/profile.d/apigee-service.sh
- Clean the Yum repos:
- Update apigee-config util:
/opt/apigee/apigee-service/bin/apigee-service apigee-configutil update
- Update all Cassandra nodes:
/opt/apigee/apigee-setup/bin/update.sh -c cs -f configFile
- On all Edge nodes, execute the update.sh script for the edge process:
/opt/apigee/apigee-setup/bin/update.sh -c edge -f configFile
- Execute the update.sh script for SSO on all nodes
/opt/apigee/apigee-setup/bin/update.sh -c sso -f configFile
- On all Edge nodes, execute the command
apigee-service apigee-cassandra-client update
Security issues fixed
No security issues were fixed in this release.
Changes to supported software
There are no changes to supported software in this release.
Deprecations and retirements
There are no new deprecations or retirements in this release.
New features
This release introduces the following new feature:
New property to change the default DNS Query timeout for Asynchronous DNS lookups
We have added a new property to
change the default DNS Query timeout for Asynchronous DNS lookups. The property is
conf_http_client_service_jetty.httpclient.address.resolution.timeout.milliseconds
.
Bug fixes
This section lists the Private Cloud bugs that were fixed in this release.
Issue ID | Description |
---|---|
191509668 |
Improved error messages when trying to deploy unsupported Node.js target based proxies (Trireme) |
200597415 |
Fixed bugs in some cache configurations that were being initialized after use The configurations are now correctly being initialized before use. |
237389141 |
Upgraded log4j from 1.X to 2.X in |
237684805 |
Fixed an issue that was causing failure in deployment of proxies containing certain OAS Validation policies |
234582218 |
Modified Cassandra scripts so racks retain their order from |
227129926 |
Modified some error messages to hide virtual host's port number from end users |
Known issues
See Known issues with Edge for Private Cloud for a complete list of known issues.