Skip to content

Commit

Permalink
Remove the bus.EventAvailableReleases implementation (#496)
Browse files Browse the repository at this point in the history
to let the kairos-agent handle upgrades from now on. It used to be that
provider-kairos returned releases from the provider-kairos repository
but it's no longer the case. Everything is release in the
kairos-io/kairos repository and the new versioneer library of the
kairos-sdk (which is used in the kairos-agent) is capabable of handling
both "standard" and "core" images.

Part of: kairos-io/kairos#1999

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
  • Loading branch information
jimmykarily authored Dec 8, 2023
1 parent 1b7876c commit fdd0f02
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 49 deletions.
2 changes: 0 additions & 2 deletions internal/provider/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,5 @@ func Start() error {

factory.Add(bus.EventInteractiveInstall, InteractiveInstall)

factory.Add(bus.EventAvailableReleases, ListVersions)

return factory.Run(pluggable.EventType(os.Args[1]), os.Stdin, os.Stdout)
}
47 changes: 0 additions & 47 deletions internal/provider/upgrade.go

This file was deleted.

0 comments on commit fdd0f02

Please sign in to comment.