-
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 19, 2021
1 parent
5f66bc6
commit 9958003
Showing
4 changed files
with
10 additions
and
13 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.11 | ||
v3.7.0 |
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,10 +1,7 @@ | ||
# v3.6.11 | ||
# v3.7.0 | ||
|
||
## Fixes and improvements | ||
## New features | ||
|
||
- 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 | ||
- Added support for OCI registries (#612) | ||
- more details in [docs/how_to/helm_repos/oci.md](https://github.com/Praqma/helmsman/blob/master/docs/how_to/helm_repos/oci.md) | ||
- Added support for using `kubectl diff` instead of `helm diff` (#609) - Experimental |