4.17.09.03 - Edge for Private Cloud release notes

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

On October 10th, 2018, 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.09 bootstrap_4.17.09.sh file in "/tmp/bootstrap_4.17.09.sh":
      curl https://software.apigee.com/bootstrap_4.17.09.sh -o /tmp/bootstrap_4.17.09.sh
    3. Install the Edge 4.17.09 apigee-service utility and dependencies:
      sudo bash /tmp/bootstrap_4.17.09.sh apigeeuser=username apigeepassword=password

      Where username:password are the credentials that you received from Apigee. If you omit password, 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. Execute the contents of the apigee-service.sh file by using the source command:
      source /etc/profile.d/apigee-service.sh
  2. On each of your Message Processor nodes, run the update utility:
    /opt/apigee/apigee-setup/bin/update.sh -c edge -f config_file

Bugs fixed

The following table lists the bugs fixed in this release:

Issue ID Description Build Number*
79221633 NIO threads were exiting with a CancelledKeyException edge-gateway-4.17.09-0.0.20003