Skip to content

Commit

Permalink
add active ttl (#1486)
Browse files Browse the repository at this point in the history
* add active ttl

* await update status .... bump version [skip ci]
  • Loading branch information
actions-user committed Jan 31, 2022
1 parent 5b364c6 commit e21751f
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion core/api-server/package-lock.json

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

2 changes: 1 addition & 1 deletion core/api-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api-server",
"version": "2.2.12",
"version": "2.2.13",
"description": "Hkube Api Server",
"main": "app.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion core/datasources-service/package-lock.json

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

2 changes: 1 addition & 1 deletion core/datasources-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datasources-service",
"version": "2.2.6",
"version": "2.2.7",
"description": "Hkube DataSources Service",
"main": "app.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion core/gc-service/package-lock.json

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

2 changes: 1 addition & 1 deletion core/gc-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gc-service",
"version": "2.2.6",
"version": "2.2.7",
"description": "Hkube garbage collector",
"main": "app.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion core/openapi-spec/package-lock.json

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

2 changes: 1 addition & 1 deletion core/openapi-spec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openapi-spec",
"version": "2.2.8",
"version": "2.2.9",
"description": "Hkube openapi-spec",
"main": "app.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion core/pipeline-driver/package-lock.json

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

2 changes: 1 addition & 1 deletion core/pipeline-driver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pipeline-driver",
"version": "2.2.4",
"version": "2.2.5",
"description": "pipeline execution based on DAG",
"main": "app.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion core/worker/package-lock.json

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

2 changes: 1 addition & 1 deletion core/worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "worker",
"version": "2.2.3",
"version": "2.2.4",
"description": "worker process",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit e21751f

Please sign in to comment.