Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 4 changed files Side-by-side Diff

... ... @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
4 4  
5 5 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6 6  
  7 +#### [v0.14.17](https://gitlab.kodesumber.com/komodo/komodo-center-messaging/compare/v0.14.16...v0.14.17)
  8 +
  9 +- Call sdNotify on started [`56ba7f3`](https://gitlab.kodesumber.com/komodo/komodo-center-messaging/commit/56ba7f3b97e4bf1f5b0ba08676fd0fc691f74f06)
  10 +
7 11 #### [v0.14.16](https://gitlab.kodesumber.com/komodo/komodo-center-messaging/compare/v0.14.15...v0.14.16)
8 12  
  13 +> 23 March 2022
  14 +
9 15 - Bump komodo-sdk from 1.43.6 to 1.45.6 [`5dabf3b`](https://gitlab.kodesumber.com/komodo/komodo-center-messaging/commit/5dabf3bff3c9b49b04ca569b31902c2ce228c8e4)
10 16  
11 17 #### [v0.14.15](https://gitlab.kodesumber.com/komodo/komodo-center-messaging/compare/v0.14.14...v0.14.15)
... ... @@ -7,6 +7,8 @@ fs.writeFileSync('pid.txt', `${process.pid}`);
7 7 global.KOMODO_LOG_LABEL = 'KOMODO-MESSAGING';
8 8 process.title = global.KOMODO_LOG_LABEL;
9 9  
  10 +const sdNotify = require('komodo-sdk/sd-notify');
  11 +
10 12 const matrix = require('komodo-sdk/matrix');
11 13  
12 14 matrix.NODE_ENV = process.env.NODE_ENV;
... ... @@ -17,3 +19,5 @@ const coreUrl = require('komodo-sdk/core-url');
17 19 logger.verbose(`CORE URL: ${coreUrl}`);
18 20  
19 21 require('./lib/http-listener');
  22 +
  23 +sdNotify();
1 1 {
2 2 "name": "komodo-center-messaging",
3   - "version": "0.14.16",
  3 + "version": "0.14.17",
4 4 "lockfileVersion": 2,
5 5 "requires": true,
6 6 "packages": {
7 7 "": {
8 8 "name": "komodo-center-messaging",
9   - "version": "0.14.16",
  9 + "version": "0.14.17",
10 10 "license": "ISC",
11 11 "dependencies": {
12 12 "auto-changelog": "^2.3.0",
1 1 {
2 2 "name": "komodo-center-messaging",
3   - "version": "0.14.16",
  3 + "version": "0.14.17",
4 4 "description": "Komodo Common Messaging Center",
5 5 "main": "index.js",
6 6 "scripts": {