Skip to content

Commit

Permalink
bump chart version to 0.4.0 (#48)
Browse files Browse the repository at this point in the history
* semver to simple version for api

* bump chart version to 0.4.0

Signed-off-by: Kothari <[email protected]>

* Fix vulnerability issue

Signed-off-by: Kothari <[email protected]>

---------

Signed-off-by: Kothari <[email protected]>
  • Loading branch information
kotharikaushal authored Oct 21, 2024
1 parent cf541e8 commit f4a3e42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tngkds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.0
version: 0.4.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 4 additions & 0 deletions owasp/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,8 @@
<notes>False positive, Dependency Updated but still matches for fixed version</notes>
<cve>CVE-2022-45688</cve>
</suppress>
<suppress>
<notes>Not vulnerable, see https://spring.io/security/cve-2024-38816</notes>
<cve>CVE-2024-38816</cve>
</suppress>
</suppressions>

0 comments on commit f4a3e42

Please sign in to comment.