Skip to content

Commit c5a64e9

Browse files
committed
Add app manifests, update versions
1 parent 6a6b5f3 commit c5a64e9

8 files changed

Lines changed: 23 additions & 3 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
app-name: notifications
2+
inferred: true
3+
templates: [base, flask-server]
4+
version: '2'

applications/notifications/server/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66
NAME = "notifications"
7-
VERSION = "2.4.0"
7+
VERSION = "2.5.0"
88

99
# To install the library, run the following
1010
#

applications/samples/.ch-manifest

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
app-name: samples
2+
inferred: true
3+
templates: [base, webapp, flask-server]
4+
version: '2'

applications/sentry/.ch-manifest

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
app-name: sentry
2+
inferred: true
3+
templates: [base, db-postgres]
4+
version: '2'
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
app-name: volumemanager
2+
inferred: true
3+
templates: [base, flask-server]
4+
version: '2'

applications/volumemanager/server/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66
NAME = "volumemanager"
7-
VERSION = "2.4.0"
7+
VERSION = "2.5.0"
88

99
# To install the library, run the following
1010
#
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
app-name: workflows
2+
inferred: true
3+
templates: [base, flask-server]
4+
version: '2'

applications/workflows/server/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66
NAME = "workflows_api"
7-
VERSION = "2.4.0"
7+
VERSION = "2.5.0"
88

99
# To install the library, run the following
1010
#

0 commit comments

Comments
 (0)