Skip to content

Releases: eugene-davis/vault-assessment-prometheus-exporter

Release 1.1.15

24 Nov 11:49
277e92e
Compare
Choose a tag to compare
Merge pull request #99 from eugene-davis/main

Updates and Fixes

Release 1.1.13

16 Oct 09:51
421e59b
Compare
Choose a tag to compare
Updates 13102022 (#89)

* Packages update 13-10-2022

Updated 9 packages

* Bump version: 1.1.12 → 1.1.13

Release 1.1.12

03 Oct 18:32
487a9f3
Compare
Choose a tag to compare
Updates 23092022 (#83)

* Package updates 23-09-2022

* Bump version: 1.1.11 → 1.1.12

* Update the python image

A vulnerability has been detected in the current image, therefore updating the image to the latest one in hope that it would fix this.

* Update the vulnerabilities exceptions list

The image update did not fix the issue, the vulnerability applies to XML so does not affect us, adding it to the exception list.

* Update dependencies 28/09/2022

Release 1.1.11

14 Sep 13:00
4a7fb2d
Compare
Choose a tag to compare
Updates 1309 (#80)

* Update modules 13/09/2022

5 modules have been updates

* Bump version: 1.1.10 → 1.1.11

Release 1.1.10

07 Sep 11:03
f43661f
Compare
Choose a tag to compare
Update packages 0509 (#75)

* Update packages

* Bump version: 1.1.5 → 1.1.6

* Bump version: 1.1.6 → 1.1.7

* Update astroid package to 2.12.7

* Update pyproject.toml and scripts according to pylint recommendations

Pylint complained about useless options or unknown options, and those have been removed. Also added 60 second timeouts to the requests calls.

* Bump version: 1.1.7 → 1.1.8

* Format with black

Python checks workflow failed and complained about formatting, so I did run black . to reformat the code

* Bump version: 1.1.8 → 1.1.9

* Add env variable for PYTHON_KEYRING_BACKEND

Because the python checks fail on this we are trying to resolve by adding the env variable, source: https://github.com/pypa/pip/issues/7883#issuecomment-643319919

* Bump version: 1.1.9 → 1.1.10

Release 1.1.5

05 Sep 10:20
3c3235f
Compare
Choose a tag to compare
Update packages 2508 (#73)

* Update packages

The following has been updated: charset-normalizer (2.1.0 -> 2.1.1), urllib3 (1.26.11 -> 1.26.12), types-urllib3 (1.26.22 -> 1.26.23), types-requests (2.28.8 -> 2.28.9)

* Bump version: 1.1.4 → 1.1.5

Release 1.1.4

19 Aug 19:51
5dacabc
Compare
Choose a tag to compare
Update packages (#71)

* Update packages using the poetry update command

To keep the tool secure and up to date with the recent patches we updated the packages

* Bump version: 1.1.3 → 1.1.4

Release 1.1.2

16 Aug 14:01
12e6bfd
Compare
Choose a tag to compare
Update mypy (#69)

* Remove mypy and reinit

* Bump version: 1.1.1 → 1.1.2

* Change mypy to dev dep

Release 1.1.1

16 Aug 09:34
82cf796
Compare
Choose a tag to compare
update dependencies (#68)

* update dependencies

* Update base image

* Bump version: 1.1.0 → 1.1.1

* Update and add CVE execptions

Release 1.0.12

18 Jul 14:40
5ad9372
Compare
Choose a tag to compare
Dependency and Image Updates (#61)

* Update python packages

* Bump version: 1.0.11 → 1.0.12

* Update Docker base image

* Exclude CVE-2022-2097

* Update pylint