[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: kadalu/kadalu

Tags

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
use socket with context manager while checking reachability (#1070)

we check for server pod reachability by opening a socket connection and
when pod is not reachable due to a programming mistake we always hit an
exception w/o making any progress while closing sock.

There seems to be underlying bug as well, as we are returning from try
w/o closing sock and so when pod is reachable we aren't hitting the issue.

```
File "/kadalu/kadalulib.py", line 106, in is_server_pod_reachable
sock.close()
UnboundLocalError: local variable 'sock' referenced before assignment
[2024-05-22 06:57:45,569] INFO [kadalulib - 432:monitor_proc] - Restarted Process name=csi
```

ref: #1069

Signed-off-by: Leela Venkaiah G <leelavg@thoughtexpo.com>

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add IPV6 address family with INET6 (#1000)

Signed-off-by: Shree Vatsa N <vatsa@kadalu.tech>

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove default value for `kadalu_format` (#988)

- In code we are checking something which is always set
- As both the fields imply same intent, let's have high priority for
  field used in code as well

fixes: #980

Signed-off-by: Leela Venkaiah G <leelavg@thoughtexpo.com>

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix calculation of summary table in provisioner (#949) (#950)

Signed-off-by: guochao <jeffguorg@gmail.com>

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: remove_archived_pv searches wrong path for PVC info (#937)

Signed-off-by: Timo Funke <timo.funke@biotronik.com>

0.9.1

Toggle 0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Disable armv7 release builds (#935)

Gluster stopped supporting 32 bit platforms.

Signed-off-by: Aravinda Vishwanathapura <aravinda@kadalu.tech>

0.9.0

Toggle 0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
CHANGELOG update for 0.9.0 (#934)

Signed-off-by: Aravinda Vishwanathapura <aravinda@kadalu.tech>

0.8.17

Toggle 0.8.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Changelog updated (#906)

Signed-off-by: Aravinda Vishwanathapura <aravinda@kadalu.tech>

0.8.16

Toggle 0.8.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Changelog Update for 0.8.16 release (#883)

Signed-off-by: Aravinda Vishwanathapura <aravinda@kadalu.tech>

0.8.15

Toggle 0.8.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Changelog Update for 0.8.15 release (#849)

Signed-off-by: Aravinda Vishwanathapura <aravinda@kadalu.tech>