Skip to content

Commit

Permalink
Create release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johanfol committed Apr 18, 2023
1 parent 00b2fc1 commit ae2c7e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions channel-router-setup-processor-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ provider:
name: openfaas
gateway: https://frmfaas.sybrin.com
functions:
off-channel-router-setup-processor:
off-channel-router-setup-processor-rel-1-1-0
namespace: openfaas-fn
lang: dockerfile
handler: .
image: actio.azurecr.io/off-channel-router-setup-processor:latest
image: actio.azurecr.io/off-channel-router-setup-processor-rel-1-1-0:latest
labels:
com.openfaas.health.http.initialDelay: "45s"
com.openfaas.profile: nodeselector
Expand Down
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ENV read_timeout="15s"

ENV prefix_logs="false"

ENV FUNCTION_NAME=channel-router-setup-processor
ENV FUNCTION_NAME="channel-router-setup-processor-rel-1-1-0"
ENV NODE_ENV="production"
ENV REST_PORT=3000
ENV LOGSTASH_URL=logstash.development:8080
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "channel-router-setup-processor",
"version": "0.1.0",
"version": "1.1.0",
"description": "predicate-builder-service",
"main": "src/index.ts",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -96,4 +96,4 @@
"prettier --write"
]
}
}
}

0 comments on commit ae2c7e0

Please sign in to comment.