diff --git a/CHANGELOG.md b/CHANGELOG.md index aab2b94..b94bc93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] + +## [2.1.14] - 2024-11-14 ### Fixed - Fixed the dependency vulnerability issues. diff --git a/charts/sdfactory/Chart.yaml b/charts/sdfactory/Chart.yaml index bcc5142..8961eac 100644 --- a/charts/sdfactory/Chart.yaml +++ b/charts/sdfactory/Chart.yaml @@ -38,11 +38,11 @@ sources: # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: "2.1.21" +version: "2.1.22" # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "2.1.13" +appVersion: "2.1.14" diff --git a/charts/sdfactory/README.md b/charts/sdfactory/README.md index 416df08..dce1e40 100644 --- a/charts/sdfactory/README.md +++ b/charts/sdfactory/README.md @@ -1,6 +1,6 @@ # sdfactory -![Version: 2.1.21](https://img.shields.io/badge/Version-2.1.21-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.13](https://img.shields.io/badge/AppVersion-2.1.13-informational?style=flat-square) +![Version: 2.1.22](https://img.shields.io/badge/Version-2.1.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.14](https://img.shields.io/badge/AppVersion-2.1.14-informational?style=flat-square) Helm Charts for SD Factory application. Self-Description Factory component is responsible for the creation of Self Descriptions. @@ -51,6 +51,7 @@ Helm Charts for SD Factory application. Self-Description Factory component is re | sdfactory.secret.verifycredentialsUri | string | `""` | Details for Verifying Client uri | | securityContext.allowPrivilegeEscalation | bool | `false` | | | securityContext.capabilities.drop[0] | string | `"ALL"` | | +| securityContext.readOnlyRootFilesystem | bool | `true` | | | securityContext.runAsGroup | int | `1000` | | | securityContext.runAsNonRoot | bool | `true` | | | securityContext.runAsUser | int | `1000` | | @@ -63,4 +64,4 @@ Helm Charts for SD Factory application. Self-Description Factory component is re | tolerations | list | `[]` | | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3) +Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)