Skip to content

Commit

Permalink
chore: remove client versions for removed facades
Browse files Browse the repository at this point in the history
The APIs for pruning actions and status history have been removed.
  • Loading branch information
manadart committed Dec 4, 2024
1 parent e58df81 commit 494a0aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/facadeversions.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ func SupportedFacadeVersions() facades.FacadeVersions {
// We no longer support facade versions at 0.
var facadeVersions = facades.FacadeVersions{
"Action": {7},
"ActionPruner": {2},
"Agent": {3},
"AgentLifeFlag": {1},
"AgentTools": {1},
Expand Down Expand Up @@ -113,7 +112,6 @@ var facadeVersions = facades.FacadeVersions{
"Singular": {2},
"Spaces": {6},
"SSHClient": {4},
"StatusHistory": {3},
"Storage": {6},
"StorageProvisioner": {4},
"StringsWatcher": {1},
Expand Down

0 comments on commit 494a0aa

Please sign in to comment.