Skip to content

Commit 076e145

Browse files
authored
CBG-4853: Cut release/4.0.0 and move main to 4.1 (#7784)
1 parent 4006fa4 commit 076e145

File tree

10 files changed

+49
-10
lines changed

10 files changed

+49
-10
lines changed

base/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const (
2020
ProductName = "Couchbase Sync Gateway"
2121

2222
ProductAPIVersionMajor = "4"
23-
ProductAPIVersionMinor = "0"
23+
ProductAPIVersionMinor = "1"
2424
ProductAPIVersion = ProductAPIVersionMajor + "." + ProductAPIVersionMinor
2525
)
2626

docs/api/admin-capella.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ openapi: 3.0.3
1010
info:
1111
title: App Services Admin API
1212
description: 'App Services manages access and synchronization between Couchbase Lite and Couchbase Capella'
13-
version: '4.0'
13+
version: '4.1'
1414
license:
1515
name: Business Source License 1.1 (BSL)
1616
url: 'https://github.com/couchbase/sync_gateway/blob/master/LICENSE'

docs/api/admin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ info:
1313
# Introduction
1414
1515
The Sync Gateway Admin REST API is used to administer user accounts and roles, and to run administrative tasks in superuser mode.
16-
version: '4.0'
16+
version: '4.1'
1717
license:
1818
name: Business Source License 1.1 (BSL)
1919
url: 'https://github.com/couchbase/sync_gateway/blob/master/LICENSE'

docs/api/diagnostic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ openapi: 3.0.3
1010
info:
1111
title: Sync Gateway
1212
description: Sync Gateway manages access and synchronization between Couchbase Lite and Couchbase Server
13-
version: '4.0'
13+
version: '4.1'
1414
license:
1515
name: Business Source License 1.1 (BSL)
1616
url: 'https://github.com/couchbase/sync_gateway/blob/master/LICENSE'

docs/api/metric-capella.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ openapi: 3.0.3
1010
info:
1111
title: App Services Metrics API
1212
description: 'App Services manages access and synchronization between Couchbase Lite and Couchbase Capella'
13-
version: '4.0'
13+
version: '4.1'
1414
license:
1515
name: Business Source License 1.1 (BSL)
1616
url: 'https://github.com/couchbase/sync_gateway/blob/master/LICENSE'

docs/api/metric.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ info:
1414
1515
Sync Gateway manages access and synchronization between Couchbase Lite and Couchbase Server.
1616
The Sync Gateway Metrics REST API returns Sync Gateway metrics, in JSON or Prometheus-compatible formats, for performance monitoring and diagnostic purposes.
17-
version: '4.0'
17+
version: '4.1'
1818
license:
1919
name: Business Source License 1.1 (BSL)
2020
url: 'https://github.com/couchbase/sync_gateway/blob/master/LICENSE'

docs/api/public.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ info:
1414
1515
Sync Gateway manages access and synchronization between Couchbase Lite and Couchbase Server.
1616
The Sync Gateway Public REST API is used for client replication.
17-
version: '4.0'
17+
version: '4.1'
1818
license:
1919
name: Business Source License 1.1 (BSL)
2020
url: 'https://github.com/couchbase/sync_gateway/blob/master/LICENSE'

manifest/4.0.xml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<!--
4+
Copyright 2016-Present Couchbase, Inc.
5+
6+
Use of this software is governed by the Business Source License included in
7+
the file licenses/BSL-Couchbase.txt. As of the Change Date specified in that
8+
file, in accordance with the Business Source License, use of this software will
9+
be governed by the Apache License, Version 2.0, included in the file
10+
licenses/APL2.txt.
11+
-->
12+
13+
<manifest>
14+
15+
<remote fetch="https://github.com/couchbase/" name="couchbase"/>
16+
<default remote="couchbase" revision="master"/>
17+
18+
<!-- Build Scripts (required on CI servers) -->
19+
<project name="product-texts" path="product-texts" remote="couchbase"/>
20+
<project name="build" path="cbbuild" remote="couchbase" revision="b1dc2359603ab411ce0788854ea879ce804c9055">
21+
<annotation name="VERSION" value="4.0.0" keep="true"/>
22+
<annotation name="BLD_NUM" value="@BLD_NUM@" keep="true"/>
23+
<annotation name="RELEASE" value="@RELEASE@" keep="true"/>
24+
</project>
25+
26+
27+
<!-- Sync Gateway -->
28+
<project name="sync_gateway" path="sync_gateway" remote="couchbase" revision="release/4.0.0" />
29+
30+
</manifest>

manifest/default.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ licenses/APL2.txt.
1818
<!-- Build Scripts (required on CI servers) -->
1919
<project name="product-texts" path="product-texts" remote="couchbase"/>
2020
<project name="build" path="cbbuild" remote="couchbase" revision="b1dc2359603ab411ce0788854ea879ce804c9055">
21-
<annotation name="VERSION" value="4.0.0" keep="true"/>
21+
<annotation name="VERSION" value="4.1.0" keep="true"/>
2222
<annotation name="BLD_NUM" value="@BLD_NUM@" keep="true"/>
2323
<annotation name="RELEASE" value="@RELEASE@" keep="true"/>
2424
</project>

manifest/product-config.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"product": "sync_gateway",
33
"manifests": {
44
"manifest/default.xml": {
5-
"release": "4.0.0",
5+
"release": "4.1.0",
66
"release_name": "Couchbase Sync Gateway",
77
"production": true,
88
"interval": 30,
99
"go_version": "1.24.4",
1010
"trigger_blackduck": true,
11-
"start_build": 123
11+
"start_build": 1
1212
},
1313
"manifest/1.4.0.xml": {
1414
"do-build": false,
@@ -727,6 +727,15 @@
727727
"trigger_blackduck": true,
728728
"start_build": 285
729729
},
730+
"manifest/4.0.xml": {
731+
"release": "4.0.0",
732+
"release_name": "Couchbase Sync Gateway 4.0.0",
733+
"production": true,
734+
"interval": 120,
735+
"go_version": "1.24.4",
736+
"trigger_blackduck": true,
737+
"start_build": 243
738+
},
730739
"manifest/dev.xml": {
731740
"do-build": false,
732741
"release": "dev",

0 commit comments

Comments
 (0)