Skip to content

Commit f342d39

Browse files
authored
Merge pull request #172 from bcgov/chore/release
Release COMS v0.5.0
2 parents b51e2b5 + d163f0a commit f342d39

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ At this time, only the latest version of Common Object Management Service is sup
1414

1515
| Version | Supported |
1616
| ------- | ------------------ |
17-
| 0.4.0 | :white_check_mark: |
18-
| < 0.4.x | :x: |
17+
| 0.5.0 | :white_check_mark: |
18+
| < 0.5.x | :x: |
1919

2020
## Reporting a Bug
2121

app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "common-object-management-service",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"private": true,
55
"description": "",
66
"author": "NR Common Service Showcase <NR.CommonServiceShowcase@gov.bc.ca>",

charts/coms/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: common-object-management-service
33
# This is the chart version. This version number should be incremented each time you make changes
44
# to the chart and its templates, including the app version.
55
# Versions are expected to follow Semantic Versioning (https://semver.org/)
6-
version: 0.0.15
6+
version: 0.0.16
77
kubeVersion: ">= 1.13.0"
88
description: A microservice for managing access control to S3 Objects
99
# A chart can be either an 'application' or a 'library' chart.
@@ -43,6 +43,6 @@ maintainers:
4343
# incremented each time you make changes to the application. Versions are not expected to
4444
# follow Semantic Versioning. They should reflect the version the application is using.
4545
# It is recommended to use it with quotes.
46-
appVersion: "0.4.2"
46+
appVersion: "0.5.0"
4747
deprecated: false
4848
annotations: {}

charts/coms/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# common-object-management-service
22

3-
![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.2](https://img.shields.io/badge/AppVersion-0.4.2-informational?style=flat-square)
3+
![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.0](https://img.shields.io/badge/AppVersion-0.5.0-informational?style=flat-square)
44

55
A microservice for managing access control to S3 Objects
66

0 commit comments

Comments
 (0)