4.19.01.05 - Edge for Private Cloud 版本資訊

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

我們在 2020 年 4 月 22 日發布了適用於私有雲的新版 Apigee Edge。

更新程序

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

  1. 在所有邊緣節點上:

    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. 在所有節點上執行 update.sh 指令碼。在每個節點上執行下列指令:
    /opt/apigee/apigee-setup/bin/update.sh -c edge -f configFile

    其中 configFile 會指定您用來安裝私有雲 Apigee Edge 的設定檔。

  3. (僅限 Apigee mTLS) 更新 Apigee mTLS:
    1. 執行下列指令,解除安裝 Apigee mTLS:
      /opt/apigee/apigee-service/bin/apigee-service apigee-mtls uninstall
    2. 執行下列指令,安裝 Apigee mTLS:
      /opt/apigee/apigee-service/bin/apigee-service apigee-mtls install
      /opt/apigee/apigee-service/bin/apigee-service apigee-mtls setup -f /opt/silent.conf

    如要進一步瞭解 Apigee mTLS,請參閱 Apigee mTLS 簡介

支援的軟體

無變更。

淘汰與淘汰

無變更。

修正錯誤

下表列出這個版本中已修正的錯誤:

問題 ID 說明
150721678

提高可靠性

改善可靠性之後,系統會以下列格式顯示較少記錄檔訊息:

[WARN] agent: Checking $SERVICE socket connection failed"
152516353
153575181

提升準確率和多資料中心的通訊能力

Apigee mTLS 可更準確地追蹤服務健康狀態,以利跨服務網格轉送要求,包括多個資料中心設定。