-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [2.2.0](v2.1.2...v2.2.0) (2024-05-01) ### Features * restructure project ([#182](#182)) ([ce91adc](ce91adc))
- Loading branch information
1 parent
ce91adc
commit f3447ef
Showing
6 changed files
with
51 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# [2.2.0](https://github.com/SoftwareAG/cumulocity-node-red/compare/v2.1.2...v2.2.0) (2024-05-01) | ||
|
||
|
||
### Features | ||
|
||
* restructure project ([#182](https://github.com/SoftwareAG/cumulocity-node-red/issues/182)) ([ce91adc](https://github.com/SoftwareAG/cumulocity-node-red/commit/ce91adc1335484092bdc27d92202cf63ee75faed)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,45 @@ | ||
{ | ||
"apiVersion": "v2", | ||
"version": "2.1.2", | ||
"name": "node-red", | ||
"provider": { | ||
"name": "Tristan Bastian", | ||
"domain": "https://github.com/SoftwareAG/cumulocity-node-red", | ||
"support": "https://github.com/SoftwareAG/cumulocity-node-red/issues" | ||
"apiVersion": "v2", | ||
"version": "2.2.0", | ||
"name": "node-red", | ||
"provider": { | ||
"name": "Tristan Bastian", | ||
"domain": "https://github.com/SoftwareAG/cumulocity-node-red", | ||
"support": "https://github.com/SoftwareAG/cumulocity-node-red/issues" | ||
}, | ||
"isolation": "PER_TENANT", | ||
"requiredRoles": [ | ||
"ROLE_INVENTORY_READ", | ||
"ROLE_INVENTORY_ADMIN", | ||
"ROLE_EVENT_READ", | ||
"ROLE_EVENT_ADMIN", | ||
"ROLE_ALARM_READ", | ||
"ROLE_ALARM_ADMIN", | ||
"ROLE_DEVICE_CONTROL_READ", | ||
"ROLE_DEVICE_CONTROL_ADMIN", | ||
"ROLE_MEASUREMENT_READ", | ||
"ROLE_MEASUREMENT_ADMIN", | ||
"ROLE_OPTION_MANAGEMENT_READ", | ||
"ROLE_OPTION_MANAGEMENT_ADMIN" | ||
], | ||
"roles": [ | ||
"ROLE_NODE_RED_ADMIN", | ||
"ROLE_NODE_RED_READ" | ||
], | ||
"livenessProbe": { | ||
"httpGet": { | ||
"path": "/health", | ||
"port": 80 | ||
}, | ||
"isolation": "PER_TENANT", | ||
"requiredRoles": [ | ||
"ROLE_INVENTORY_READ", | ||
"ROLE_INVENTORY_ADMIN", | ||
"ROLE_EVENT_READ", | ||
"ROLE_EVENT_ADMIN", | ||
"ROLE_ALARM_READ", | ||
"ROLE_ALARM_ADMIN", | ||
"ROLE_DEVICE_CONTROL_READ", | ||
"ROLE_DEVICE_CONTROL_ADMIN", | ||
"ROLE_MEASUREMENT_READ", | ||
"ROLE_MEASUREMENT_ADMIN", | ||
"ROLE_OPTION_MANAGEMENT_READ", | ||
"ROLE_OPTION_MANAGEMENT_ADMIN" | ||
], | ||
"roles": [ | ||
"ROLE_NODE_RED_ADMIN", | ||
"ROLE_NODE_RED_READ" | ||
], | ||
"livenessProbe": { | ||
"httpGet": { | ||
"path": "/health", | ||
"port": 80 | ||
|
||
}, | ||
"initialDelaySeconds": 60, | ||
"periodSeconds": 10 | ||
"initialDelaySeconds": 60, | ||
"periodSeconds": 10 | ||
}, | ||
"readinessProbe": { | ||
"httpGet": { | ||
"path": "/health", | ||
"port": 80 | ||
}, | ||
"readinessProbe": { | ||
"httpGet": { | ||
"path": "/health", | ||
"port": 80 | ||
|
||
}, | ||
"initialDelaySeconds": 60, | ||
"periodSeconds": 10 | ||
} | ||
"initialDelaySeconds": 60, | ||
"periodSeconds": 10 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters