4.17.01.06 - Edge for Private Cloud 版本資訊

您正在查看 Apigee Edge 說明文件。
查看 Apigee X 說明文件
資訊

我們在 2017 年 11 月 17 日星期五推出了新版 Apigee Edge 私有雲。

更新程序

如要更新安裝,請在邊緣節點上執行以下程序:

  1. 在所有邊緣節點上:

    1. 清除 Yum 存放區:
      > sudo yum clean all
    2. 更新 /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.17.01
    3. 安裝 Edge 4.17.01 apigee-service 公用程式和依附元件:
      > sudo bash /tmp/bootstrap_4.17.01.sh apigeeuser=uName apigeepassword=pWord

      其中 uName:pWord 是 Apigee 提供的使用者名稱和密碼。如果省略 pWord,系統會提示您輸入。
    4. 更新 apigee-setup 公用程式:
      > sudo /opt/apigee/apigee-service/bin/apigee-service apigee-setup 更新
    5. 取得 apigee-service.sh 檔案:
      > source /etc/profile.d/apigee-service.sh
  2. 更新所有 OpenLDAP 節點:
    >/opt/apigee/apigee-setup/bin/update.sh -c ldap -f configFile

  3. 更新所有管理伺服器節點:
    >/opt/apigee/apigee-setup/bin/update.sh -cedge -f configFile

  4. 更新所有路由器和訊息處理器節點:
    >/opt/apigee/apigee-setup/bin/update.sh -c edge -f configFile

    其中 configFile 會指定用於安裝 Edge 的設定檔。

修正錯誤

本次更新修正了下列錯誤。

問題 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 Management Server 的 Apigee-register-Registration 設定現在可以將任何缺少的資料儲存庫新增至 Pod

現在下列指令可正確將缺少的資料儲存庫新增至 Pod:

> /opt/apigee/apigee-service/bin/apigee-service Edge-management-server apigee-registration-setup -f configFile

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

edge-gateway-4.17.01-0.0.1414
MGMT-3782 已修正身分可用區的一致性等級值錯誤 edge-gateway-4.17.01-0.0.1414
TBD-250

新增經過模糊處理的密碼指令

新增指令,用於產生經過模糊處理的密碼,讓任何元件都能產生加密密碼。您可以在 Edge Management Server 上使用下列指令,產生經過模糊處理的密碼:

> /opt/apigee/apigee-service/bin/apigee-service edge-management-server generate-obfuscated-password

輸入新密碼,然後在系統提示時確認。基於安全考量,系統不會顯示密碼的文字。這個指令會以下列格式傳回密碼:

OBF:58fh40h61svy156789gk1saj
MD5:902fobg9d80e6043b394cb2314e9c6

請參閱為 Edge On Premise 設定 TLS/SSL

edge-gateway-4.17.01-0.0.1414
TBD-261 修正多項安全性問題 apigee-service-4.17.01-0.0.604