-
-
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.
- Loading branch information
Showing
7 changed files
with
41 additions
and
6 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,35 @@ | ||
# Release v0.1.3 | ||
|
||
<br/> | ||
|
||
--- | ||
## Notes | ||
|
||
Thank you to all that contributed with flushing out issues with K9s! I'll try | ||
to mark some of these issues as fixed. But if you don't mind grab the latest | ||
rev and see if we're happier with some of the fixes! | ||
|
||
If you've file an issue please help me verify and close. | ||
|
||
Thank you so much for your support!! | ||
|
||
<br/> | ||
|
||
--- | ||
## Change Logs | ||
|
||
<br/> | ||
|
||
+ IMPORTANT! Breaking change! The K9s config was changed | ||
If K9s does not launch, move over .k9s/config.yml | ||
+ Reworked CLI args to better support contexts | ||
|
||
--- | ||
## Resolved Bugs | ||
|
||
+ [Issue #67](https://github.com/derailed/k9s/issues/67) | ||
+ [Issue #65](https://github.com/derailed/k9s/issues/65) | ||
+ [Issue #64](https://github.com/derailed/k9s/issues/64) | ||
+ [Issue #60](https://github.com/derailed/k9s/issues/60) | ||
+ [Issue #57](https://github.com/derailed/k9s/issues/57) | ||
+ [Issue #56](https://github.com/derailed/k9s/issues/56) |
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,6 +1,6 @@ | ||
package views | ||
|
||
import( | ||
import ( | ||
log "github.com/sirupsen/logrus" | ||
) | ||
|
||
|
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