4.16.01.07 - Edge for Private Cloud 版本資訊

您目前查看的是 Apigee Edge 說明文件。
前往 Apigee X 說明文件
info

我們已於 2017 年 1 月 2 日 (星期一) 發布新版 Apigee Edge for Private Cloud。

更新程序

如要更新安裝項目,請執行下列程序:

  1. 在所有 Edge 節點上,清除 Yum 存放區:
    > sudo yum clean all

  2. 如果您使用本機存放區,請更新 apigee-mirror
    > /opt/apigee/apigee-service/bin/apigee-service apigee-mirror update

  3. 在所有 Edge 節點上更新 apigee-setup
    > /opt/apigee/apigee-service/bin/apigee-service apigee-setup update

  4. 在所有 Edge 節點上更新 edge-gateway
    >/opt/apigee/apigee-setup/bin/update.sh -c edge -f configFile

    其中 configFile 指定您用來安裝 Edge 的設定檔。

  5. 在所有 Edge UI 節點上,更新 edge-ui
    >/opt/apigee/apigee-setup/bin/update.sh -c ui -f configFile

修正錯誤

這個版本修正了下列錯誤。

問題 ID 說明 版本號碼
APIRT-3717

升級後,訊息處理工具發生 JavaScript 錯誤

修正問題:設定檔中的額外空格會導致升級至 4.16.01 時發生錯誤。

edge-gateway-4.16.01-0.0.891
DOS-4350

apigee-mirror 會提取所有第三方程式庫,而不只是最新版本

在先前的版本中,apigee-mirror 只會提取第三方程式庫的最新版本。現在會提取 Edge 使用的所有版本。

apigee-mirror-4.16.01-0.0.941
EDGEUI-827

如果使用者有多個自訂角色,權限可能設定錯誤

如果使用者屬於多個自訂角色,系統可能會為該使用者設定錯誤的權限。這個問題已經修正。

edge-ui-4.16.01-0.0.3789

已知問題

這個版本有下列已知問題。

問題 ID 說明
APIRT-2978

路由器無法啟動 Nginx 或路由器無法啟動

如果 Edge Router 無法啟動 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」指令,並看到以下形式的錯誤:

錯誤:必須是關係的擁有者

編輯 /opt/apigee/apigee-postgresql-4.16.05-0.0.894/lib/actions/pg-data-purge,並將下列屬性設為「apigee」:

POSTGRES_USER=apigee

DOC-1687 由於已知的套件依附元件衝突,在執行 Qpid 精靈的 Apigee Edge 主機上,Satellite Server 6 中使用的 Katello 代理程式無法正常安裝。