Skip to content

Commit

Permalink
Release v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Hofmann committed Aug 14, 2019
1 parent 2de763f commit b76dc25
Show file tree
Hide file tree
Showing 14 changed files with 94 additions and 88 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Sakuli forwarder change log

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

## v2.1.1
- Initial release
16 changes: 8 additions & 8 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.

10 changes: 5 additions & 5 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.1.1-RC1",
"version": "2.1.1",
"description": "check_mk forwarder for Sakuli v2+",
"keywords": [
"monitoring",
Expand All @@ -18,10 +18,10 @@
"prepublishOnly": "lerna bootstrap --ignore integration-tests && npm run build:release && npm test"
},
"dependencies": {
"@sakuli/commons": "2.1.1",
"@sakuli/core": "2.1.1",
"@sakuli/result-builder-commons": "2.1.1-RC1",
"@sakuli/result-builder-checkmk": "2.1.1-RC1",
"@sakuli/commons": "2.1.2",
"@sakuli/core": "2.1.2",
"@sakuli/result-builder-commons": "2.1.1",
"@sakuli/result-builder-checkmk": "2.1.1",
"axios": "0.19.0",
"class-validator": "0.9.1",
"common-tags": "1.8.0"
Expand Down
22 changes: 11 additions & 11 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.

10 changes: 5 additions & 5 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.1.1-RC1",
"version": "2.1.1",
"description": "Gearman forwarder for Sakuli v2+",
"keywords": [
"monitoring",
Expand All @@ -11,10 +11,10 @@
"typings": "dist/index.d.ts",
"dependencies": {
"@nut-tree/secrets": "4.0.0",
"@sakuli/commons": "2.1.1",
"@sakuli/core": "2.1.1",
"@sakuli/result-builder-commons": "2.1.1-RC1",
"@sakuli/result-builder-omd": "2.1.1-RC1",
"@sakuli/commons": "2.1.2",
"@sakuli/core": "2.1.2",
"@sakuli/result-builder-commons": "2.1.1",
"@sakuli/result-builder-omd": "2.1.1",
"gearman": "2.1.0",
"sneer": "1.0.1"
},
Expand Down
Binary file not shown.
22 changes: 11 additions & 11 deletions packages/sakuli-forwarder-icinga2/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/sakuli-forwarder-icinga2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sakuli/forwarder-icinga2",
"version": "2.1.1-RC1",
"version": "2.1.1",
"description": "Inciga2 forwarder for Sakuli v2+",
"keywords": [
"monitoring",
Expand All @@ -9,9 +9,9 @@
"author": "Tim Keiner <[email protected]>",
"main": "dist/index.js",
"dependencies": {
"@sakuli/commons": "2.1.1",
"@sakuli/core": "2.1.1",
"@sakuli/result-builder-commons": "2.1.1-RC1",
"@sakuli/commons": "2.1.2",
"@sakuli/core": "2.1.2",
"@sakuli/result-builder-commons": "2.1.1",
"axios": "0.19.0",
"class-validator": "0.9.1"
},
Expand Down
22 changes: 11 additions & 11 deletions packages/sakuli-result-builder-checkmk/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/sakuli-result-builder-checkmk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sakuli/result-builder-checkmk",
"version": "2.1.1-RC1",
"version": "2.1.1",
"description": "checkmk check result builder for Sakuli v2+",
"keywords": [
"monitoring",
Expand All @@ -9,9 +9,9 @@
"author": "Simon Hofmann <[email protected]>",
"main": "dist/index.js",
"dependencies": {
"@sakuli/commons": "2.1.1",
"@sakuli/core": "2.1.1",
"@sakuli/result-builder-commons": "2.1.1-RC1",
"@sakuli/commons": "2.1.2",
"@sakuli/core": "2.1.2",
"@sakuli/result-builder-commons": "2.1.1",
"common-tags": "1.8.0",
"dateformat": "3.0.3",
"sneer": "1.0.1",
Expand Down
22 changes: 11 additions & 11 deletions packages/sakuli-result-builder-commons/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/sakuli-result-builder-commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sakuli/result-builder-commons",
"version": "2.1.1-RC1",
"version": "2.1.1",
"description": "Common code for result builders",
"author": "Simon Hofmann <[email protected]>",
"main": "dist/index.js",
Expand All @@ -14,8 +14,8 @@
"prepublishOnly": "lerna bootstrap --ignore integration-tests && npm run build:release && npm test"
},
"dependencies": {
"@sakuli/commons": "2.1.1",
"@sakuli/core": "2.1.1",
"@sakuli/commons": "2.1.2",
"@sakuli/core": "2.1.2",
"sneer": "1.0.1",
"uuid": "3.3.2",
"common-tags": "1.8.0",
Expand Down
Loading

0 comments on commit b76dc25

Please sign in to comment.