Skip to content

Commit 93049bb

Browse files
Merge pull request #272 from RedisLabs/7.4.2-2
promoting version 7.4.2-2
2 parents 86513c1 + 605e8a2 commit 93049bb

File tree

14 files changed

+108
-20
lines changed

14 files changed

+108
-20
lines changed

bundle.yaml

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3759,6 +3759,12 @@ spec:
37593759
- major
37603760
- latest
37613761
type: string
3762+
resp3Default:
3763+
description: Whether databases will turn on RESP3 compatibility upon
3764+
database upgrade. Note - Deleting this property after explicitly
3765+
setting its value shall have no effect. Please view the corresponding
3766+
field in RS doc for more info.
3767+
type: boolean
37623768
serviceAccountName:
37633769
description: Name of the service account to use
37643770
type: string
@@ -11014,6 +11020,8 @@ spec:
1101411020
- major
1101511021
- latest
1101611022
type: string
11023+
resp3Default:
11024+
type: boolean
1101711025
serviceAccountName:
1101811026
type: string
1101911027
servicesRiggerSpec:
@@ -15396,6 +15404,12 @@ spec:
1539615404
- type
1539715405
type: object
1539815406
type: array
15407+
shardingEnabled:
15408+
description: Toggles database sharding for REAADBs (Active Active
15409+
databases) and enabled by default. This field is blocked for REDB
15410+
(non-Active Active databases) and sharding is toggled via the shardCount
15411+
field - when shardCount is 1 this is disabled otherwise enabled.
15412+
type: boolean
1539915413
shardCount:
1540015414
description: Number of database server-side shards
1540115415
type: integer
@@ -15473,6 +15487,11 @@ spec:
1547315487
For password, use ''password'' as the key and the actual password as the value.
1547415488
Note that connections are not encrypted.'
1547515489
type: string
15490+
resp3:
15491+
description: Whether this database supports RESP3 protocol.
15492+
Note - Deleting this property after explicitly setting its value shall have no effect.
15493+
Please view the corresponding field in RS doc for more info.
15494+
type: boolean
1547615495
type: object
1547715496
status:
1547815497
description: RedisEnterpriseDatabaseStatus defines the observed state of
@@ -16393,6 +16412,11 @@ spec:
1639316412
will have replica shard for every master - leading to higher
1639416413
availability.
1639516414
type: boolean
16415+
resp3:
16416+
description: Whether this database supports RESP3 protocol.
16417+
Note - Deleting this property after explicitly setting its value shall have no effect.
16418+
Please view the corresponding field in RS doc for more info.
16419+
type: boolean
1639616420
rofRamSize:
1639716421
description: The size of the RAM portion of an RoF database. Similarly
1639816422
to "memorySize" use formats like 100MB, 0.1GB It must be at
@@ -16424,6 +16448,12 @@ spec:
1642416448
- type
1642516449
type: object
1642616450
type: array
16451+
shardingEnabled:
16452+
description: Toggles database sharding for REAADBs (Active Active
16453+
databases) and enabled by default. This field is blocked for REDB
16454+
(non-Active Active databases) and sharding is toggled via the shardCount
16455+
field - when shardCount is 1 this is disabled otherwise enabled.
16456+
type: boolean
1642716457
shardCount:
1642816458
description: Number of database server-side shards
1642916459
type: integer
@@ -16481,7 +16511,7 @@ spec:
1648116511
serviceAccountName: redis-enterprise-operator
1648216512
containers:
1648316513
- name: redis-enterprise-operator
16484-
image: redislabs/operator:7.2.4-12
16514+
image: redislabs/operator:7.4.2-2
1648516515
command:
1648616516
- operator-root
1648716517
- operator
@@ -16531,7 +16561,7 @@ spec:
1653116561
drop:
1653216562
- ALL
1653316563
- name: admission
16534-
image: redislabs/operator:7.2.4-12
16564+
image: redislabs/operator:7.4.2-2
1653516565
command:
1653616566
- operator-root
1653716567
- admission

crds/reaadb_crd.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,11 @@ spec:
684684
will have replica shard for every master - leading to higher
685685
availability.
686686
type: boolean
687+
resp3:
688+
description: Whether this database supports RESP3 protocol.
689+
Note - Deleting this property after explicitly setting its value shall have no effect.
690+
Please view the corresponding field in RS doc for more info.
691+
type: boolean
687692
rofRamSize:
688693
description: The size of the RAM portion of an RoF database. Similarly
689694
to "memorySize" use formats like 100MB, 0.1GB It must be at
@@ -715,6 +720,12 @@ spec:
715720
- type
716721
type: object
717722
type: array
723+
shardingEnabled:
724+
description: Toggles database sharding for REAADBs (Active Active
725+
databases) and enabled by default. This field is blocked for REDB
726+
(non-Active Active databases) and sharding is toggled via the shardCount
727+
field - when shardCount is 1 this is disabled otherwise enabled.
728+
type: boolean
718729
shardCount:
719730
description: Number of database server-side shards
720731
type: integer

