Skip to content

Commit

Permalink
Merge pull request #2090 from rzetelskik/scylla-6.1.0
Browse files Browse the repository at this point in the history
Update ScyllaDB versions to 6.1.0 and 2024.1.7
  • Loading branch information
scylla-operator-bot[bot] authored Aug 23, 2024
2 parents 6b54d8d + 3a08d04 commit 1fb54b6
Show file tree
Hide file tree
Showing 21 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion deploy/manager-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ metadata:
name: scylla-manager-cluster
namespace: scylla-manager
spec:
version: 5.4.3
version: 6.1.0
agentVersion: 3.3.0
repository: docker.io/scylladb/scylla
agentRepository: docker.io/scylladb/scylla-manager-agent
Expand Down
2 changes: 1 addition & 1 deletion deploy/manager-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ metadata:
name: scylla-manager-cluster
namespace: scylla-manager
spec:
version: 5.4.3
version: 6.1.0
agentVersion: 3.3.0
repository: docker.io/scylladb/scylla
agentRepository: docker.io/scylladb/scylla-manager-agent
Expand Down
2 changes: 1 addition & 1 deletion deploy/manager/dev/50_scyllacluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: scylla-manager-cluster
namespace: scylla-manager
spec:
version: 5.4.3
version: 6.1.0
agentVersion: 3.3.0
repository: docker.io/scylladb/scylla
agentRepository: docker.io/scylladb/scylla-manager-agent
Expand Down
2 changes: 1 addition & 1 deletion deploy/manager/prod/50_scyllacluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: scylla-manager-cluster
namespace: scylla-manager
spec:
version: 5.4.3
version: 6.1.0
agentVersion: 3.3.0
repository: docker.io/scylladb/scylla
agentRepository: docker.io/scylladb/scylla-manager-agent
Expand Down
4 changes: 2 additions & 2 deletions docs/source/generic.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,15 +159,15 @@ Change the `cluster.yaml` file from this:
```yaml
spec:
agentVersion: 3.3.0
version: 5.4.3
version: 6.1.0
developerMode: true
datacenter:
name: us-east-1
```
to this:
```yaml
spec:
version: 5.4.3
version: 6.1.0
alternator:
port: 8000
writeIsolation: only_rmw_uses_lwt
Expand Down
4 changes: 2 additions & 2 deletions docs/source/multidc/multidc.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ metadata:
namespace: scylla
spec:
agentVersion: 3.3.0
version: 5.4.3
version: 6.1.0
cpuset: true
sysctls:
- "fs.aio-max-nr=2097152"
Expand Down Expand Up @@ -358,7 +358,7 @@ metadata:
namespace: scylla
spec:
agentVersion: 3.3.0
version: 5.4.3
version: 6.1.0
cpuset: true
sysctls:
- "fs.aio-max-nr=2097152"
Expand Down
4 changes: 2 additions & 2 deletions docs/source/nodeoperations/restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ metadata:
name: source
spec:
agentVersion: 3.3.0
version: 5.4.1
version: 6.1.0
developerMode: true
backups:
- name: foo
Expand Down Expand Up @@ -51,7 +51,7 @@ metadata:
name: target
spec:
agentVersion: 3.3.0
version: 5.4.1
version: 6.1.0
developerMode: true
datacenter:
name: us-east-1
Expand Down
2 changes: 1 addition & 1 deletion docs/source/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ metadata:
namespace: scylla
spec:
agentVersion: 3.3.0
version: 5.4.3
version: 6.1.0
datacenter:
name: us-east-1
racks:
Expand Down
2 changes: 1 addition & 1 deletion examples/eks/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadata:
namespace: scylla
spec:
agentVersion: 3.3.0
version: 5.4.3
version: 6.1.0
sysctls:
- "fs.aio-max-nr=2097152"
datacenter:
Expand Down
2 changes: 1 addition & 1 deletion examples/generic/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ metadata:
namespace: scylla
spec:
agentVersion: 3.3.0
version: 5.4.3
version: 6.1.0
developerMode: true
datacenter:
name: us-east-1
Expand Down
2 changes: 1 addition & 1 deletion examples/gke/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadata:
namespace: scylla
spec:
agentVersion: 3.3.0
version: 5.4.3
version: 6.1.0
automaticOrphanedNodeCleanup: true
sysctls:
- "fs.aio-max-nr=2097152"
Expand Down
2 changes: 1 addition & 1 deletion examples/helm/values.cluster.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Version information
scyllaImage:
tag: 5.4.3
tag: 6.1.0
agentImage:
tag: 3.3.0

Expand Down
2 changes: 1 addition & 1 deletion examples/helm/values.manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ controllerResources:
scylla:
developerMode: true
scyllaImage:
tag: 5.4.3
tag: 6.1.0
agentImage:
tag: 3.3.0
datacenter: manager-dc
Expand Down
2 changes: 1 addition & 1 deletion examples/scylladb/scylla.scyllacluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: scylla
spec:
agentVersion: 3.3.0
version: 5.4.3
version: 6.1.0
developerMode: true
automaticOrphanedNodeCleanup: true
sysctls:
Expand Down
2 changes: 1 addition & 1 deletion helm/deploy/manager_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ scylla:
fullnameOverride: scylla-manager-cluster
scyllaImage:
repository: docker.io/scylladb/scylla
tag: 5.4.3
tag: 6.1.0
agentImage:
tag: 3.3.0
repository: docker.io/scylladb/scylla-manager-agent
Expand Down
2 changes: 1 addition & 1 deletion helm/scylla-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ controllerServiceAccount:
scylla:
developerMode: true
scyllaImage:
tag: 5.4.3
tag: 6.1.0
agentImage:
tag: 3.3.0
datacenter: manager-dc
Expand Down
2 changes: 1 addition & 1 deletion helm/scylla/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fullnameOverride: ""
scyllaImage:
repository: scylladb/scylla
# Overrides the image tag whose default is the chart appVersion.
tag: 5.4.3
tag: 6.1.0
# Allows to customize Scylla image
agentImage:
repository: scylladb/scylla-manager-agent
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/fixture/scylla/scyllacluster.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
bar: foo
spec:
agentVersion: 3.3.0
version: 6.0.1
version: 6.1.0
developerMode: true
exposeOptions:
nodeService:
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/fixture/scylla/zonal.scyllacluster.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
bar: foo
spec:
agentVersion: 3.3.0
version: 5.4.3
version: 6.1.0
developerMode: true
exposeOptions:
nodeService:
Expand Down
8 changes: 4 additions & 4 deletions test/e2e/set/scyllacluster/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import (
)

const (
updateFromScyllaVersion = "6.0.0"
updateToScyllaVersion = "6.0.1"
upgradeFromScyllaVersion = "5.4.7"
upgradeToScyllaVersion = "6.0.1"
updateFromScyllaVersion = "6.0.1"
updateToScyllaVersion = "6.0.2"
upgradeFromScyllaVersion = "6.0.2"
upgradeToScyllaVersion = "6.1.0"

testTimeout = 45 * time.Minute

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/set/scyllacluster/scyllamanager_object_storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ var _ = g.Describe("Scylla Manager integration", framework.RequiresObjectStorage
// This test validates a workaround explained in the docs - https://operator.docs.scylladb.com/stable/nodeoperations/restore.html
g.Entry("using workaround for consistent_cluster_management for ScyllaDB Enterprise 2024.1.X", entry{
scyllaRepository: "docker.io/scylladb/scylla-enterprise",
scyllaVersion: "2024.1.5",
scyllaVersion: "2024.1.7",
preTargetClusterCreateHook: func(targetCluster *scyllav1.ScyllaCluster) {
targetCluster.Spec.ScyllaArgs = "--consistent-cluster-management=false"
},
Expand Down

0 comments on commit 1fb54b6

Please sign in to comment.