4.19.01.01 - Edge for Private Cloud 版本说明

您正在查看的是 Apigee Edge 文档。
转到 Apigee X 文档
信息

2019 年 8 月 14 日,我们发布了适用于私有云的新版 Apigee Edge。

更新过程

如需更新安装,请在 Edge 节点上执行以下步骤:

  1. 在所有 Edge 节点上:

    1. 清理 Yum 代码库:
      sudo yum clean all
    2. 将最新的 Edge 4.19.01 bootstrap_4.19.01.sh 文件下载到 /tmp/bootstrap_4.19.01.sh
      curl https://software.apigee.com/bootstrap_4.19.01.sh -o /tmp/bootstrap_4.19.01.sh
    3. 安装 Edge 4.19.01 apigee-service 实用程序和依赖项:
      sudo bash /tmp/bootstrap_4.19.01.sh apigeeuser=uName apigeepassword=pWord

      其中,uName:pWord 是您从 Apigee 收到的用户名和密码。 如果省略 pWord,系统会提示您输入。

    4. 更新 apigee-setup 实用程序:
      sudo /opt/apigee/apigee-service/bin/apigee-service apigee-setup update
    5. 使用 source 命令执行 apigee-service.sh 脚本:
      source /etc/profile.d/apigee-service.sh
  2. 更新所有消息处理器、路由器和管理服务器节点。在每个节点上执行以下命令:
    /opt/apigee/apigee-setup/bin/update.sh -c edge -f configFile

    其中,configFile 指定您用于安装 Edge 的配置文件。

弃用和停用

无。

已修复 Bug

下表列出了此版本中修复的 bug:

问题 ID 说明
137173422 使用 SharedFlow 对更新后的部署进行 API 调用
使用 SharedFlow 更新部署后,对以下网址的 API 调用失败:
/org/organization_name/sharedflows/sharedflow_ID/deployments
137238775 使用 overridedelay 时,Deployment API 响应时间较长
使用 override=true 和为 delay 设置的值调用 Deployment API 时需要太长时间才能返回。
137238775 trial.mode 设置为 true 的 TLS 失败情况
当路由器配置包含 conf_router_is.free.trial.mode=true 设置时,TLS 证书会失败。