Alexey Pustovalov
c1c8ac01c8
Updated libraries flags for Windows agent
2026-07-09 16:43:03 +09:00
Continuous Integration
0d01a127e9
Zabbix v7.4.12 release
2026-07-09 08:36:32 +03:00
Alexey Pustovalov
6848a2cb31
Merge pull request #1945 from saranf/fix/remove-obsolete-javagateway-enable
...
Remove obsolete ZBX_JAVAGATEWAY_ENABLE variable
2026-07-08 22:08:49 +09:00
saranf
1a3bd3067a
Remove obsolete ZBX_JAVAGATEWAY_ENABLE variable
...
ZBX_JAVAGATEWAY_ENABLE is no longer handled by any entrypoint since the
images were migrated to native Zabbix environment variables. The Java
gateway is now configured directly via ZBX_JAVAGATEWAY (JavaGateway) and
ZBX_STARTJAVAPOLLERS (StartJavaPollers).
The obsolete variable was still documented in the server/proxy READMEs and
shipped in the example env files and kubernetes.yaml, where it does nothing.
Worse, the README described it as the way to enable the Java gateway, so a
user setting only ZBX_JAVAGATEWAY_ENABLE=true would get no Java checks.
Remove all remaining references (READMEs, env_vars/.env_srv, env_vars/.env_prx,
kubernetes.yaml). The native ZBX_JAVAGATEWAY / ZBX_STARTJAVAPOLLERS variables
are kept, so existing setups keep working.
2026-07-08 21:37:21 +09:00
Alexey Pustovalov
c0a8630b24
Fixed RHEL based server pgsql
2026-07-08 14:46:52 +09:00
Alexey Pustovalov
ddf7ca0aec
Merge pull request #1942 from saranf/fix/web-allow-http-auth-env-name
...
Fix ZBX_ALLOW_HTTP_AUTH being ignored in web frontend config
2026-07-07 11:43:34 +09:00
saranf
694162e2a7
Fix ZBX_ALLOW_HTTP_AUTH being ignored in web frontend config
...
The web config redesign changed the HTTP-auth lookup from
getenv('ZBX_ALLOW_HTTP_AUTH') to env_bool('ALLOW_HTTP_AUTH', true),
dropping the ZBX_ prefix. The entrypoint (php.sh) still sets and exports
ZBX_ALLOW_HTTP_AUTH, and every web image README documents ZBX_ALLOW_HTTP_AUTH,
so the frontend now reads a variable that is never set and always falls back
to the default (true).
As a result, setting ZBX_ALLOW_HTTP_AUTH=false no longer disables HTTP
authentication in the frontend. Restore the documented variable name.
2026-07-06 20:34:24 +09:00
Alexey Pustovalov
46eadea74a
Added bcrypt.lib library for Windows agent
2026-07-06 17:40:24 +09:00
Alexey Pustovalov
156c69d41b
Updated libraries and environment for Windows agents
2026-07-06 16:41:19 +09:00
Alexey Pustovalov
f09c63d87d
Updated libraries and environment for Windows agents
2026-07-06 16:41:17 +09:00
Alexey Pustovalov
3db9335a0f
Make snmptraps and other named volumes definition explicit for parser compatibility
2026-07-02 17:07:40 +09:00
Alexey Pustovalov
2e4ec3ed1d
Merge pull request #1940 from paskal/fix-web-db-port-empty-string
...
Fix web frontend crash on socket setups without DB_SERVER_PORT
2026-07-02 13:46:40 +09:00
Dmitry Verkhoturov
cc028ed792
Fix web frontend crash on socket setups without DB_SERVER_PORT
...
env_string('DB_SERVER_PORT') returns '' when the variable is unset, and that
empty string is passed to mysqli::real_connect()'s ?int $port argument in
MysqlDbBackend::connect(), throwing a fatal TypeError under PHP 8 that breaks
every frontend page (HTTP 500) on socket / no-port setups. Regressed in the
web config redesign, which replaced getenv() (returns false -> int 0) with
env_string() (returns '').
Add an env_int() helper that maps both unset and empty to the default and
returns an int, and use it for the DB port.
2026-07-01 17:56:31 +00:00
Alexey Pustovalov
acfd59eac4
Merge pull request #1938 from zabbix/dependabot/github_actions/github-actions-7f78b38a4f
...
Bump the github-actions group across 1 directory with 4 updates
2026-06-26 15:36:13 +09:00
dependabot[bot]
9c088301bf
Bump the github-actions group across 1 directory with 4 updates
...
Bumps the github-actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout ), [actions/setup-python](https://github.com/actions/setup-python ), [github/codeql-action/upload-sarif](https://github.com/github/codeql-action ) and [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action ).
Updates `actions/checkout` from 6.0.1 to 7.0.0
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](8e8c483db8...9c091bb21b )
Updates `actions/setup-python` from 6.0.0 to 6.3.0
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](e797f83bcb...ece7cb06ca )
Updates `github/codeql-action/upload-sarif` from 4.36.0 to 4.36.2
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](7211b7c807...8aad20d150 )
Updates `SonarSource/sonarqube-scan-action` from 8.1.0 to 8.2.0
- [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases )
- [Commits](7006c4492b...713881670b )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/setup-python
dependency-version: 6.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: github/codeql-action/upload-sarif
dependency-version: 4.36.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: SonarSource/sonarqube-scan-action
dependency-version: 8.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-06-26 06:04:35 +00:00
Alexey Pustovalov
03fbcba0ab
Using hash for Python libraries
2026-06-26 12:30:32 +09:00
Alexey Pustovalov
c5da820807
Fixed version of Dockerfile
2026-06-21 10:54:00 +09:00
Alexey Pustovalov
d2cda8436c
Fixed TMDB sql files location
2026-06-19 16:35:55 +09:00
Alexey Pustovalov
ffafc1609c
Updated OpenJDK version to 21
2026-06-19 16:21:57 +09:00
Alexey Pustovalov
4930341e2d
Fixed ZBX_TRAPPERIMEOUT for kubernetes
2026-06-19 16:21:50 +09:00
Alexey Pustovalov
7485390e61
Fixed ZBX_TRAPPERIMEOUT for kubernetes
2026-06-19 16:21:10 +09:00
Alexey Pustovalov
60cca93c54
Updated buildkit version
2026-06-19 16:21:03 +09:00
Alexey Pustovalov
b748aab86e
Install only required platform list for Qemu
2026-06-19 16:20:58 +09:00
Alexey Pustovalov
1a92da0a29
Trying to avoid operation cancelled
2026-06-19 16:20:14 +09:00
Alexey Pustovalov
391d94a861
Optimized Windows build. Caching VS Dev Shell
2026-06-19 16:18:56 +09:00
Alexey Pustovalov
82fe7bbf4a
Trying to avoid operation cancelled
2026-06-15 13:26:18 +09:00
Alexey Pustovalov
63c0ccda39
Trying to avoid operation cancelled
2026-06-15 13:26:18 +09:00
Alexey Pustovalov
58fc270f03
Fixed optional SQL files for TMDB
2026-06-12 12:44:35 +09:00
Alexey Pustovalov
0871e1606d
Updated PowerShell to 7.6.2
2026-06-11 22:10:52 +09:00
Alexey Pustovalov
71ffd3c36a
Optimized powershell code
2026-06-11 17:52:37 +09:00
Alexey Pustovalov
cf628972c1
Revert cmake additions for ember-plus (not needed for 7.4)
2026-06-11 16:21:25 +09:00
Alexey Pustovalov
e308b79a78
Prepare SQLite3 DB file before proxy start
2026-06-11 16:04:35 +09:00
Alexey Pustovalov
6b7fd47301
Added cmake for all OS to build ember-plus plugin
2026-06-11 16:04:28 +09:00
Alexey Pustovalov
8b715e573d
Added cmake for all OS to build ember-plus plugin
2026-06-11 16:04:22 +09:00
Alexey Pustovalov
1b244dfdaa
Added cmake for RHEL to build ember-plus plugin
2026-06-11 16:04:16 +09:00
Alexey Pustovalov
4003f63dba
Fixed version pinning and dependabot group updates
2026-06-11 16:03:52 +09:00
Alexey Pustovalov
604166c4a8
Updated Alpine to 3.24 version
2026-06-11 16:03:40 +09:00
Alexey Pustovalov
e477491ffe
Moved increment to proper place
2026-06-11 15:57:22 +09:00
Alexey Pustovalov
4812a8f22e
Allow to use empty db schema
2026-06-09 15:42:24 +09:00
Alexey Pustovalov
7babf33296
Redesign web config file
2026-06-04 20:04:58 +09:00
Alexey Pustovalov
616a100621
Merge pull request #1911 from zabbix/fix/vault_prefix
...
Fix/vault prefix
2026-06-03 16:55:33 +09:00
Continuous Integration
5d97d46161
Zabbix v7.4.11 release
2026-06-02 15:49:30 +03:00
Alexey Pustovalov
0870fd03e1
Merge pull request #1921 from zabbix/dependabot/github_actions/actions/upload-artifact-7.0.1
...
Bump actions/upload-artifact from 7.0.0 to 7.0.1
2026-05-30 15:33:49 +09:00
Alexey Pustovalov
2003bede1e
Merge pull request #1922 from zabbix/dependabot/github_actions/actions/dependency-review-action-5.0.0
...
Bump actions/dependency-review-action from 4.9.0 to 5.0.0
2026-05-30 15:33:24 +09:00
Alexey Pustovalov
bb35890e7d
Merge pull request #1923 from zabbix/dependabot/github_actions/step-security/harden-runner-2.19.4
...
Bump step-security/harden-runner from 2.16.0 to 2.19.4
2026-05-30 15:33:07 +09:00
dependabot[bot]
7c2183aa3c
Bump step-security/harden-runner from 2.16.0 to 2.19.4
...
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner ) from 2.16.0 to 2.19.4.
- [Release notes](https://github.com/step-security/harden-runner/releases )
- [Commits](fa2e9d605c...9af89fc715 )
---
updated-dependencies:
- dependency-name: step-security/harden-runner
dependency-version: 2.19.4
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-05-29 06:07:35 +00:00
dependabot[bot]
26f61dad99
Bump actions/dependency-review-action from 4.9.0 to 5.0.0
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 4.9.0 to 5.0.0.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](2031cfc080...a1d282b36b )
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-05-29 06:07:21 +00:00
dependabot[bot]
d282fe549c
Bump actions/upload-artifact from 7.0.0 to 7.0.1
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](bbbca2ddaa...043fb46d1a )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: 7.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-05-29 06:07:17 +00:00
Alexey Pustovalov
cf5b71186c
Merge pull request #1916 from zabbix/dependabot/github_actions/SonarSource/sonarqube-scan-action-8.1.0
...
Bump SonarSource/sonarqube-scan-action from 7.0.0 to 8.1.0
2026-05-29 12:29:21 +09:00
Alexey Pustovalov
35fb177a09
Merge pull request #1917 from zabbix/dependabot/github_actions/docker/login-action-4.2.0
...
Bump docker/login-action from 4.0.0 to 4.2.0
2026-05-29 12:29:08 +09:00