You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
0 commit comments