Skip to content

Commit d6c7e8b

Browse files
committed
Tag v2.1.0 SGW 2.1 updates
1 parent dc32304 commit d6c7e8b

File tree

8 files changed

+11
-8
lines changed

8 files changed

+11
-8
lines changed

marketplace/couchbase.py.schema

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,9 @@ properties:
101101
default: 20
102102
syncGatewayVersion:
103103
type: string
104-
default: 2.0.0
104+
default: 2.1.0
105105
enum:
106+
- 2.1.0
106107
- 2.0.0
107108

108109
outputs:

simple/group.py.schema

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ properties:
3636
- 4.6.2
3737
syncGatewayVersion:
3838
type: string
39-
default: 2.0.0
39+
default: 2.1.0
4040
enum:
41+
- 2.1.0
4142
- 2.0.0
4243
- 1.5.1
4344

simple/parameters.mds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ resources:
1313
type: deployment.py
1414
properties:
1515
serverVersion: 5.5.0
16-
syncGatewayVersion: 2.0.0
16+
syncGatewayVersion: 2.1.0
1717
couchbaseUsername: couchbase
1818
couchbasePassword: foo123!
1919
license: byol

simple/parameters.mobile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ resources:
1313
type: deployment.py
1414
properties:
1515
serverVersion: 5.5.0
16-
syncGatewayVersion: 2.0.0
16+
syncGatewayVersion: 2.1.0
1717
couchbaseUsername: couchbase
1818
couchbasePassword: foo123!
1919
license: byol

simple/parameters.simple.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ resources:
1313
type: deployment.py
1414
properties:
1515
serverVersion: 5.5.0
16-
syncGatewayVersion: 2.0.0
16+
syncGatewayVersion: 2.1.0
1717
couchbaseUsername: couchbase
1818
couchbasePassword: foo123!
1919
license: byol

simple/parameters.xdcr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ resources:
1313
type: deployment.py
1414
properties:
1515
serverVersion: 5.5.0
16-
syncGatewayVersion: 2.0.0
16+
syncGatewayVersion: 2.1.0
1717
couchbaseUsername: couchbase
1818
couchbasePassword: foo123!
1919
license: byol

testdrive/couchbase.py.schema

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ properties:
4747
default: 10
4848
syncGatewayVersion:
4949
type: string
50-
default: 2.0.0
50+
default: 2.1.0
5151
enum:
52+
- 2.1.0
5253
- 2.0.0
5354

5455
outputs:

testdrive/test_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resources:
99
serverNodeCount: 3
1010
serverNodeType: 'n1-standard-1'
1111
serverDiskSize: 500
12-
syncGatewayVersion: '2.0.0'
12+
syncGatewayVersion: '2.1.0'
1313
syncGatewayNodeCount: 1
1414
syncGatewayNodeType: 'n1-standard-1'
1515
syncGatewayDiskSize: 500

0 commit comments

Comments
 (0)