diff --git a/SECURITY.md b/SECURITY.md index 53769fe..d645c10 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -14,8 +14,8 @@ At this time, only the latest version of Common Document Generation Service is s | Version | Supported | | ------- | ------------------ | -| 2.4.x | :white_check_mark: | -| < 2.4.x | :x: | +| 2.5.x | :white_check_mark: | +| < 2.5.x | :x: | ## Reporting a Bug diff --git a/app/package-lock.json b/app/package-lock.json index f0b76f2..671cde5 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,12 +1,12 @@ { "name": "common-document-generation-service", - "version": "2.4.0", + "version": "2.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "common-document-generation-service", - "version": "2.4.0", + "version": "2.5.0", "license": "Apache-2.0", "dependencies": { "api-problem": "^9.0.2", diff --git a/app/package.json b/app/package.json index 6c3b227..9ac554f 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "common-document-generation-service", - "version": "2.4.0", + "version": "2.5.0", "description": "CDOGS - A common document generation API", "private": true, "scripts": { diff --git a/charts/cdogs/Chart.yaml b/charts/cdogs/Chart.yaml index 1a9da5b..1dbb8ac 100644 --- a/charts/cdogs/Chart.yaml +++ b/charts/cdogs/Chart.yaml @@ -3,7 +3,7 @@ name: common-document-generation-service # 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.0.4 +version: 0.0.5 kubeVersion: ">= 1.13.0" description: A microservice for merging JSON data into xml-based templates (powered by Carbone.io) # A chart can be either an 'application' or a 'library' chart. @@ -33,6 +33,6 @@ maintainers: # 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.4.2" +appVersion: "2.5.0" deprecated: false annotations: {} diff --git a/charts/cdogs/README.md b/charts/cdogs/README.md index 4984c59..646d27c 100644 --- a/charts/cdogs/README.md +++ b/charts/cdogs/README.md @@ -1,6 +1,6 @@ # common-document-generation-service -![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.4.2](https://img.shields.io/badge/AppVersion-2.4.2-informational?style=flat-square) +![Version: 0.0.5](https://img.shields.io/badge/Version-0.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square) A microservice for merging JSON data into xml-based templates (powered by Carbone.io)