您正在查看 Apigee Edge 說明文件。
前往 Apigee X 說明文件。info
我們在 2018 年 3 月 16 日星期五發布了 Apigee Edge for Private Cloud 的新版本。
更新程序
如要更新安裝項目,請在 Edge 節點上執行以下程序:
-
在所有 Edge 節點上:
- 清除 Yum 存放區:
> sudo yum clean all
- 更新
/tmp/bootstrap_4.17.09.sh
中的 Edge 4.17.09bootstrap_4.17.09.sh
檔案:
> curl https://software.apigee.com/bootstrap_4.17.09.sh -o /tmp/bootstrap_4.17.09.sh
- 安裝 Edge 4.17.09
apigee-service
公用程式和依附元件:
> sudo bash /tmp/bootstrap_4.17.09.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 存放區:
-
更新所有 Edge Management Server 節點:
>/opt/apigee/apigee-setup/bin/update.sh -c edge -f configFile
configFile 會指定用於安裝 Edge 的設定檔。 -
更新所有 Edge UI 節點:
>/opt/apigee/apigee-setup/bin/update.sh -c ui -f configFile
-
更新所有 Router Message Processor 節點:
>/opt/apigee/apigee-setup/bin/update.sh -c edge -f configFile
修正錯誤
這個版本修正了下列錯誤。
問題 ID | 說明 | 版本號碼 |
---|---|---|
68329105 |
當 |
apigee-drupal-devportal-4.17.09-0.0.244.noarch.rpm |
68858244 |
Edge UI 在 ELB 上終止了傳輸層安全標準 (TLS),會使用 HTTP 通訊協定 (而非 HTTPS) 建構 OAuth 登出重新導向網址。 |
edge-ui-4.17.09-0.0.20024.noarch.rpm |
69001358 |
當管理伺服器使用自行簽署的憑證時,Edge SSO 現可透過 HTTPS 連線至管理伺服器。 |
apigee-sso-4.17.09-0.0.10088.noarch.rpm |
69377379 |
訊息處理工具現在會正確關閉 SSL 通訊端 訊息處理器現在會正確關閉 SSL 通訊端,以減少 CLOSE_WAIT 的連線數量。 |
edge-gateway-4.17.09-0.0.1524.noarch.rpm |
69711616 |
將第三方 JAR 檔案中的 Jackson Databind 更新至 2.7.9.1 版。 |
edge-gateway-4.17.09-0.0.1524.noarch.rpm |
70719754 |
升級至 4.17.09 後,Edge Router 和 Message Processor 可能會擲出記憶體不足錯誤 |
edge-gateway-4.17.09-0.0.1524.noarch.rpm
|