Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit 5d54d8f

Browse files
authored
Merge pull request #25 from gruntwork-io/server-5.1.1
Update default version to Couchbase Server 5.1.1
2 parents c951de1 + e96da20 commit 5d54d8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/install-couchbase-server/install-couchbase-server

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ readonly ENTERPRISE_EDITION="enterprise"
2020
readonly COMMUNITY_EDITION="community"
2121
readonly DEFAULT_EDITION="$ENTERPRISE_EDITION"
2222

23-
readonly DEFAULT_COUCHBASE_ENTERPRISE_VERSION="5.1.0"
24-
readonly DEFAULT_COUCHBASE_ENTERPRISE_SHA256_CHECKSUM_UBUNTU_16_04="4d6a1f159577f283f6f980f6ab9161630eb2d8fd228429029de004b1be46ad76"
25-
readonly DEFAULT_COUCHBASE_ENTERPRISE_SHA256_CHECKSUM_AMAZON_LINUX="6c87268118cd21a0083a99aee8164712b3536720c11e8fcd7fe55646c8c83c56"
23+
readonly DEFAULT_COUCHBASE_ENTERPRISE_VERSION="5.1.1"
24+
readonly DEFAULT_COUCHBASE_ENTERPRISE_SHA256_CHECKSUM_UBUNTU_16_04="058acc6567db7acd8dcb80aa55a7a1de1b318848255bcb2878b285c0e52ecc8c"
25+
readonly DEFAULT_COUCHBASE_ENTERPRISE_SHA256_CHECKSUM_AMAZON_LINUX="0360be31f20709af2a74f602ad7c81fbfd8f40fe9bf671b167f1cc6260cdcc38"
2626

2727
readonly DEFAULT_COUCHBASE_COMMUNITY_VERSION="5.0.1"
2828
readonly DEFAULT_COUCHBASE_COMMUNITY_MD5_CHECKSUM_UBUNTU_16_04="efd890ccaea2a83020c11746315a404f"

0 commit comments

Comments
 (0)