You're viewing Apigee Edge documentation.
Go to the
Apigee X documentation. info
On April 19, 2023, we released a new version of Apigee Edge for Private Cloud.
Note: This version will be supported until August 31, 2024.
Update procedure
Updating this release will update the components in the following list of RPMs:
- edge-management-server-4.52.00-0.0.60190.noarch.rpm
- edge-postgres-server-4.52.00-0.0.60190.noarch.rpm
- edge-qpid-server-4.52.00-0.0.60190.noarch.rpm
- edge-router-4.52.00-0.0.60190.noarch.rpm
- apigee-cassandra-2.1.22-0.0.2539.noarch.rpm
- apigee-cassandra-client-2.1.22-0.0.2519.noarch.rpm
- apigee-provision-4.52.00-0.0.623.noarch.rpm
- apigee-sso-4.52.00-0.0.21245.noarch.rpm
- edge-analytics-4.52.00-0.0.40091.noarch.rpm
- apigee-postgresql-14.5-0.0.2739.noarch.rpm
- edge-mint-gateway-4.52.00-0.0.40323.noarch.rpm
- edge-mint-management-server-4.52.00-0.0.40323.noarch.rpm
- edge-mint-message-processor-4.52.00-0.0.40323.noarch.rpm
- apigee-sosreport-5.0-0.0.2509.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.52.00
bootstrap_4.52.00.sh
file to/tmp/bootstrap_4.52.00.sh
:curl https://software.apigee.com/bootstrap_4.52.00.sh -o /tmp/bootstrap_4.52.00.sh
- Install the Edge 4.52.00
apigee-service
utility and dependencies:sudo bash /tmp/bootstrap_4.52.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.
- Update the
apigee-setup
utility:sudo /opt/apigee/apigee-service/bin/apigee-service apigee-setup update
- Use the
source
command to execute the apigee-service.sh script:source /etc/profile.d/apigee-service.sh
- Clean the Yum repos:
- Update the
apigee-provision
utility on the Management Server:/opt/apigee/apigee-service/bin/apigee-service apigee-provision update
- Update Postgres nodes (master and standby):
/opt/apigee/apigee-setup/bin/update.sh -c ps -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
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
There are no new features in this release.
Bug fixes
This section lists the Private Cloud bugs that were fixed in this release.
Issue ID | Description |
---|---|
271093461 |
OASValidation policy was consuming too much heap memory allocation This has been fixed. |
248499777 |
Added more checks to prevent smuggling a GET request inside another POST request. |
245387101 |
Modified audit data of developer app related APIs. The consumer secret is now consistently logged in a masked manner. You can set configurationconf_keymanagement_app.auditlog.mask.secret to false in Management
server to prevent the secret from being masked,in case you want to log plaintext secret
in audit.
|
267778362 |
Apigee-provision was creating empty lines while adding cron entries. This has been fixed. |
267788856 |
Enhanced rebuildindex so non ID based index APIs function appropriately when there are more than 10k apps per entity. |
273931118 |
Fixed a regression in MGMT API which was causing incorrect content types to be returned when accept header in requests had a wildcard. This was also causing failures while downloading trace file in the UI. |
274587823 |
For security reasons, external entities are now not allowed to be loaded by default in XSLTransform Policy. You can override this by setting the flagconf_feature-flags_xsl.allow.external.entities=true in Message Processor.
|
245387101 |
Modified audit data of developer app related APIs. The consumer secret is now consistently logged in a masked manner. You can the configurationconf_keymanagement_app.auditlog.mask.secret to false in Management
server to prevent the secret from being masked,in case you want to log plaintext secret
in audit.
|
276991965 |
Fixed a bug introduced in OPDK v4.52.00 which was causing certain API and Accept header combinations to fail. |
260024953 |
Apigee was not populating some target variables, such as URL and Host, when a target server was used and a target error was encountered. This has been resolved. |
274399775 |
Cassandra and cassandra-client were not upgrading to latest versions when upgrading from Edge for Private Cloud v4.51 to v4.52. This has been fixed |
269545512 |
Updated Postgres driver version in Gateway to 42.5.4. |
270203185 |
Updated Postgres driver version in Monetization to 42.5.4. |
197529839 |
Improved handling of new lines in condition statements of proxies. |
214664198 |
Added a column in Analytics Fact Tables which captures the top three polices that took the longest to run. |
258898812 |
Removed unexpected parameter |
270967547 |
There was a problem upgrading from Edge for Private Cloud 4.50 to 4.52. This has been fixed. |
Known issues
Apigee-postgresql is having issues with upgrading from version 4.50 or 4.51 to version 4.52. The issues mainly occur when the number of child fact tables is greater than 500. See Postgresql upgrade when updating to version 4.52 in Known issues with Edge for Private Cloud for a workaround.
See Known issues with Edge for Private Cloud for a complete list of known issues.