您正在查看 Apigee Edge 文档。
前往 Apigee X 文档。 信息
2017 年 11 月 17 日(星期五),我们发布了新版 Apigee Edge for Private Cloud。
更新过程
如需更新安装,请在 Edge 节点上执行以下程序:
-
在所有边缘节点上:
- 清理 Yum 代码库:
> sudo yum clean all - 更新 /tmp/bootstrap_4.17.01.sh 中的 Edge 4.17.01 bootstrap_4.17.01.sh 文件:
> curl https://software.apigee.com/bootstrap_4.17.01.sh -o /tmp/bootstrap_4.17.01.sh - 安装 Edge 4.17.01 apigee-service 实用程序和依赖项:
> sudo bash /tmp/bootstrap_4.17.01.sh apigeeuser=uName apigeepassword=pWord
其中 uName:pWord 是您从 Apigee 收到的用户名和密码。如果您省略 pWord,系统会提示您输入该参数。 - 更新 apigee-setup 实用程序:
> sudo /opt/apigee/apigee-service/bin/apigee-service apigee-setup update - 获取 apigee-service.sh 文件:
> source /etc/profile.d/apigee-service.sh
- 清理 Yum 代码库:
-
更新所有 OpenLDAP 节点:
>/opt/apigee/apigee-setup/bin/update.sh -c ldap -f configFile -
更新所有管理服务器节点:
>/opt/apigee/apigee-setup/bin/update.sh -c edge -f configFile -
更新所有路由器和消息处理器节点:
>/opt/apigee/apigee-setup/bin/update.sh -c edge -f configFile
其中,configFile 指定了您用于安装 Edge 的配置文件。
已修复 Bug
此版本中修复了以下 bug。
| 问题 ID | 说明 | 版本号 |
|---|---|---|
| APIRT-3081 |
并发速率限制政策发出错误消息 并发速率限制政策会发出“java.lang.IllegalMonitorStateException”和“messaging.adaptors.http.flow.ServiceUnavailable”错误。这些错误已得到修复。 |
edge-gateway-0.0.1414 |
| DBS-1773 |
安装 OpenLDAP 时出错 旧版 Edge 安装程序尝试安装错误的 OpenLDAP 版本。此问题已在该版本中修复。 |
apigee-openldap-2.4-0.0.1003 |
| DOS-4675 |
Edge 管理服务器的 apigee-registration-setup 现在可以正确地将所有缺失的数据存储区添加到 pod 以下命令现在可以正确地将任何缺失的数据存储区添加到 pod: 其中,configFile 指定了您用于安装 Edge 的配置文件。 |
edge-gateway-4.17.01-0.0.1414 |
| MGMT-3782 | 修复了身份区域的一致性级别值中的错误 | edge-gateway-4.17.01-0.0.1414 |
| TBD-250 |
添加了模糊处理的密码命令 添加了一个用于生成混淆密码的命令,以便任何组件都可以生成加密密码。您可以在 Edge 管理服务器上使用以下命令生成混淆密码: > /opt/apigee/apigee-service/bin/apigee-service edge-management-server generate-obfuscated-password 输入新密码,然后按照提示确认新密码。出于安全考虑,系统不会显示密码文本。此命令会以如下形式返回密码: OBF:58fh40h61svy156789gk1saj MD5:902fobg9d80e6043b394cb2314e9c6 |
edge-gateway-4.17.01-0.0.1414 |
| TBD-261 | 各种安全修复 | apigee-service-4.17.01-0.0.604 |