Skip to content

Commit

Permalink
Merge pull request #79 from malscent/UpdatesFor663
Browse files Browse the repository at this point in the history
Added updates for Couchbase Server 6.6.3
  • Loading branch information
malscent authored Aug 5, 2021
2 parents 622a29e + 945593b commit d6d5104
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 16 deletions.
1 change: 1 addition & 0 deletions aws/CouchbaseServer/couchbase-amzn-lnx2.template
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"Type": "String",
"Default": "7.0.0",
"AllowedValues": [
"6.6.3",
"6.6.2",
"6.6.1",
"6.6.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"Default": "7.0.0",
"AllowedValues": [
"7.0.0",
"6.6.3",
"6.6.2",
"6.6.1",
"6.6.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,10 @@
"label": "7.0.0 (recommended)",
"value": "7.0.0"
},
{
"label": "6.6.3",
"value": "6.6.3"
},
{
"label": "6.6.2",
"value": "6.6.2"
Expand Down
1 change: 1 addition & 0 deletions gcp/couchbase-enterprise-edition-byol/couchbase.py.schema
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ properties:
default: 7.0.0
enum:
- 7.0.0
- 6.6.3
- 6.6.2
- 6.6.1
- 6.6.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ properties:
default: 7.0.0
enum:
- 7.0.0
- 6.6.3
- 6.6.2
- 6.6.1
- 6.6.0
Expand Down
21 changes: 6 additions & 15 deletions gcp/shared/group.py.schema
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,21 @@ properties:
description: Type of Couchbase license to be supported by the deployment.
serverVersion:
type: string
default: 6.6.1
default: 7.0.0
enum:
- 7.0.0
- 6.6.3
- 6.6.2
- 6.6.1
- 6.6.0
- 6.5.2
- 6.5.1
- 6.5.0
- 6.0.4
- 6.0.3
- 6.0.2
- 6.0.1
- 5.5.6
- 5.5.5
- 5.5.4
- 5.5.3
- 5.5.2
- 5.5.1
- 5.5.0
- 5.1.3
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.1
- 5.0.0
- 6.0.0
syncGatewayVersion:
type: string
default: 2.8.2
Expand All @@ -65,7 +57,6 @@ properties:
- 2.0.2
- 2.0.0
- 1.5.2
- 1.5.1

couchbaseUsername:
type: string
Expand Down
2 changes: 1 addition & 1 deletion script_url.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/couchbase-partners/marketplace-scripts/releases/download/v1.0.13/couchbase_installer.sh
https://github.com/couchbase-partners/marketplace-scripts/releases/download/v1.0.14/couchbase_installer.sh

0 comments on commit d6d5104

Please sign in to comment.