Mark Pollack
Mark Pollack
The remote repositories are only polled when the server is started.
How is the ordering of Version handled given that ATM we don't have any enforcement of the version field to be a `semver`, and even if we did, semver can...
It seems like release name should be unique across all installed packages, but this is not being enforced.
This is to be consistent with what is exported by the endpoints exposed by Spring Data REST. Also, there should be an easy to navigate top level _links structure introduced...
This would show the package.yml file and values.yml file of the package. Not sure how to handle dependent packages. 1) Inspect zip file 2) Show a README (maybe a different...
Recently some limitations of parsing on a comma separated string came up in Data Flow which uses the same `--properties` command line option - namely if the key has a...
This would show the difference between two versions of a manifest for the same release name. It is based off a pretty print of org.springframework.cloud.skipper.domain.deployer.ReleaseDifference which currently exists only in...
This would return the result of computing the ReleaseDifference. A pretty printing of the collection of MapDifferences is needed.
The delete command would take a release name and the optional `--purge` option which would not only 'undeploy' the applications, but remove the release history and free up the release...
This will carry over the values from the previous release and then apply the newly specified values on top of that.