diff --git a/.github/cfg/integration-test-cfg.yaml b/.github/cfg/integration-test-cfg.yaml index be8fa4fde..1247d71e6 100644 --- a/.github/cfg/integration-test-cfg.yaml +++ b/.github/cfg/integration-test-cfg.yaml @@ -1,39 +1,39 @@ -- scylla-version: scylla-enterprise:2023.1.9 +- scylla-version: scylla-enterprise:2023.1.11 ip-family: IPV4 raft-schema: disabled tablets: none -- scylla-version: scylla-enterprise:2023.1.9 +- scylla-version: scylla-enterprise:2023.1.11 ip-family: IPV4 raft-schema: enabled tablets: none -- scylla-version: scylla-enterprise:2023.1.9 +- scylla-version: scylla-enterprise:2023.1.11 ip-family: IPV6 raft-schema: enabled tablets: none -- scylla-version: scylla-enterprise:2024.1.5 +- scylla-version: scylla-enterprise:2024.1.9 ip-family: IPV4 raft-schema: none tablets: none -- scylla-version: scylla-enterprise:2024.1.5 +- scylla-version: scylla-enterprise:2024.1.9 ip-family: IPV6 raft-schema: none tablets: none -- scylla-version: scylla:6.0.1 +- scylla-version: scylla:6.1.1 ip-family: IPV4 raft-schema: none tablets: disabled -- scylla-version: scylla:6.0.1 +- scylla-version: scylla:6.1.1 ip-family: IPV4 raft-schema: none tablets: enabled -- scylla-version: scylla:6.0.1 +- scylla-version: scylla:6.1.1 ip-family: IPV6 raft-schema: none tablets: enabled diff --git a/.github/workflows/integration-tests-2023.1.9-IPV4-raftschema.yaml b/.github/workflows/integration-tests-2023.1.11-IPV4-raftschema.yaml similarity index 97% rename from .github/workflows/integration-tests-2023.1.9-IPV4-raftschema.yaml rename to .github/workflows/integration-tests-2023.1.11-IPV4-raftschema.yaml index 89e543cf2..5fec04a39 100644 --- a/.github/workflows/integration-tests-2023.1.9-IPV4-raftschema.yaml +++ b/.github/workflows/integration-tests-2023.1.11-IPV4-raftschema.yaml @@ -2,7 +2,7 @@ concurrency: cancel-in-progress: true group: int-${{ github.workflow }}-${{ github.ref }} env: - scylla-version: scylla-enterprise:2023.1.9 + scylla-version: scylla-enterprise:2023.1.11 ip-family: IPV4 raft-schema: enabled tablets: none @@ -99,7 +99,7 @@ jobs: run: make pkg-integration-test PKG=./pkg/store - name: Run migrate tests run: make pkg-integration-test PKG=./pkg/schema/migrate -name: integration-tests-2023.1.9-IPV4-raftschema +name: integration-tests-2023.1.11-IPV4-raftschema "on": pull_request: types: diff --git a/.github/workflows/integration-tests-2023.1.9-IPV4.yaml b/.github/workflows/integration-tests-2023.1.11-IPV4.yaml similarity index 98% rename from .github/workflows/integration-tests-2023.1.9-IPV4.yaml rename to .github/workflows/integration-tests-2023.1.11-IPV4.yaml index 8ad91b8b2..83f8750b7 100644 --- a/.github/workflows/integration-tests-2023.1.9-IPV4.yaml +++ b/.github/workflows/integration-tests-2023.1.11-IPV4.yaml @@ -2,7 +2,7 @@ concurrency: cancel-in-progress: true group: int-${{ github.workflow }}-${{ github.ref }} env: - scylla-version: scylla-enterprise:2023.1.9 + scylla-version: scylla-enterprise:2023.1.11 ip-family: IPV4 raft-schema: disabled tablets: none @@ -99,7 +99,7 @@ jobs: run: make pkg-integration-test PKG=./pkg/store - name: Run migrate tests run: make pkg-integration-test PKG=./pkg/schema/migrate -name: integration-tests-2023.1.9-IPV4 +name: integration-tests-2023.1.11-IPV4 "on": pull_request: types: diff --git a/.github/workflows/integration-tests-2023.1.9-IPV6-raftschema.yaml b/.github/workflows/integration-tests-2023.1.11-IPV6-raftschema.yaml similarity index 97% rename from .github/workflows/integration-tests-2023.1.9-IPV6-raftschema.yaml rename to .github/workflows/integration-tests-2023.1.11-IPV6-raftschema.yaml index 0f7244969..a20ba2634 100644 --- a/.github/workflows/integration-tests-2023.1.9-IPV6-raftschema.yaml +++ b/.github/workflows/integration-tests-2023.1.11-IPV6-raftschema.yaml @@ -2,7 +2,7 @@ concurrency: cancel-in-progress: true group: int-${{ github.workflow }}-${{ github.ref }} env: - scylla-version: scylla-enterprise:2023.1.9 + scylla-version: scylla-enterprise:2023.1.11 ip-family: IPV6 raft-schema: enabled tablets: none @@ -99,7 +99,7 @@ jobs: run: make pkg-integration-test PKG=./pkg/store - name: Run migrate tests run: make pkg-integration-test PKG=./pkg/schema/migrate -name: integration-tests-2023.1.9-IPV6-raftschema +name: integration-tests-2023.1.11-IPV6-raftschema "on": pull_request: types: diff --git a/.github/workflows/integration-tests-2024.1.5-IPV4.yaml b/.github/workflows/integration-tests-2024.1.9-IPV4.yaml similarity index 98% rename from .github/workflows/integration-tests-2024.1.5-IPV4.yaml rename to .github/workflows/integration-tests-2024.1.9-IPV4.yaml index 6c32f4496..360a9e26d 100644 --- a/.github/workflows/integration-tests-2024.1.5-IPV4.yaml +++ b/.github/workflows/integration-tests-2024.1.9-IPV4.yaml @@ -2,7 +2,7 @@ concurrency: cancel-in-progress: true group: int-${{ github.workflow }}-${{ github.ref }} env: - scylla-version: scylla-enterprise:2024.1.5 + scylla-version: scylla-enterprise:2024.1.9 ip-family: IPV4 raft-schema: none tablets: none @@ -99,7 +99,7 @@ jobs: run: make pkg-integration-test PKG=./pkg/store - name: Run migrate tests run: make pkg-integration-test PKG=./pkg/schema/migrate -name: integration-tests-2024.1.5-IPV4 +name: integration-tests-2024.1.9-IPV4 "on": pull_request: types: diff --git a/.github/workflows/integration-tests-2024.1.5-IPV6.yaml b/.github/workflows/integration-tests-2024.1.9-IPV6.yaml similarity index 98% rename from .github/workflows/integration-tests-2024.1.5-IPV6.yaml rename to .github/workflows/integration-tests-2024.1.9-IPV6.yaml index eae529e6d..4a517e230 100644 --- a/.github/workflows/integration-tests-2024.1.5-IPV6.yaml +++ b/.github/workflows/integration-tests-2024.1.9-IPV6.yaml @@ -2,7 +2,7 @@ concurrency: cancel-in-progress: true group: int-${{ github.workflow }}-${{ github.ref }} env: - scylla-version: scylla-enterprise:2024.1.5 + scylla-version: scylla-enterprise:2024.1.9 ip-family: IPV6 raft-schema: none tablets: none @@ -99,7 +99,7 @@ jobs: run: make pkg-integration-test PKG=./pkg/store - name: Run migrate tests run: make pkg-integration-test PKG=./pkg/schema/migrate -name: integration-tests-2024.1.5-IPV6 +name: integration-tests-2024.1.9-IPV6 "on": pull_request: types: diff --git a/.github/workflows/integration-tests-6.0.1-IPV4-tablets.yaml b/.github/workflows/integration-tests-6.1.1-IPV4-tablets.yaml similarity index 98% rename from .github/workflows/integration-tests-6.0.1-IPV4-tablets.yaml rename to .github/workflows/integration-tests-6.1.1-IPV4-tablets.yaml index 4efd40734..c2ef41ba7 100644 --- a/.github/workflows/integration-tests-6.0.1-IPV4-tablets.yaml +++ b/.github/workflows/integration-tests-6.1.1-IPV4-tablets.yaml @@ -2,7 +2,7 @@ concurrency: cancel-in-progress: true group: int-${{ github.workflow }}-${{ github.ref }} env: - scylla-version: scylla:6.0.1 + scylla-version: scylla:6.1.1 ip-family: IPV4 raft-schema: none tablets: enabled @@ -99,7 +99,7 @@ jobs: run: make pkg-integration-test PKG=./pkg/store - name: Run migrate tests run: make pkg-integration-test PKG=./pkg/schema/migrate -name: integration-tests-6.0.1-IPV4-tablets +name: integration-tests-6.1.1-IPV4-tablets "on": pull_request: types: diff --git a/.github/workflows/integration-tests-6.0.1-IPV4.yaml b/.github/workflows/integration-tests-6.1.1-IPV4.yaml similarity index 98% rename from .github/workflows/integration-tests-6.0.1-IPV4.yaml rename to .github/workflows/integration-tests-6.1.1-IPV4.yaml index 343ad59b8..da5818a38 100644 --- a/.github/workflows/integration-tests-6.0.1-IPV4.yaml +++ b/.github/workflows/integration-tests-6.1.1-IPV4.yaml @@ -2,7 +2,7 @@ concurrency: cancel-in-progress: true group: int-${{ github.workflow }}-${{ github.ref }} env: - scylla-version: scylla:6.0.1 + scylla-version: scylla:6.1.1 ip-family: IPV4 raft-schema: none tablets: disabled @@ -99,7 +99,7 @@ jobs: run: make pkg-integration-test PKG=./pkg/store - name: Run migrate tests run: make pkg-integration-test PKG=./pkg/schema/migrate -name: integration-tests-6.0.1-IPV4 +name: integration-tests-6.1.1-IPV4 "on": pull_request: types: diff --git a/.github/workflows/integration-tests-6.0.1-IPV6-tablets.yaml b/.github/workflows/integration-tests-6.1.1-IPV6-tablets.yaml similarity index 98% rename from .github/workflows/integration-tests-6.0.1-IPV6-tablets.yaml rename to .github/workflows/integration-tests-6.1.1-IPV6-tablets.yaml index 653fd3f46..199a3b368 100644 --- a/.github/workflows/integration-tests-6.0.1-IPV6-tablets.yaml +++ b/.github/workflows/integration-tests-6.1.1-IPV6-tablets.yaml @@ -2,7 +2,7 @@ concurrency: cancel-in-progress: true group: int-${{ github.workflow }}-${{ github.ref }} env: - scylla-version: scylla:6.0.1 + scylla-version: scylla:6.1.1 ip-family: IPV6 raft-schema: none tablets: enabled @@ -99,7 +99,7 @@ jobs: run: make pkg-integration-test PKG=./pkg/store - name: Run migrate tests run: make pkg-integration-test PKG=./pkg/schema/migrate -name: integration-tests-6.0.1-IPV6-tablets +name: integration-tests-6.1.1-IPV6-tablets "on": pull_request: types: diff --git a/README.md b/README.md index 3a156a5cb..4c6ee2b4d 100644 --- a/README.md +++ b/README.md @@ -15,21 +15,21 @@ Scylla Manager consists of tree components: ## Scylla integration status -| ScyllaDB version | workflows | Limitations | -|-----------------------|----------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------| -| **latest-enterprise** | ![integration-tests-latest-enterprise-IPV4]
![integration-tests-latest-enterprise-IPV4-tablets] | Restoration of **Authentication** and **Service Levels** is not supported
Restoration of schema containing **Alternator** tables is not supported | -| **6.0.1** | ![integration-tests-6.0.1-IPV4]
![integration-tests-6.0.1-IPV4-tablets]
![integration-tests-6.0.1-IPV6-tablets] | Restoration of **Authentication** and **Service Levels** is not supported
Restoration of schema containing **Alternator** tables is not supported | -| **2024.1.5** | ![integration-tests-2024.1.5-IPV4]
![integration-tests-2024.1.5-IPV6] | Restoration of schema into cluster with `consistant_cluster_management: true` is not supported | -| **2023.1.9** | ![integration-tests-2023.1.9-IPV4]
![integration-tests-2023.1.9-IPV4-raftschema]
![integration-tests-2023.1.9-IPV6-raftschema] | Restoration of schema into cluster with `consistant_cluster_management: true` is not supported | - -[integration-tests-2023.1.9-IPV4]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2023.1.9-IPV4.yaml/badge.svg?branch=master -[integration-tests-2023.1.9-IPV4-raftschema]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2023.1.9-IPV4-raftschema.yaml/badge.svg?branch=master -[integration-tests-2023.1.9-IPV6-raftschema]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2023.1.9-IPV6-raftschema.yaml/badge.svg?branch=master -[integration-tests-2024.1.5-IPV4]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2024.1.5-IPV4.yaml/badge.svg?branch=master -[integration-tests-2024.1.5-IPV6]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2024.1.5-IPV6.yaml/badge.svg?branch=master -[integration-tests-6.0.1-IPV4]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-6.0.1-IPV4.yaml/badge.svg?branch=master -[integration-tests-6.0.1-IPV4-tablets]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-6.0.1-IPV4-tablets.yaml/badge.svg?branch=master -[integration-tests-6.0.1-IPV6-tablets]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-6.0.1-IPV6-tablets.yaml/badge.svg?branch=master +| ScyllaDB version | Workflows | Limitations | +|-----------------------|-------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------| +| **2024.1.9** | ![integration-tests-2024.1.9-IPV4]
![integration-tests-2024.1.9-IPV6] | Restoration of schema into cluster with `consistant_cluster_management: true` is not supported | +| **2023.1.11** | ![integration-tests-2023.1.11-IPV4]
![integration-tests-2023.1.11-IPV4-raftschema]
![integration-tests-2023.1.11-IPV6-raftschema] | Restoration of schema into cluster with `consistant_cluster_management: true` is not supported | +| **6.1.1** | ![integration-tests-6.1.1-IPV4]
![integration-tests-6.1.1-IPV4-tablets]
![integration-tests-6.1.1-IPV6-tablets] | Restoration of **Authentication** and **Service Levels** is not supported
Restoration of schema containing **Alternator** tables is not supported | +| **latest-enterprise** | ![integration-tests-latest-enterprise-IPV4]
![integration-tests-latest-enterprise-IPV4-tablets] | Restoration of **Authentication** and **Service Levels** is not supported
Restoration of schema containing **Alternator** tables is not supported | + +[integration-tests-2024.1.9-IPV4]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2024.1.9-IPV4.yaml/badge.svg?branch=master +[integration-tests-2024.1.9-IPV6]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2024.1.9-IPV6.yaml/badge.svg?branch=master +[integration-tests-2023.1.11-IPV4]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2023.1.11-IPV4.yaml/badge.svg?branch=master +[integration-tests-2023.1.11-IPV4-raftschema]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2023.1.11-IPV4-raftschema.yaml/badge.svg?branch=master +[integration-tests-2023.1.11-IPV6-raftschema]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2023.1.11-IPV6-raftschema.yaml/badge.svg?branch=master +[integration-tests-6.1.1-IPV4]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-6.1.1-IPV4.yaml/badge.svg?branch=master +[integration-tests-6.1.1-IPV4-tablets]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-6.1.1-IPV4-tablets.yaml/badge.svg?branch=master +[integration-tests-6.1.1-IPV6-tablets]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-6.1.1-IPV6-tablets.yaml/badge.svg?branch=master [integration-tests-latest-enterprise-IPV4]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-latest-enterprise-IPV4.yaml/badge.svg?branch=master [integration-tests-latest-enterprise-IPV4-tablets]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-latest-enterprise-IPV4-tablets.yaml/badge.svg?branch=master