crds/rec_crd.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3664,6 +3664,12 @@ spec:
36643664
- major
36653665
- latest
36663666
type: string
3667+
resp3Default:
3668+
description: Whether databases will turn on RESP3 compatibility upon
3669+
database upgrade. Note - Deleting this property after explicitly
3670+
setting its value shall have no effect. Please view the corresponding
3671+
field in RS doc for more info.
3672+
type: boolean
36673673
serviceAccountName:
36683674
description: Name of the service account to use
36693675
type: string
@@ -10919,6 +10925,8 @@ spec:
1091910925
- major
1092010926
- latest
1092110927
type: string
10928+
resp3Default:
10929+
type: boolean
1092210930
serviceAccountName:
1092310931
type: string
1092410932
servicesRiggerSpec:

crds/redb_crd.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,12 @@ spec:
527527
- type
528528
type: object
529529
type: array
530+
shardingEnabled:
531+
description: Toggles database sharding for REAADBs (Active Active
532+
databases) and enabled by default. This field is blocked for REDB
533+
(non-Active Active databases) and sharding is toggled via the shardCount
534+
field - when shardCount is 1 this is disabled otherwise enabled.
535+
type: boolean
530536
shardCount:
531537
description: Number of database server-side shards
532538
type: integer
@@ -604,6 +610,11 @@ spec:
604610
For password, use ''password'' as the key and the actual password as the value.
605611
Note that connections are not encrypted.'
606612
type: string
613+
resp3:
614+
description: Whether this database supports RESP3 protocol.
615+
Note - Deleting this property after explicitly setting its value shall have no effect.
616+
Please view the corresponding field in RS doc for more info.
617+
type: boolean
607618
type: object
608619
status:
609620
description: RedisEnterpriseDatabaseStatus defines the observed state of

log_collector/log_collector.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
logger.setLevel(logging.INFO)
3838
LOGGER_FORMAT = '%(asctime)s - %(levelname)s - %(message)s'
3939
logging.basicConfig(format=LOGGER_FORMAT)
40-
VERSION_LOG_COLLECTOR = "7.2.4-12"
40+
VERSION_LOG_COLLECTOR = "7.4.2-2"
4141

4242
TIME_FORMAT = time.strftime("%Y%m%d-%H%M%S")
4343

@@ -60,6 +60,7 @@
6060

6161
NON_LABELED_RESOURCES = OPERATOR_CUSTOM_RESOURCES + [
6262
"VolumeAttachment",
63+
"NetworkPolicy",
6364
]
6465

