Werk #19210: mk-oracle: Fix version reporting for non-Linux builds
| Component | Checks & agents | ||
| Title | mk-oracle: Fix version reporting for non-Linux builds | ||
| Date | May 27, 2026 | ||
| Level | Trivial Change | ||
| Class | Bug Fix | ||
| Compatibility | Compatible - no manual interaction needed | ||
| Checkmk versions & editions |
|
Non-Linux mk-oracle binaries (Windows, AIX, Solaris) reported a hardcoded beta version string instead of the actual Checkmk release version. This happened because the version was baked into the source at compile time and only the Bazel-based Linux build injected the correct value.
Starting with this release, the build uses a compile-time environment variable
(CMK_VERSION) to set the version across all platforms. The hardcoded fallback is
used only during local development builds.