Skip to content

Commit

Permalink
ci(release): 2.2.0
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.2...v2.2.0) (2024-05-01)

### Features

* restructure project ([#182](#182)) ([ce91adc](ce91adc))
  • Loading branch information
semantic-release-bot committed May 1, 2024
1 parent ce91adc commit f3447ef
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 47 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
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))
2 changes: 1 addition & 1 deletion cumulocity-node-red-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cumulocity-node-red-ui",
"version": "2.1.2",
"version": "2.2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
84 changes: 41 additions & 43 deletions cumulocity.json
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
}
}
2 changes: 1 addition & 1 deletion node-red-c8y-storage-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-c8y-storage-plugin",
"version": "0.0.1",
"version": "2.2.0",
"description": "Node-RED c8y Storage Plugin",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion node-red-contrib-c8y-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-c8y-client",
"version": "0.0.1",
"version": "2.2.0",
"description": "c8y client for Node-RED",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cumulocity-node-red",
"private": true,
"version": "2.1.2",
"version": "2.2.0",
"author": "Tristan Bastian",
"description": "Node-RED integration into Cumulocity. With the Node-RED instance running as a microservice inside of Cumulocity.",
"scripts": {
Expand Down

0 comments on commit f3447ef

Please sign in to comment.