1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
328f69cb6e 🤖 Bumped version to 0.1.24
Some checks failed
Python Ruff Code Quality / ruff (push) Failing after 22s
Run Python tests (through Pytest) / Test (push) Successful in 24s
Package Python / Package (push) Successful in 27s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 21s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-10-31 22:39:20 +01:00
caa93cb942 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-10-31 22:38:54 +01:00
4 changed files with 2 additions and 5 deletions

View File

@ -32,8 +32,6 @@ Secret loading order:
usage; very unsuited for server environments. Requires `pass` installed
locally, and configuration of the `PASS_STORE_SUBFOLDER` through one of the above
methods.
4. Vault instance if configured. Suited for production environments. **NOTE:
This is barely supported.** Requires `hvac` python package.
## Future extensions

View File

@ -76,4 +76,5 @@ docstring-code-format = true
"S101", # Test Asserts
"T201", # Debug prints
"PLR2004", # magic-value-comparison
'SLF001', # Allow access to private members
]

View File

@ -1 +1 @@
__version__ = '0.1.23'
__version__ = '0.1.24'

View File

@ -39,8 +39,6 @@ Secret loading order:
usage; very unsuited for server environments. Requires `pass` installed
locally, and configuration of the `PASS_STORE_SUBFOLDER` through one of the above
methods.
4. Vault instance if configured. Suited for production environments. **NOTE:
This is barely supported.** Requires `hvac` python package.
## Future extensions