4.16.01.03 - Edge for Private Cloud release notes

You're viewing Apigee Edge documentation.
Go to the Apigee X documentation.
info

On Tuesday, June 14, 2016, we released a new version of Apigee Edge for Private Cloud.

Update procedure

This release includes a new update.sh utility that you use to update your existing 4.16.01 installation to use the latest RPMs and support files. To use update.sh to update your existing 4.16.01 installation to the latest 4.16.01.03 version, see Update Apigee Edge 4.16.01.x to latest 4.16.01 release.

Bugs fixed

The following bugs are fixed in this release.

Issue ID Description Build number
PRC-777

Procedure for adding Cassandra and ZooKeeper nodes, and adding a Data Center, added to the doc

See the "Scaling Edge for Private Cloud" PDF available with the 4.16.01 doc ZIP file on the Apigee ftp site: ftp://ftp.apigee.com/.

PRC-934

update.sh added to apigee-setup RPM

Use this utility to update your current 4.16.01.0x version to the latest 4.16.01.03 version. See Update Apigee Edge 4.16.01.x to latest 4.16.01 release for more.

apigee-setup-4.16.01-0.0.893
APIRT-2975

Upload TLS cert bundle failure

Certs with extra characters or new lines were failing validation.

edge-gateway-0.0.0-0.0.538
MGMT-2930

Data Masking not working in debug session

Trace data was not being masked correctly when running in debug mode.

edge-gateway-0.0.0-0.0.538
EDGEUI-120

Can now set the email address if the "support team" in the Edge UI

In some circumstances, the Edge UI displays an error message that contains a link to email address of the "support team". You can customize that email address by setting the apigee.branding.contactEmailSupport property in /<inst_root>/apigee4/conf/ui/apigee.conf. For example:

apigee.branding.contactEmailSupport="support@myCo.com"

After setting any properties in /<inst_root>/apigee4/conf/ui/apigee.conf, you must restart the Edge UI:

> /<inst_root>/apigee4/bin/apigee-service ui restart

See the Edge Operations Guide for more.

edge-ui-4.16.01-0.0.3654

Known issues

This release has the following known issues.

Issue ID Description
APIRT-2978

Router fails to start Nginx or Router fails to start

If the Edge Router fails to start Nginx or fails to start at all, as shown in the /opt/apigee/var/log/edge-router/logs/system.log file, then delete all files in the /opt/nginx/conf.d directory, and restart the router:

> rm -f /opt/nginx/conf.d/*
> /opt/apigee/apigee-service/bin/apigee-service edge-router restart
PRC-1118

Error when running "apigee-service apigee-postgresql pg-data-purge" command

If you run the "apigee-service apigee-postgresql pg-data-purge" command and see an error in the form:

ERROR: must be owner of relation

Edit /opt/apigee/apigee-postgresql-4.16.05-0.0.894/lib/actions/pg-data-purge and set the following property to 'apigee':

POSTGRES_USER=apigee

DOC-1687 Due to a known package dependency conflict, the Katello agent used in Satellite Server 6 will not install properly on Apigee Edge hosts running the Qpid daemon.