You're viewing Apigee Edge documentation.
Go to the
Apigee X documentation. info
On August 26, 2021, we released a new version of Apigee Edge for Private Cloud.
Update procedure
Updating this release will update the components in the following list of RPMs:
- edge-gateway-4.50.00-0.0.20138.noarch.rpm
- edge-management-server-4.50.00-0.0.20138.noarch.rpm
- edge-message-processor-4.50.00-0.0.20138.noarch.rpm
- edge-postgres-server-4.50.00-0.0.20138.noarch.rpm
- edge-qpid-server-4.50.00-0.0.20138.noarch.rpm
- edge-router-4.50.00-0.0.20138.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.50.00
bootstrap_4.50.00.sh
file to/tmp/bootstrap_4.50.00.sh
:curl https://software.apigee.com/bootstrap_4.50.00.sh -o /tmp/bootstrap_4.50.00.sh
- Install the Edge 4.50.00
apigee-service
utility and dependencies:sudo bash /tmp/bootstrap_4.50.00.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 Edge nodes, execute the
update.sh
script for theedge
process:/opt/apigee/apigee-setup/bin/update.sh -c edge -f configFile
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:
Ability to enable encryption of developer App credential secrets
We have added the ability to enable encryption of developer App credential secrets. See Enabling secret key encryption for more details.
Bug fixes
There are no bug fixes in this release.
Security issues fixed
There are no new security issues fixed in this release.
Known issues
See Known issues with Edge for Private Cloud for a complete list of known issues.