-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v1.22.x] enable --skip-tls-verify and --use-http for FBC run bundle …
…and upgrade (#5953) * modified run bundle install and upgrade flow for FBC that will honor --skip-tls-verify and --use-http flags Signed-off-by: laxmikantbpandhare <[email protected]> * added changelog Signed-off-by: laxmikantbpandhare <[email protected]> * handeled error properly Signed-off-by: laxmikantbpandhare <[email protected]> * removed comments Signed-off-by: laxmikantbpandhare <[email protected]> * removed duplicated code and worked on review comments Signed-off-by: laxmikantbpandhare <[email protected]> * added these two flags to FBCContext Signed-off-by: laxmikantbpandhare <[email protected]> * added these two flags to FBCContext Signed-off-by: laxmikantbpandhare <[email protected]> * worked on review comments Signed-off-by: laxmikantbpandhare <[email protected]> * added flags for FBC registry Signed-off-by: laxmikantbpandhare <[email protected]> * reverted changes Signed-off-by: laxmikantbpandhare <[email protected]> Co-authored-by: laxmikantbpandhare <[email protected]>
- Loading branch information
1 parent
46ab175
commit 91e36ca
Showing
4 changed files
with
69 additions
and
18 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: > | ||
Honor `--skip-tls-verify` and `--use-http` flags from run bundle(-upgrade) | ||
# 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
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