diff --git a/.github/workflows/dcp.yml b/.github/workflows/dcp.yml index 8e8966d..16791de 100644 --- a/.github/workflows/dcp.yml +++ b/.github/workflows/dcp.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [ "5.0.1", "5.1.3", "5.5.6", "6.0.5", "6.5.2", "6.6.6", "7.0.5", "7.1.6", "7.2.5", "7.6.2" ] + version: [ "5.0.1", "5.1.3", "5.5.6", "6.0.5", "6.5.2", "6.6.6", "7.0.5", "7.1.6", "7.2.5", "7.6.3" ] steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index bf32f02..01b10ae 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [ "7.1.6", "7.2.5", "7.6.2" ] + version: [ "7.1.6", "7.2.5", "7.6.3" ] steps: - name: Checkout uses: actions/checkout@v4 diff --git a/Makefile b/Makefile index ede5281..1cce57d 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ test: go test ./... . race: - CB_VERSION=7.6.2 go test ./... -race . + CB_VERSION=7.6.3 go test ./... -race . tidy: go mod tidy diff --git a/example/grafana/couchbase/Dockerfile b/example/grafana/couchbase/Dockerfile index 1f707bf..c3056a8 100644 --- a/example/grafana/couchbase/Dockerfile +++ b/example/grafana/couchbase/Dockerfile @@ -1,4 +1,4 @@ -FROM couchbase:7.6.2 +FROM couchbase:7.6.3 COPY configure.sh /opt/couchbase RUN chmod +x /opt/couchbase/configure.sh diff --git a/scripts/create_cluster.sh b/scripts/create_cluster.sh index 13aa011..273ce6f 100644 --- a/scripts/create_cluster.sh +++ b/scripts/create_cluster.sh @@ -2,7 +2,7 @@ POSITIONAL_ARGS=() -VERSION=7.6.2 +VERSION=7.6.3 NAME_PREFIX="couchbase_node_" SUBNET="13.37.11.0/24" TOTAL_NODE=3