Skip to content

Commit

Permalink
Release 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
svettwer committed Sep 24, 2021
1 parent 6b5b9c6 commit b7f0c00
Show file tree
Hide file tree
Showing 16 changed files with 139 additions and 464 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## v2.5.1

- Security fixes

## v2.5.0

- Bugfix: Icinga Mapping is not correct [(#81)](https://github.com/sakuli/sakuli-enterprise-forwarder/issues/81)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.5.0",
"version": "2.5.1",
"packages": [
"packages/*"
],
Expand Down
75 changes: 14 additions & 61 deletions packages/sakuli-forwarder-check_mk/package-lock.json

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

12 changes: 6 additions & 6 deletions packages/sakuli-forwarder-check_mk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sakuli/forwarder-checkmk",
"version": "2.5.0",
"version": "2.5.1",
"description": "check_mk forwarder for Sakuli v2+",
"keywords": [
"monitoring",
Expand All @@ -19,10 +19,10 @@
"prepublishOnly": "npm run build:release && npm test"
},
"dependencies": {
"@sakuli/commons": "2.5.0",
"@sakuli/core": "2.5.0",
"@sakuli/result-builder-checkmk": "2.5.0",
"@sakuli/result-builder-commons": "2.5.0",
"@sakuli/commons": "2.5.1",
"@sakuli/core": "2.5.1",
"@sakuli/result-builder-checkmk": "2.5.1",
"@sakuli/result-builder-commons": "2.5.1",
"axios": "0.21.4",
"class-validator": "0.12.2",
"common-tags": "1.8.0"
Expand All @@ -37,4 +37,4 @@
"ts-jest": "27.0.5",
"typescript": "4.1.3"
}
}
}
75 changes: 14 additions & 61 deletions packages/sakuli-forwarder-gearman/package-lock.json

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

12 changes: 6 additions & 6 deletions packages/sakuli-forwarder-gearman/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sakuli/forwarder-gearman",
"version": "2.5.0",
"version": "2.5.1",
"description": "Gearman forwarder for Sakuli v2+",
"keywords": [
"monitoring",
Expand All @@ -12,10 +12,10 @@
"typings": "dist/index.d.ts",
"dependencies": {
"@nut-tree/secrets": "4.0.2",
"@sakuli/commons": "2.5.0",
"@sakuli/core": "2.5.0",
"@sakuli/result-builder-commons": "2.5.0",
"@sakuli/result-builder-omd": "2.5.0",
"@sakuli/commons": "2.5.1",
"@sakuli/core": "2.5.1",
"@sakuli/result-builder-commons": "2.5.1",
"@sakuli/result-builder-omd": "2.5.1",
"common-tags": "1.8.0",
"gearman": "2.1.0",
"sneer": "1.0.1"
Expand All @@ -38,4 +38,4 @@
"test": "jest",
"prepublishOnly": "npm run build:release && npm test"
}
}
}
Loading

0 comments on commit b7f0c00

Please sign in to comment.