%%{init: {'themeVariables': {'fontSize': '12px'}, 'flowchart': {'padding': 4, 'nodeSpacing': 15, 'rankSpacing': 15}}}%%
flowchart TD
classDef done fill:#86efac,stroke:#16a34a,color:#000
classDef current fill:#bfdbfe,stroke:#2563eb,color:#000
classDef pending fill:#e5e7eb,stroke:#9ca3af,color:#000
subgraph S0["Stage 1"]
direction LR
S0T0["tag apiserver@main"]:::done
S0T1["tag norman@main"]:::done
S0T2["tag remotedialer-proxy@main"]:::done
end
class S0 done
subgraph S1["Stage 2"]
direction LR
S1B0["bump steve@main"]:::pending
S1B1["bump webhook@main"]:::pending
S1T0["tag steve@main"]:::pending
S1T1["tag webhook@main"]:::pending
end
class S1 current
subgraph S2["Stage 3"]
direction LR
S2B0["bump chart@dev-v2.15"]:::pending
end
class S2 pending
subgraph S3["Stage 4 (final)"]
direction LR
S3B0["bump rancher@main"]:::pending
end
class S3 pending
S0 --> S1
S1 --> S2
S2 --> S3
Cascade
rancher main
Triggered by @tomleb
Diagram
%%{init: {'themeVariables': {'fontSize': '12px'}, 'flowchart': {'padding': 4, 'nodeSpacing': 15, 'rankSpacing': 15}}}%% flowchart TD classDef done fill:#86efac,stroke:#16a34a,color:#000 classDef current fill:#bfdbfe,stroke:#2563eb,color:#000 classDef pending fill:#e5e7eb,stroke:#9ca3af,color:#000 subgraph S0["Stage 1"] direction LR S0T0["tag apiserver@main"]:::done S0T1["tag norman@main"]:::done S0T2["tag remotedialer-proxy@main"]:::done end class S0 done subgraph S1["Stage 2"] direction LR S1B0["bump steve@main"]:::pending S1B1["bump webhook@main"]:::pending S1T0["tag steve@main"]:::pending S1T1["tag webhook@main"]:::pending end class S1 current subgraph S2["Stage 3"] direction LR S2B0["bump chart@dev-v2.15"]:::pending end class S2 pending subgraph S3["Stage 4 (final)"] direction LR S3B0["bump rancher@main"]:::pending end class S3 pending S0 --> S1 S1 --> S2 S2 --> S3Stage 1: bump → tag (done)
apiservermain— v0.9.6normanmain— v0.9.6remotedialer-proxymain— v0.8.0-rc.6Stage 2: bump → tag (current)
stevemain— #1213 (open · checks) (apiserver@v0.9.6, norman@v0.9.6)webhookmain— #1505 (open · checks) (norman@v0.9.6)stevemain— expected v0.9.11 (run Release workflow)webhookmain— expected v0.11.0-rc.10 (run Release workflow)Stage 3: bump → tag
chartdev-v2.15— pending (remotedialer-proxy@pending, webhook@pending)Stage 4: bump (final)
ranchermain— pending (apiserver@pending, norman@pending, remotedialer-proxy@pending, steve@pending, webhook@pending)Status
Current stage: 2/4
Last reconciled: 2026-06-02T13:36:56Z