Skip to content

Commit

Permalink
updated checkmk version and github action for build-release
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisbowden committed Apr 22, 2024
1 parent 4e222ba commit 84c5be7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Build Release Package
runs-on: ubuntu-latest
container:
image: checkmk/check-mk-raw:2.1.0-latest
image: checkmk/check-mk-raw:2.2.0-latest
permissions:
contents: write

Expand All @@ -36,7 +36,6 @@ jobs:
- name: Create Release
uses: softprops/action-gh-release@v2
with:
name: Release ${{ github.ref }}
draft: false
prerelease: false
files: ${{ steps.cmkpkg.outputs.pkgfile }}
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Build Checkmk package
runs-on: ubuntu-latest
container:
image: checkmk/check-mk-raw:2.0.0-latest
image: checkmk/check-mk-raw:2.2.0-latest

env:
OMD_ROOT: /omd/sites/cmk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

runs-on: ubuntu-latest
container:
image: checkmk/check-mk-raw:2.0.0-latest
image: checkmk/check-mk-raw:2.2.0-latest

env:
OMD_ROOT: /omd/sites/cmk
Expand Down
2 changes: 1 addition & 1 deletion package
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
'title': 'Check based on ISIS-MIB for monitoring status.',
'version': '1.1.0',
'version.min_required': '2.0.0',
'version.packaged': '2.1.0',
'version.packaged': '2.2.0',
'version.usable_until': '2.3.0',
}

0 comments on commit 84c5be7

Please sign in to comment.