diff --git a/.github/cfg/integration-test-cfg.yaml b/.github/cfg/integration-test-cfg.yaml
index 1247d71e6..e1a34719e 100644
--- a/.github/cfg/integration-test-cfg.yaml
+++ b/.github/cfg/integration-test-cfg.yaml
@@ -13,27 +13,27 @@
raft-schema: enabled
tablets: none
-- scylla-version: scylla-enterprise:2024.1.9
+- scylla-version: scylla-enterprise:2024.1.12
ip-family: IPV4
raft-schema: none
tablets: none
-- scylla-version: scylla-enterprise:2024.1.9
+- scylla-version: scylla-enterprise:2024.1.12
ip-family: IPV6
raft-schema: none
tablets: none
-- scylla-version: scylla:6.1.1
+- scylla-version: scylla:6.2.0
ip-family: IPV4
raft-schema: none
tablets: disabled
-- scylla-version: scylla:6.1.1
+- scylla-version: scylla:6.2.0
ip-family: IPV4
raft-schema: none
tablets: enabled
-- scylla-version: scylla:6.1.1
+- scylla-version: scylla:6.2.0
ip-family: IPV6
raft-schema: none
tablets: enabled
diff --git a/.github/workflows/integration-tests-2024.1.9-IPV4.yaml b/.github/workflows/integration-tests-2024.1.12-IPV4.yaml
similarity index 98%
rename from .github/workflows/integration-tests-2024.1.9-IPV4.yaml
rename to .github/workflows/integration-tests-2024.1.12-IPV4.yaml
index 360a9e26d..7d0a94c32 100644
--- a/.github/workflows/integration-tests-2024.1.9-IPV4.yaml
+++ b/.github/workflows/integration-tests-2024.1.12-IPV4.yaml
@@ -2,7 +2,7 @@ concurrency:
cancel-in-progress: true
group: int-${{ github.workflow }}-${{ github.ref }}
env:
- scylla-version: scylla-enterprise:2024.1.9
+ scylla-version: scylla-enterprise:2024.1.12
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.9-IPV4
+name: integration-tests-2024.1.12-IPV4
"on":
pull_request:
types:
diff --git a/.github/workflows/integration-tests-2024.1.9-IPV6.yaml b/.github/workflows/integration-tests-2024.1.12-IPV6.yaml
similarity index 98%
rename from .github/workflows/integration-tests-2024.1.9-IPV6.yaml
rename to .github/workflows/integration-tests-2024.1.12-IPV6.yaml
index 4a517e230..03e4ae174 100644
--- a/.github/workflows/integration-tests-2024.1.9-IPV6.yaml
+++ b/.github/workflows/integration-tests-2024.1.12-IPV6.yaml
@@ -2,7 +2,7 @@ concurrency:
cancel-in-progress: true
group: int-${{ github.workflow }}-${{ github.ref }}
env:
- scylla-version: scylla-enterprise:2024.1.9
+ scylla-version: scylla-enterprise:2024.1.12
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.9-IPV6
+name: integration-tests-2024.1.12-IPV6
"on":
pull_request:
types:
diff --git a/.github/workflows/integration-tests-6.1.1-IPV4-tablets.yaml b/.github/workflows/integration-tests-6.2.0-IPV4-tablets.yaml
similarity index 98%
rename from .github/workflows/integration-tests-6.1.1-IPV4-tablets.yaml
rename to .github/workflows/integration-tests-6.2.0-IPV4-tablets.yaml
index c2ef41ba7..e35915f74 100644
--- a/.github/workflows/integration-tests-6.1.1-IPV4-tablets.yaml
+++ b/.github/workflows/integration-tests-6.2.0-IPV4-tablets.yaml
@@ -2,7 +2,7 @@ concurrency:
cancel-in-progress: true
group: int-${{ github.workflow }}-${{ github.ref }}
env:
- scylla-version: scylla:6.1.1
+ scylla-version: scylla:6.2.0
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.1.1-IPV4-tablets
+name: integration-tests-6.2.0-IPV4-tablets
"on":
pull_request:
types:
diff --git a/.github/workflows/integration-tests-6.1.1-IPV4.yaml b/.github/workflows/integration-tests-6.2.0-IPV4.yaml
similarity index 98%
rename from .github/workflows/integration-tests-6.1.1-IPV4.yaml
rename to .github/workflows/integration-tests-6.2.0-IPV4.yaml
index da5818a38..25e34459a 100644
--- a/.github/workflows/integration-tests-6.1.1-IPV4.yaml
+++ b/.github/workflows/integration-tests-6.2.0-IPV4.yaml
@@ -2,7 +2,7 @@ concurrency:
cancel-in-progress: true
group: int-${{ github.workflow }}-${{ github.ref }}
env:
- scylla-version: scylla:6.1.1
+ scylla-version: scylla:6.2.0
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.1.1-IPV4
+name: integration-tests-6.2.0-IPV4
"on":
pull_request:
types:
diff --git a/.github/workflows/integration-tests-6.1.1-IPV6-tablets.yaml b/.github/workflows/integration-tests-6.2.0-IPV6-tablets.yaml
similarity index 98%
rename from .github/workflows/integration-tests-6.1.1-IPV6-tablets.yaml
rename to .github/workflows/integration-tests-6.2.0-IPV6-tablets.yaml
index 199a3b368..829585560 100644
--- a/.github/workflows/integration-tests-6.1.1-IPV6-tablets.yaml
+++ b/.github/workflows/integration-tests-6.2.0-IPV6-tablets.yaml
@@ -2,7 +2,7 @@ concurrency:
cancel-in-progress: true
group: int-${{ github.workflow }}-${{ github.ref }}
env:
- scylla-version: scylla:6.1.1
+ scylla-version: scylla:6.2.0
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.1.1-IPV6-tablets
+name: integration-tests-6.2.0-IPV6-tablets
"on":
pull_request:
types:
diff --git a/README.md b/README.md
index 4c6ee2b4d..2910e65e0 100644
--- a/README.md
+++ b/README.md
@@ -17,19 +17,19 @@ Scylla Manager consists of tree components:
| 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 |
+| **2024.1.12** | ![integration-tests-2024.1.12-IPV4]
![integration-tests-2024.1.12-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 |
+| **6.2.0** | ![integration-tests-6.2.0-IPV4]
![integration-tests-6.2.0-IPV4-tablets]
![integration-tests-6.2.0-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-2024.1.12-IPV4]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2024.1.12-IPV4.yaml/badge.svg?branch=master
+[integration-tests-2024.1.12-IPV6]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2024.1.12-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-6.2.0-IPV4]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-6.2.0-IPV4.yaml/badge.svg?branch=master
+[integration-tests-6.2.0-IPV4-tablets]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-6.2.0-IPV4-tablets.yaml/badge.svg?branch=master
+[integration-tests-6.2.0-IPV6-tablets]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-6.2.0-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