Skip to content

Commit 3277dbf

Browse files
authored
[DPE-10062] Port Patroni/cluster code to single kernel (#172)
* Redo * Conditional password * Port changes WIP * Comment out raft logic * Attr loop * Don't pull psycopg2 * None lists and touching wrong path * Wrong bootstrap paths * Versioned volume paths * Fix unit tests * Wait for switchover (K8s) * Snaplib conditional import * K8s paths * Move exceptions * Don't pull client class in managers * Spaces ips * Exception * Running members diff * Ensure slots retval * Workload status check * Lazy load container * Reduce update sync nodes retry timeout * Revert container change * Reduce timeout * [DPE-10062] Single kernel changes * [DPE-10062] Single kernel changes * K8s passes unit names * Dead code
1 parent 5049562 commit 3277dbf

3 files changed

Lines changed: 767 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[project]
55
name = "postgresql-charms-single-kernel"
66
description = "Shared and reusable code for PostgreSQL-related charms"
7-
version = "16.3.0"
7+
version = "16.3.1"
88
readme = "README.md"
99
license = {file = "LICENSE"}
1010
authors = [

0 commit comments

Comments
 (0)