-
-
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.
Add smtp port for mastodon, add valkey restore to
restore_mastodon
,…
… and update textual + rich (#327) * remove unused function from nextcloud * clean up the restore_mastodon function * document smtp_port for mastodon secret keys * update textual to 0.84, rich to 13.9 and smol-k8s-lab version to 5.18.0 * add restores for valkey primary and replica * valkey-primary and valkey-replica pvcs added to mastodon restore individually * make smtp port a string instead of an int for mastodon * change pvc storage underscore to a hyphen
- Loading branch information
Showing
7 changed files
with
351 additions
and
312 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.
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
Large diffs are not rendered by default.
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.17.4" | ||
version = "5.18.0" | ||
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]>"] | ||
|
@@ -40,10 +40,10 @@ pyjwt = "^2.9" | |
python = ">=3.11,<3.13" | ||
pyyaml = "^6.0" | ||
requests = "^2.32" | ||
rich = "^13.8" | ||
rich = "^13.9" | ||
ruamel-yaml = "^0.18" | ||
ruamel-yaml-string = "^0.1" | ||
textual = "^0.83.0" | ||
textual = "^0.84" | ||
xdg-base-dirs = "^6.0" | ||
pygame = "^2.5" | ||
python-ulid = "^3.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