Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

Commit 5081021

Browse files
authored
Merge branch 'main' into feat/more-task-rest
2 parents 5a5e8e1 + b20dbbe commit 5081021

5 files changed

Lines changed: 634 additions & 7 deletions

File tree

cli/tui/cache.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ func (c *Cache) InvalidateFiltered() {
7171
for _, rt := range []string{"vpc", "subnet", "instance", "instance-type",
7272
"allocation", "machine", "ip-block", "operating-system",
7373
"ssh-key-group", "network-security-group",
74-
"vpc-prefix", "rack", "expected-machine", "sku",
74+
"vpc-prefix", "rack", "expected-machine",
75+
"expected-rack", "expected-switch", "expected-power-shelf", "sku",
7576
"dpu-extension-service", "infiniband-partition", "nvlink-logical-partition"} {
7677
delete(c.items, rt)
7778
delete(c.fetched, rt)

0 commit comments

Comments
 (0)