Skip to content

Commit

Permalink
Update v1 setters deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
phanimarupaka committed Oct 28, 2020
1 parent 1a6a27a commit fe31e6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commands/configcmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ func warnIfSetterV1(pkgPath string) {
}
if len(l.SetterCounts) > 0 {
fmt.Println("Warning: This package is using older version of setters which " +
"will be deprecated soon, please use 'kpt pkg fix -h' for instructions about upgrading it")
"will be deprecated in v0.38.0(expected release date is 11/25/2020) version of kpt, please " +
"use 'kpt pkg fix -h' for instructions about upgrading it")
}
}

0 comments on commit fe31e6a

Please sign in to comment.