Skip to content

Commit

Permalink
CI: update Checkmk Agent version
Browse files Browse the repository at this point in the history
Change-Id: Ic50e082345fe045d408cd48350d1bd60c3e9ad41
  • Loading branch information
lisa-pi committed May 20, 2022
1 parent e815b1e commit 8bfa8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export VERSION_BUMP_PYSCRIPT
PYTHON := python3
BROWSER := $(PYTHON) -c "$$BROWSER_PYSCRIPT"
PROJECT_NAME := checkmk_kube_agent
CHECKMK_AGENT_VERSION := 2.1.0b1
CHECKMK_AGENT_VERSION := 2.1.0b9
PROJECT_VERSION := $(shell grep __version__ src/${PROJECT_NAME}/__init__.py | sed 's/__version__ = "//g' | sed 's/"//g')
PROJECT_PYVERSION := $(shell $(PYTHON) -c "from packaging import version;print(str(version.parse('${PROJECT_VERSION}')))")
ifdef DOCKER_TAG_PREFIX
Expand Down

0 comments on commit 8bfa8e0

Please sign in to comment.