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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: configmap_reader
3
- Version: 0.2.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
  ![Sonar Violations (short format)](https://img.shields.io/sonar/info_violations/siakhooi_configmap-reader?server=https%3A%2F%2Fsonarcloud.io)
105
105
  ![Sonar Violations (long format)](https://img.shields.io/sonar/violations/siakhooi_configmap-reader?format=long&server=http%3A%2F%2Fsonarcloud.io)
106
106
 
107
- [![Generic badge](https://img.shields.io/badge/Funding-BuyMeACoffee-33cb56.svg)](https://www.buymeacoffee.com/siakhooi)
108
- [![Generic badge](https://img.shields.io/badge/Funding-Ko%20Fi-33cb56.svg)](https://ko-fi.com/siakhooi)
109
-
107
+ [![Wise](https://img.shields.io/badge/Funding-Wise-33cb56.svg?logo=wise)](https://wise.com/pay/me/siakn3)
110
108
  ![visitors](https://hit-tztugwlsja-uc.a.run.app/?outputtype=badge&counter=ghmd-configmap-reader)
111
109
 
@@ -81,7 +81,5 @@ curl http://localhost:8080/config
81
81
  ![Sonar Violations (short format)](https://img.shields.io/sonar/info_violations/siakhooi_configmap-reader?server=https%3A%2F%2Fsonarcloud.io)
82
82
  ![Sonar Violations (long format)](https://img.shields.io/sonar/violations/siakhooi_configmap-reader?format=long&server=http%3A%2F%2Fsonarcloud.io)
83
83
 
84
- [![Generic badge](https://img.shields.io/badge/Funding-BuyMeACoffee-33cb56.svg)](https://www.buymeacoffee.com/siakhooi)
85
- [![Generic badge](https://img.shields.io/badge/Funding-Ko%20Fi-33cb56.svg)](https://ko-fi.com/siakhooi)
86
-
84
+ [![Wise](https://img.shields.io/badge/Funding-Wise-33cb56.svg?logo=wise)](https://wise.com/pay/me/siakn3)
87
85
  ![visitors](https://hit-tztugwlsja-uc.a.run.app/?outputtype=badge&counter=ghmd-configmap-reader)
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "configmap_reader"
3
- version = "0.2.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.0.0"
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"