-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Luis Davim
committed
May 14, 2021
1 parent
ef3a4fc
commit 039f714
Showing
4 changed files
with
12 additions
and
7 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 |
---|---|---|
@@ -1 +1 @@ | ||
v3.6.10 | ||
v3.6.11 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# v3.6.10 | ||
# v3.6.11 | ||
|
||
## Fixes and improvements | ||
|
||
- Added stdout and stderr to all errors returned from cmd.Exec() to avoid dropping relevant information. | ||
- fix: dont force updates on repo add if the no-update flag is passed | ||
- refactor: cleanup config files | ||
- refactor: use errors instead of bool + string | ||
- fix: the repo name is the fisrt element only | ||
- chore: remove references to deprecated helm repos | ||
- fix: --server-dry-run was deprecated in kubectl 1.18 |