4.17.05.01 - Edge for Private Cloud release notes

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

On Monday, July 31, 2017, we released a new version of Apigee Edge for Private Cloud.

Update procedure

To update your installation, perform the following procedure on the Edge nodes:

  1. On all Edge nodes:

    1. Clean Yum repos:
      > sudo yum clean all
    2. Update the Edge 4.17.05 bootstrap_4.17.05.sh file in /tmp/bootstrap_4.17.05.sh:
      > curl https://software.apigee.com/bootstrap_4.17.05.sh -o /tmp/bootstrap_4.17.05.sh
    3. Install the Edge 4.17.05 apigee-service utility and dependencies:
      > sudo bash /tmp/bootstrap_4.17.05.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.
    4. Update the apigee-setup utility:
      > sudo /opt/apigee/apigee-service/bin/apigee-service apigee-setup update
    5. Source the apigee-service.sh file:
      > source /etc/profile.d/apigee-service.sh
  2. Update all Cassandra nodes:
    >/opt/apigee/apigee-setup/bin/update.sh -c cs -f configFile

    where configFile specifies the config file you used to install Edge.

  3. Update all Router nodes:

    > yum update apigee-nginx
    > /opt/nginx/scripts/apigee-nginx restart
  4. Update all Router and Message Processor nodes:
    >/opt/apigee/apigee-setup/bin/update.sh -c edge -f configFile

  5. Update all Edge UI nodes:
    >/opt/apigee/apigee-setup/bin/update.sh -c ui -f configFile

Bugs fixed

The following bugs are fixed in this release.

Issue ID Description Build number
APIRT-3832

Message Processor not populating the server name field in a TLS request when using proxy server for connection to backend service

An Nginx startup error occurred if IPv6 was enabled on Nginx on a system that did not have IPv6 enabled.

edge-gateway-4.17.05-0.0.1231
APIRT-4346

Edge Router now working on FIPS-enabled server

The Edge Router can now be deployed to a server that supports FIPS (Federal Information Processing Standards).

apigee-nginx-1.12.1-1.el6.x86_64
AXAPP-2473

Cannot enable analytics daily report if the user's email address includes a capital letter

edge-gateway-4.17.05-0.0.1231
AXAPP-2495

Time fields when exporting a report to a CSV file in the Edge UI now uses a 24 hour format

Time fields are exported in a 24 hour format to make it easier to identify AM/PM times.

edge-ui-4.17.05-0.0.3888
DBS-1529

Cassandra backup script no longer stops/restarts Cassandra

Previously, the Cassandra backup script stopped and then restarted the Cassandra server as part of the backup process. The script no longer performs this stop/restart and leaves the Cassandra server running during the backup process.

apigee-cassandra-2.1.16-0.0.1078

DOS-4675

The apigee-registration-setup for the Edge Management Server now correctly adds any missing datastores to a pod

The following command now correctly adds any missing datastores to a pod:

> /opt/apigee/apigee-service/bin/apigee-service edge-management-server apigee-registration-setup -f configFile

where configFile specifies the config file you used to install Edge.

edge-gateway-4.17.05-0.0.1231
DOS-5100

setup.sh correctly sets Postgres password based on value specified by PG_PWD

When installing Edge, you use the PG_PWD property to specify the Postgres password. In previous releases, this property was not read by all Edge components, such as the Management Server. Now, all Edge components set the Postgres property based on PG_PWD.

edge-gateway-4.17.05-0.0.1231
EDGEUI-1032
Link in email to set a password directs you to the login page
When a new user clicks the link in an email to set a password, the link now directs them to the set password page and not the login page.
edge-ui-4.17.05-0.0.3888
EDGEUI-1120

Edge UI trace now working correctly in Internet Explorer

edge-ui-4.17.05-0.0.3888