File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 35
35
# https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5701
36
36
command "#{ install_dir } /embedded/bin/pip3 install prettytable==0.7.2" , env : env
37
37
38
+ # Pin ydiff to 1.2 since 1.3 requires cdiff:
39
+ # https://github.com/zalando/patroni/blob/634b44ee0586f063033074806a42b534a354cbff/docs/releases.rst
40
+ # According to Patroni 3.3.0 release notes, upgrading to this version
41
+ # should be enough to fix this problem. We should test unpinning
42
+ # this library once we update to Patroni 3.3.0.
43
+ # See: https://github.com/zalando/patroni/blob/634b44ee0586f063033074806a42b534a354cbff/docs/releases.rst
44
+ command "#{ install_dir } /embedded/bin/pip3 install ydiff==1.2" , env : env
45
+
38
46
command "#{ install_dir } /embedded/bin/pip3 install patroni[consul]==#{ version } " , env : env
39
47
end
You can’t perform that action at this time.
0 commit comments