このページでは、Zabbixのメジャーバージョンのマイナーリリースのアップグレード時の注意点をまとめて提供しています。
メジャーバージョンのアップグレード時の注意点も参照してください。
Zabbix component log files are now created with read-write permissions for the file owner only. Additionally the files are readable by the owner group. All other permissions are denied.
On Linux, this change is from 0666 to 0640 permissions. The change affects Zabbix server, proxy and agent log files. Permissions for Zabbix agent 2 log files were updated from 0644 to 0640 (by removing read permission for others).
In addition, several other files are now created with 0640 permissions:
icmpping* checksZabbix agent 2 MySQL plugin now supports both SHOW SLAVE STATUS and SHOW REPLICA STATUS. The plugin automatically selects and executes the appropriate statement depending on the server version and returns the result in the usual JSON format.
Agent 2 items such as mysql.replication.discovery and mysql.replication.get_slave_status work with servers that use either SHOW SLAVE STATUS or SHOW REPLICA STATUS. No changes to existing agent 2 items or agent 2 templates are required.
The minimum supported Go version has been raised from 1.23 to 1.24.10.
If you previously built Zabbix agent 2, agent 2 loadable plugins, or web service from source using a Go version older than 1.24.10, it is recommended to rebuild these components using a supported Go version to receive the latest security updates and bug fixes. Components built with an older Go version will continue to work, but upgrading them will require a newer Go environment.
This minor version does not have any functional changes.
注意! グラフとZabbixエージェント2のMySQLプラグインに関連するエラーのため、このバージョンへのアップグレードはお勧めできません。
PHP拡張機能cURLの最小サポートバージョンは7.19.4 になりました。
Zabbixエージェント2のランタイム制御コマンド(zabbix_agent2 -R <option>)は、出力をstderr(標準エラー)ではなくstdout(標準出力)に書き込むようになりました。以前の動作に依存しているスクリプトは更新してください。