Skip to content
Snippets Groups Projects
Unverified Commit de9611d4 authored by Bryan Liles's avatar Bryan Liles Committed by GitHub
Browse files

Merge pull request #340 from jessicayuen/changelog

Add #338 to changelog
parents c2996a9b 9f0cf581
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@
[Full Changelog](https://github.com/ksonnet/ksonnet/compare/v0.8.0...v0.9.0)
To update older ksonnet applications, run `ks upgrade --help`.
### Overview
This release focuses on two major areas:
......@@ -174,6 +176,7 @@ and individual component files can also be referenced by _targets_.
**Merged pull requests:**
- ksonnet app.yaml format changes in next minor release. Handle both versions [\#338](https://github.com/ksonnet/ksonnet/pull/338) ([bryanl](https://github.com/bryanl))
- Attempt to generate lib directory when not found [\#337](https://github.com/ksonnet/ksonnet/pull/337) ([jessicayuen](https://github.com/jessicayuen))
- Fix the execution paths for the 0.8 > 0.9 migration warning [\#335](https://github.com/ksonnet/ksonnet/pull/337) ([jessicayuen](https://github.com/jessicayuen))
- Resolve api spec based on swagger version [\#334](https://github.com/ksonnet/ksonnet/pull/334) ([jessicayuen](https://github.com/jessicayuen))
......
......@@ -116,7 +116,6 @@ func findManager(p string, appFS afero.Fs) (*manager, error) {
}
func initManager(name, rootPath string, k8sSpecFlag, serverURI, namespace *string, incubatorReg registry.Manager, appFS afero.Fs) (*manager, error) {
log.Info("init manager")
m, err := newManager(rootPath, appFS)
if err != nil {
return nil, errors.Wrap(err, "create manager")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment