configmap_reader 0.2.0__tar.gz → 0.3.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {configmap_reader-0.2.0 → configmap_reader-0.3.0}/PKG-INFO +2 -4
- {configmap_reader-0.2.0 → configmap_reader-0.3.0}/README.md +1 -3
- {configmap_reader-0.2.0 → configmap_reader-0.3.0}/pyproject.toml +2 -2
- {configmap_reader-0.2.0 → configmap_reader-0.3.0}/LICENSE +0 -0
- {configmap_reader-0.2.0 → configmap_reader-0.3.0}/src/configmap_reader/__init__.py +0 -0
- {configmap_reader-0.2.0 → configmap_reader-0.3.0}/src/configmap_reader/cli.py +0 -0
- {configmap_reader-0.2.0 → configmap_reader-0.3.0}/src/configmap_reader/config_api.py +0 -0
- {configmap_reader-0.2.0 → configmap_reader-0.3.0}/src/configmap_reader/config_dir.py +0 -0
- {configmap_reader-0.2.0 → configmap_reader-0.3.0}/src/configmap_reader/main.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: configmap_reader
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Summary: microservice to read and return content of a configmap
|
|
5
5
|
License: MIT
|
|
6
6
|
License-File: LICENSE
|
|
@@ -104,8 +104,6 @@ curl http://localhost:8080/config
|
|
|
104
104
|

|
|
105
105
|

|
|
106
106
|
|
|
107
|
-
[](https://ko-fi.com/siakhooi)
|
|
109
|
-
|
|
107
|
+
[](https://wise.com/pay/me/siakn3)
|
|
110
108
|

|
|
111
109
|
|
|
@@ -81,7 +81,5 @@ curl http://localhost:8080/config
|
|
|
81
81
|

|
|
82
82
|

|
|
83
83
|
|
|
84
|
-
[](https://ko-fi.com/siakhooi)
|
|
86
|
-
|
|
84
|
+
[](https://wise.com/pay/me/siakn3)
|
|
87
85
|

|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "configmap_reader"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.3.0"
|
|
4
4
|
description = "microservice to read and return content of a configmap"
|
|
5
5
|
authors = [
|
|
6
6
|
{name = "Siak Hooi",email = "siakhooi@gmail.com"}
|
|
@@ -38,7 +38,7 @@ packages = [{include = "configmap_reader", from = "src"}]
|
|
|
38
38
|
|
|
39
39
|
[tool.poetry.group.dev.dependencies]
|
|
40
40
|
pytest = "^9.0.2"
|
|
41
|
-
pytest-cov = "^7.
|
|
41
|
+
pytest-cov = "^7.1.0"
|
|
42
42
|
flake8 = "^7.2.0"
|
|
43
43
|
pytest-mock = "^3.15.1"
|
|
44
44
|
httpx = "^0.28.1"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|