6566
RESTRICTED_MODE_API_RESOURCES = NON_LABELED_RESOURCES + [
@@ -97,7 +98,6 @@
9798
ALL_ONLY_API_RESOURCES = [
9899
"Node",
99100
"ResourceQuota",
100-
"NetworkPolicy",
101101
"CertificateSigningRequest",
102102
"ClusterServiceVersion",
103103
"Subscription",

multi-namespace-redb/operator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
serviceAccountName: redis-enterprise-operator
2525
containers:
2626
- name: redis-enterprise-operator
27-
image: redislabs/operator:7.2.4-12
27+
image: redislabs/operator:7.4.2-2
2828
command:
2929
- operator-root
3030
- operator
@@ -74,7 +74,7 @@ spec:
7474
drop:
7575
- ALL
7676
- name: admission
77-
image: redislabs/operator:7.2.4-12
77+
image: redislabs/operator:7.4.2-2
7878
command:
7979
- operator-root
8080
- admission

multi-namespace-redb/role.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@ metadata:
77
rules:
88
- apiGroups:
99
- app.redislabs.com
10-
resources: ["redisenterpriseclusters", "redisenterpriseclusters/status", "redisenterpriseclusters/finalizers",
11-
"redisenterprisedatabases", "redisenterprisedatabases/status", "redisenterprisedatabases/finalizers",
12-
"redisenterpriseremoteclusters", "redisenterpriseremoteclusters/status",
13-
"redisenterpriseremoteclusters/finalizers",
14-
"redisenterpriseactiveactivedatabases", "redisenterpriseactiveactivedatabases/status",
15-
"redisenterpriseactiveactivedatabases/finalizers"]
10+
resources: ["redisenterprisedatabases", "redisenterprisedatabases/status", "redisenterprisedatabases/finalizers"]
1611
verbs: ["delete", "deletecollection", "get", "list", "patch", "create", "update", "watch"]
1712
- apiGroups: [""]
1813
resources: ["secrets"]

openshift.bundle.yaml

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3801,6 +3801,12 @@ spec:
38013801
- major
38023802
- latest
38033803
type: string
3804+
resp3Default:
3805+
description: Whether databases will turn on RESP3 compatibility upon
3806+
database upgrade. Note - Deleting this property after explicitly
3807+
setting its value shall have no effect. Please view the corresponding
3808+
field in RS doc for more info.
3809+
type: boolean
38043810
serviceAccountName:
38053811
description: Name of the service account to use
38063812
type: string
@@ -11056,6 +11062,8 @@ spec:
1105611062
- major
1105711063
- latest
1105811064
type: string
11065+
resp3Default:
11066+
type: boolean
1105911067
serviceAccountName:
1106011068
type: string
1106111069
servicesRiggerSpec:
@@ -15438,6 +15446,12 @@ spec:
1543815446
- type
1543915447
type: object
1544015448
type: array
15449+
shardingEnabled:
15450+
description: Toggles database sharding for REAADBs (Active Active
15451+
databases) and enabled by default. This field is blocked for REDB
15452+
(non-Active Active databases) and sharding is toggled via the shardCount
15453+
field - when shardCount is 1 this is disabled otherwise enabled.
15454+
type: boolean
1544115455
shardCount:
1544215456
description: Number of database server-side shards
1544315457
type: integer
@@ -15515,6 +15529,11 @@ spec:
1551515529
For password, use ''password'' as the key and the actual password as the value.
1551615530
Note that connections are not encrypted.'
1551715531
type: string
15532+
resp3:
15533+
description: Whether this database supports RESP3 protocol.
15534+
Note - Deleting this property after explicitly setting its value shall have no effect.
15535+
Please view the corresponding field in RS doc for more info.
15536+
type: boolean
1551815537
type: object
1551915538
status:
1552015539
description: RedisEnterpriseDatabaseStatus defines the observed state of
@@ -16435,6 +16454,11 @@ spec:
1643516454
will have replica shard for every master - leading to higher
1643616455
availability.
1643716456
type: boolean
16457+
resp3:
16458+
description: Whether this database supports RESP3 protocol.
16459+
Note - Deleting this property after explicitly setting its value shall have no effect.
16460+
Please view the corresponding field in RS doc for more info.
16461+
type: boolean
1643816462
rofRamSize:
1643916463
description: The size of the RAM portion of an RoF database. Similarly
1644016464
to "memorySize" use formats like 100MB, 0.1GB It must be at
@@ -16466,6 +16490,12 @@ spec:
1646616490
- type
1646716491
type: object
1646816492
type: array
16493+
shardingEnabled:
16494+
description: Toggles database sharding for REAADBs (Active Active
16495+
databases) and enabled by default. This field is blocked for REDB
16496+
(non-Active Active databases) and sharding is toggled via the shardCount
16497+
field - when shardCount is 1 this is disabled otherwise enabled.
16498+
type: boolean
1646916499
shardCount:
1647016500
description: Number of database server-side shards
1647116501
type: integer
@@ -16521,7 +16551,7 @@ spec:
1652116551
serviceAccountName: redis-enterprise-operator
1652216552
containers:
1652316553
- name: redis-enterprise-operator
16524-
image: registry.connect.redhat.com/redislabs/redis-enterprise-operator:7.2.4-12
16554+
image: registry.connect.redhat.com/redislabs/redis-enterprise-operator:7.4.2-2
1652516555
securityContext:
1652616556
privileged: false
1652716557
readOnlyRootFilesystem: true
@@ -16573,7 +16603,7 @@ spec:
1657316603
port: 8080
1657416604
scheme: HTTP
1657516605
- name: admission
16576-
image: registry.connect.redhat.com/redislabs/redis-enterprise-operator:7.2.4-12
16606+
image: registry.connect.redhat.com/redislabs/redis-enterprise-operator:7.4.2-2
1657716607
securityContext:
1657816608
privileged: false
1657916609
readOnlyRootFilesystem: true

openshift/operator_rhel.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
serviceAccountName: redis-enterprise-operator
2323
containers:
2424
- name: redis-enterprise-operator
25-
image: registry.connect.redhat.com/redislabs/redis-enterprise-operator:7.2.4-12
25+
image: registry.connect.redhat.com/redislabs/redis-enterprise-operator:7.4.2-2
2626
securityContext:
2727
privileged: false
2828
readOnlyRootFilesystem: true
@@ -74,7 +74,7 @@ spec:
7474
port: 8080
7575
scheme: HTTP
7676
- name: admission
77-
image: registry.connect.redhat.com/redislabs/redis-enterprise-operator:7.2.4-12
77+
image: registry.connect.redhat.com/redislabs/redis-enterprise-operator:7.4.2-2
7878
securityContext:
7979
privileged: false
8080
readOnlyRootFilesystem: true

openshift/rec_rhel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
nodes: 3
1010
redisEnterpriseImageSpec:
1111
repository: registry.connect.redhat.com/redislabs/redis-enterprise
12-
versionTag: 7.2.4-92.rhel8-openshift
12+
versionTag: 7.4.2-54.rhel8-openshift
1313
redisEnterpriseServicesRiggerImageSpec:
1414
repository: registry.connect.redhat.com/redislabs/services-manager
1515
bootstrapperImageSpec:

0 commit comments

Comments
 (0)