Commit fbde10c
reclaim manager identity when upgrading from old identity format
Controllers that previously set ManagerIdentity as "release/namespace"
(pre-cluster-UID) or "temporal-worker-controller" (pre-Helm default)
would be permanently blocked from managing existing Worker Deployments
after upgrading, since shouldClaimManagerIdentity only triggered on
empty identity.
Now reclaims in both migration cases:
- exact match on the old hardcoded default
- new identity is a longer slash-prefixed version of the existing one
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c8be5a7 commit fbde10c
1 file changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
184 | 185 | | |
185 | 186 | | |
186 | 187 | | |
187 | | - | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
188 | 198 | | |
189 | 199 | | |
190 | 200 | | |
| |||
0 commit comments