Skip to content

Commit 806ea46

Browse files
Danni Moiseyevamiramm
Danni Moiseyev
authored andcommitted
5.4.6-1183 Release (#79)
* RED-32089 when running python3, change bytes to strings * RED-32089 safe load the yaml. According to py-yaml docs, it is not safe to call yaml.load with any data received from an untrusted source. * RED-32089 python regex should be written with raw string * RED-32089 timestr is a const. renaming TIME_FORMAT * RED-32089 Removing globals from python code. This makes the flow of data more predictable and readable. * RED-32089 iteritems is deprecated from python3. * RED-32089 kubectl cp should include destination filename. Move output_dir_name setting to where it is used. * RED-28434 lower permissions for pods when running psp * Update README.md (#63) * Update README.md (#65) Updated version to current in image spec example. Please note that image spec definition is optional and default to current release image from default docker repository, if not otherwise specified. * RED-32947 Redis Enterprise version should be 5.4.6-17 * RED-32947 Redis Enterprise version should be 5.4.6-18 * RED-32947 Operator version is 5.4.6-1182 - part of RS v5.4.6-18 release. Same for the services rigger. * RED-33075 the tarball main directory should not have tar.gz in its name. * bump version to 5.4.6-1183
1 parent 0a92c06 commit 806ea46

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ The following are the images and tags for this release:
2121

2222
Redis Enterprise - `redislabs/redis:5.4.6-18` or `redislabs/redis:5.4.6-18.rhel7-openshift`
2323

24-
Operator - `redislabs/operator:5.4.6-1182` or `redislabs/operator:5.4.6-1182.rhel7`
24+
Operator - `redislabs/operator:5.4.6-1183` or `redislabs/operator:5.4.6-1183.rhel7`
2525

26-
Services Rigger - `redislabs/k8s-controller:5.4.6-1182` or `redislabs/k8s-controller:5.4.6-1182.rhel7`
26+
Services Rigger - `redislabs/k8s-controller:5.4.6-1183` or `redislabs/k8s-controller:5.4.6-1183.rhel7`
2727

2828
Service Broker - `redislabs/service-broker:78_4b9b17f` or `redislabs/service-broker:78_4b9b17f.rhel7`
2929

operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
serviceAccount: redis-enterprise-operator
1616
containers:
1717
- name: redis-enterprise-operator
18-
image: redislabs/operator:5.4.6-1182
18+
image: redislabs/operator:5.4.6-1183
1919
securityContext:
2020
runAsUser: 1001
2121
command:

operator_rhel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
serviceAccount: redis-enterprise-operator
1616
containers:
1717
- name: redis-enterprise-operator
18-
image: redislabs/operator:5.4.6-1182.rhel7
18+
image: redislabs/operator:5.4.6-1183.rhel7
1919
securityContext:
2020
runAsUser: 1001
2121
command:

psp.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ metadata:
44
name: redis-enterprise-psp
55
spec:
66
privileged: false
7-
allowPrivilegeEscalation: true
7+
allowPrivilegeEscalation: false
88
allowedCapabilities:
99
- SYS_RESOURCE
10-
- NET_RAW
1110
runAsUser:
1211
rule: MustRunAsNonRoot
1312
fsGroup:

0 commit comments

Comments
 (0)