4.16.01.03 - Edge for Private Cloud 版本说明

您正在查看 Apigee Edge 文档。
转到 Apigee X 文档
info

2016 年 6 月 14 日(星期二),我们发布了新版本的 Apigee Edge for Private Cloud。

更新过程

此版本包含一个新的 update.sh 实用程序,您可以使用该实用程序更新现有的 4.16.01 安装,以使用最新的 RPM 和支持文件。如需使用 update.sh 将现有的 4.16.01 安装更新到最新的 4.16.01.03 版本,请参阅将 Apigee Edge 4.16.01.x 更新到最新的 4.16.01 版本

已修复 Bug

此版本中修复了以下 Bug。

问题 ID 说明 build 号
PRC-777

向文档添加了用于添加 Cassandra 和 ZooKeeper 节点以及添加数据中心的过程

请参阅 Apigee ftp 网站上的 4.16.01 文档 ZIP 文件中提供的“Scaling Edge for Private Cloud”PDF:ftp://ftp.apigee.com/

PRC-934

已将 update.sh 添加到 apigee-setup RPM

使用此实用程序将当前的 4.16.01.0x 版本更新到最新的 4.16.01.03 版本。如需了解详情,请参阅将 Apigee Edge 4.16.01.x 更新到最新的 4.16.01 版本

apigee-setup-4.16.01-0.0.893
APIRT-2975

上传 TLS 证书软件包失败

包含多余字符或换行符的证书无法通过验证。

edge-gateway-0.0.0-0.0.538
MGMT-2930

数据脱敏在调试会话中不起作用

在调试模式下运行时,跟踪数据未正确脱敏。

edge-gateway-0.0.0-0.0.538
EDGEUI-120

现在可以在 Edge 界面中设置“支持团队”的电子邮件地址

在某些情况下,Edge 界面会显示一条错误消息,其中包含指向 “支持团队”电子邮件地址的链接。您可以通过在 /<inst_root>/apigee4/conf/ui/apigee.conf 中设置 apigee.branding.contactEmailSupport 属性来自定义该电子邮件地址。 例如:

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

/<inst_root>/apigee4/conf/ui/apigee.conf 中设置任何属性后, 您必须重启 Edge 界面:

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

如需了解详情,请参阅 Edge 运维指南

edge-ui-4.16.01-0.0.3654

已知问题

此版本存在以下已知问题。

问题 ID 说明
APIRT-2978

路由器无法启动 Nginx 或路由器无法启动

如果 Edge 路由器无法启动 Nginx 或根本无法启动,如 /opt/apigee/var/log/edge-router/logs/system.log 文件所示,请删除 /opt/nginx/conf.d 目录中的所有文件,然后 重启路由器:

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

运行“apigee-service apigee-postgresql pg-data-purge” 命令时出错

如果您运行“apigee-service apigee-postgresql pg-data-purge”命令,并 看到如下形式的错误:

ERROR: must be owner of relation

修改 /opt/apigee/apigee-postgresql-4.16.05-0.0.894/lib/actions/pg-data-purge 并将以下属性设置为“apigee”:

POSTGRES_USER=apigee

DOC-1687 由于存在已知的软件包依赖项冲突,因此在 Satellite Server 6 中使用的 Katello 代理将无法在运行 Qpid 守护程序的 Apigee Edge 主机上正确安装。