Skip to content

Master 2026.4 - #4417

Open
dtrawins wants to merge 2 commits into
mainfrom
main-2026.4
Open

Master 2026.4#4417
dtrawins wants to merge 2 commits into
mainfrom
main-2026.4

Conversation

@dtrawins

Copy link
Copy Markdown
Collaborator

🛠 Summary

🧪 Checklist

  • Unit tests added.
  • The documentation updated.
  • Change follows security best practices.
    ``

Copilot AI review requested due to automatic review settings July 28, 2026 22:36

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates OpenVINO Model Server’s “master” version line to 2026.4.0, aligning build/packaging metadata and test file manifests with the newer OpenVINO / GenAI component revisions.

Changes:

  • Bump OVMS product/version strings to 2026.4.0 across Windows tooling, Makefile, and Docker build args/labels.
  • Update OpenVINO / Tokenizers / GenAI source commit pins and switch referenced GenAI binary package URLs to 2026.4 nightly artifacts.
  • Refresh packaging/test file lists to match the 2026.4 shared library SONAME/version expectations and Python metadata directories.

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
windows_set_ovms_version.py Updates OVMS project version used to stamp src/version.hpp during Windows builds.
versions.mk Updates pinned OpenVINO-related commit SHAs and GenAI binary package URLs for 2026.4.
tests/file_lists/lib_files.txt Updates expected OpenVINO/GenAI library versioned filenames for packaging tests.
tests/file_lists/lib_files_python.txt Updates expected OpenVINO/GenAI library filenames for Python packaging tests.
Makefile Bumps default PRODUCT_VERSION to 2026.4.0 for image/tag/version stamping.
Dockerfile.ubuntu Updates Python dist-info metadata dirs and PROJECT_VERSION build arg to 2026.4.0.
Dockerfile.redhat Updates Python dist-info metadata content and image label/version to 2026.4.0.
demos/common/export_models/requirements.txt Pins demo export dependencies to OpenVINO/OpenVINO-Tokenizers 2026.4 nightly wheels.
create_package.sh Updates generated Python dist-info metadata directory naming/version for openvino-genai.

Comment thread versions.mk
OV_SOURCE_ORG ?= openvinotoolkit
OV_GENAI_ORG ?= openvinotoolkit
OV_TOKENIZERS_ORG ?= openvinotoolkit
OV_TOKENIZERS_ORG ?= openvinotoolkit
Comment on lines 21 to +24
WIN_OV_VERSION_REGEX = re.compile(r'[0-9]{4}.[0-9].[0-9]+')
WIN_OV_ZIP_PACKAGE_DIR = "openvino_genai_windows_"
VERSION_FILE = "src\\version.hpp"
OVMS_PROJECT_VERSION="2026.3.0"
OVMS_PROJECT_VERSION="2026.4.0"
Comment thread create_package.sh
Comment on lines +97 to +98
if ! [[ $debug_bazel_flags == *"_py_off"* ]]; then mkdir -p /ovms_release/lib/python/openvino_genai-2026.4.dist-info ; \
echo $'Metadata-Version: 1.0\nName: openvino-genai\nVersion: 2026.4\nRequires-Python: >=3.9\nRequires-Dist: openvino-genai~=2026.4.0' > /ovms_release/lib/python/openvino_genai-2026.4.dist-info/METADATA; fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants