constellation/internal/versionsapi
Otto Bittner c275464634 cli: change upgrade-plan to upgrade-check
Upgrade check is used to find updates for the current cluster.
Optionally the found upgrades can be persisted to the config
for consumption by the upgrade-execute cmd.
The old `upgrade execute` in this commit does not work with
the new `upgrade plan`.
The current versions are read from the cluster.
Supported versions are read from the cli and the versionsapi.
Adds a new config field MicroserviceVersion that will be used
by `upgrade execute` to update the service versions.
The field is optional until 2.7
A deprecation warning for the upgrade key is printed during
config validation.
Kubernetes versions now specify the patch version to make it
explicit for users if an upgrade changes the k8s version.
2023-02-08 12:30:01 +01:00
..
cli cli: change upgrade-plan to upgrade-check 2023-02-08 12:30:01 +01:00
client cli: change upgrade-plan to upgrade-check 2023-02-08 12:30:01 +01:00
fetcher dev-docs: Go package docs (#958) 2023-01-19 15:57:50 +01:00
imageinfo_test.go versionsapi: change image path (#856) 2023-01-04 17:07:16 +01:00
imageinfo.go versionsapi: change image path (#856) 2023-01-04 17:07:16 +01:00
latest_test.go versionsapi: new implementation 2023-01-04 11:39:19 +01:00
latest.go versionsapi: new implementation 2023-01-04 11:39:19 +01:00
list_test.go versionsapi: new implementation 2023-01-04 11:39:19 +01:00
list.go versionsapi: new implementation 2023-01-04 11:39:19 +01:00
version_test.go versionsapi: replace shortname pkg 2023-01-06 10:15:27 +01:00
version.go versionsapi: replace shortname pkg 2023-01-06 10:15:27 +01:00
versionsapi.go dev-docs: Go package docs (#958) 2023-01-19 15:57:50 +01:00