From d163f0a209dfafd4c1ed6308a7758821aceb4518 Mon Sep 17 00:00:00 2001 From: Jeremy Ho Date: Mon, 29 May 2023 11:35:36 -0700 Subject: [PATCH] Release COMS v0.5.0 Signed-off-by: Jeremy Ho --- SECURITY.md | 4 ++-- app/package-lock.json | 4 ++-- app/package.json | 2 +- charts/coms/Chart.yaml | 4 ++-- charts/coms/README.md | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index bfe2d6b9..340f0b8d 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -14,8 +14,8 @@ At this time, only the latest version of Common Object Management Service is sup | Version | Supported | | ------- | ------------------ | -| 0.4.0 | :white_check_mark: | -| < 0.4.x | :x: | +| 0.5.0 | :white_check_mark: | +| < 0.5.x | :x: | ## Reporting a Bug diff --git a/app/package-lock.json b/app/package-lock.json index a96245ae..2ac7e5ba 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,12 +1,12 @@ { "name": "common-object-management-service", - "version": "0.4.2", + "version": "0.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "common-object-management-service", - "version": "0.4.2", + "version": "0.5.0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-s3": "^3.341.0", diff --git a/app/package.json b/app/package.json index 438b32f5..9149e989 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "common-object-management-service", - "version": "0.4.2", + "version": "0.5.0", "private": true, "description": "", "author": "NR Common Service Showcase ", diff --git a/charts/coms/Chart.yaml b/charts/coms/Chart.yaml index 9c714a84..fd34cc3c 100644 --- a/charts/coms/Chart.yaml +++ b/charts/coms/Chart.yaml @@ -3,7 +3,7 @@ name: common-object-management-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.15 +version: 0.0.16 kubeVersion: ">= 1.13.0" description: A microservice for managing access control to S3 Objects # A chart can be either an 'application' or a 'library' chart. @@ -43,6 +43,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: "0.4.2" +appVersion: "0.5.0" deprecated: false annotations: {} diff --git a/charts/coms/README.md b/charts/coms/README.md index f04637ed..88811538 100644 --- a/charts/coms/README.md +++ b/charts/coms/README.md @@ -1,6 +1,6 @@ # common-object-management-service -![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) +![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) A microservice for managing access control to S3 Objects