Spring Cloud Skipper 1.0.5 released
On behalf of the team, I am pleased to announce the release of Spring Cloud Skipper 1.0.5 GA
Skipper is a lightweight tool that allows you to discover Spring Boot applications and manage their lifecycle on multiple Cloud Platforms. You can use Skipper standalone or integrate it with Continuous Integration pipelines to help implement the practice of Continuous Deployment.
The getting started section in the reference guide is the best place to start kicking the tires.
This is primarily a bug fix release. Significant changes since the 1.0 GA release are:
-
Improved state management by simplifying objects that are serialized by the state machine.
-
Improved handling of timeout during upgrade and rollback.
-
Package upgrades can now be cancelled.
-
Improved escaping of special characters in generated YAML.
-
Upgraded deployer libraries to latest versions.
-
Update to Spring Shell 2.0.1.
…