Skip to content

Commit

Permalink
Merge pull request #103 from bcgov/chore/release
Browse files Browse the repository at this point in the history
Release CDOGS v2.5.0
  • Loading branch information
TimCsaky authored Dec 4, 2023
2 parents 8cb5121 + 690ec6e commit 70ed6fe
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions charts/cdogs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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: {}
2 changes: 1 addition & 1 deletion charts/cdogs/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 70ed6fe

Please sign in to comment.