Skip to content

Commit

Permalink
Update checkmk-dev-tools from 0.4.1 to 0.4.2
Browse files Browse the repository at this point in the history
... to start Jenkins jobs with boolean instead of string values if the parameter
represents a boolean value

CMK-21772

Change-Id: I700addcc4fff86f26a82312149a514217892104d
  • Loading branch information
JonasScharpf committed Feb 13, 2025
1 parent 80ad0f5 commit b5ad8be
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion buildscripts/scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN apk update && \
# install checkmk-dev-tools to run ci-artifacts
# install pyyaml to parse editions.yml and stages.yml
RUN pip3 install --break-system-packages \
"checkmk-dev-tools>=0.4.1" \
"checkmk-dev-tools>=0.4.2" \
pyyaml

# verify installation
Expand Down
2 changes: 1 addition & 1 deletion omd/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sphinx
sphinx-autodoc-typehints # used for the plugin API documentation
sphinx-rtd-theme~=2.0.0 # used for the plugin API documentation # TODO: Unpin this here and in ../Pipfile when "make -C ../doc/plugin-api html" works again without it.
checkmk-dev-tools~=0.4.1 # provides tooling for build artifacts
checkmk-dev-tools~=0.4.2 # provides tooling for build artifacts
python-dateutil~=2.9.0 # most likely a bug in trickkiste: it's a transitive dependency which is not set
6 changes: 3 additions & 3 deletions requirements_all_lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -514,9 +514,9 @@ check-manifest==0.50 \
--hash=sha256:6ab3e3aa72a008da3314b432f4c768c9647b4d6d8032f9e1a4672a572118e48c \
--hash=sha256:d300f9f292986aa1a30424af44eb45c5644e0a810e392e62d553b24bb3393494
# via devpi-client
checkmk-dev-tools==0.4.1 \
--hash=sha256:a097170c49e0f206bbba515c97b6ea9bef93a1cbb30c7ffb69914fed2bcf9c88 \
--hash=sha256:ba41114964d057411bb5fa1944689bc4bcf949af6879bf455e211d0dcdf62bb1
checkmk-dev-tools==0.4.2 \
--hash=sha256:5c41173765bafd5325616d8e9626691b5663a019e09250b3e7b8e750abf90870 \
--hash=sha256:6cc24aed06b4e33c36d2f2595ee0948b991e973391ef8c354ef5e750e3a3392b
# via -r requirements_dev.txt
click==8.1.8 \
--hash=sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2 \
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ beautifulsoup4 # used by the GUI crawler and various tests
boto3-stubs[logs] # used for type checking, keep version in sync with boto3
botocore-stubs # used for type checking, keep version in sync with botocore
bson # used by test_mk_mongodb unit test
checkmk-dev-tools~=0.4.1 # provides tooling for build artifacts
checkmk-dev-tools~=0.4.2 # provides tooling for build artifacts
# Locked to 0.26.1 since 0.26.3 handled const strings differently
# which broke inheritance.
datamodel-code-generator==0.26.1 # used for cmk-shared-typing generation
Expand Down

0 comments on commit b5ad8be

Please sign in to comment.