-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bell on error; and other misc changes (#224)
* update bell on focus variable to exist again in self.app * add bell on error to self.app * remove remaining references to sensitive values * fix weird SyntaxError: f-string: unmatched '(' error * fix extra lines for seaweedfs and add restore section to home assistant * update textual and do a poetry update --------- Co-authored-by: cloudymax <[email protected]>
- Loading branch information
Showing
6 changed files
with
169 additions
and
125 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 @@ | ||
[tool.poetry] | ||
name = "smol_k8s_lab" | ||
version = "5.0.2" | ||
version = "5.0.3" | ||
description = "CLI and TUI to quickly install slimmer Kubernetes distros and then manage apps declaratively using Argo CD" | ||
authors = ["Jesse Hitch <[email protected]>", | ||
"Max Roby <[email protected]>"] | ||
|
@@ -43,7 +43,7 @@ requests = "^2.28" | |
rich = "^13.0" | ||
ruamel-yaml = "^0.18" | ||
ruamel-yaml-string = "^0.1" | ||
textual = "^0.60" | ||
textual = "^0.61" | ||
xdg-base-dirs = "^6.0" | ||
pygame = "^2.5.2" | ||
|
||
|
Oops, something went wrong.