-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modify default channels for previous versions of manifests (#5067)
Previously, the versions of manifests other than the latest version, used to have the channel as `candidate`. This caused errors while running the bundle. With this commit, the channels for those manifests would be the defaultchannel specified in package.yaml. Signed-off-by: varshaprasad96 <varshaprasad96@gmail.com> Co-authored-by: varshaprasad96 <varshaprasad96@gmail.com>
- Loading branch information
1 parent
5714a46
commit cfbb076
Showing
3 changed files
with
37 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# entries is a list of entries to include in | ||
# release notes and/or the migration guide | ||
entries: | ||
- description: > | ||
In the `pkgman-to-bundle` command, changed the default channel name used for CSV's | ||
not specified in `package.yaml` to `defaultChannel` instead of "candidate". | ||
# kind is one of: | ||
# - addition | ||
# - change | ||
# - deprecation | ||
# - removal | ||
# - bugfix | ||
kind: "bugfix" | ||
# Is this a breaking change? | ||
breaking: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters