diff --git a/SECURITY.md b/SECURITY.md index bc6a1eec..1fe9279d 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -14,8 +14,8 @@ At this time, only the latest version of BCBox is supported. | Version | Supported | | ------- | ------------------ | -| 0.6.0 | :white_check_mark: | -| < 0.6.x | :x: | +| 0.7.0 | :white_check_mark: | +| < 0.7.x | :x: | ## Reporting a Bug diff --git a/app/package-lock.json b/app/package-lock.json index 9bc33ebc..3b052ffd 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,12 +1,12 @@ { "name": "bcbox-app", - "version": "0.6.0", + "version": "0.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bcbox-app", - "version": "0.6.0", + "version": "0.7.0", "license": "Apache-2.0", "dependencies": { "@types/compression": "^1.7.5", diff --git a/app/package.json b/app/package.json index 70756598..9c83ac2e 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "bcbox-app", - "version": "0.6.0", + "version": "0.7.0", "private": true, "description": "", "author": "NR Common Service Showcase ", diff --git a/bcgovpubcode.yaml b/bcgovpubcode.yaml index 2fa25e19..b435bf4f 100644 --- a/bcgovpubcode.yaml +++ b/bcgovpubcode.yaml @@ -32,7 +32,7 @@ product_information: product_technology_information: backend_frameworks: - name: Express - version: 4.18.2 + version: 4.18.3 backend_languages_version: - name: JavaScript version: ecmaVersion 11 / es2020 @@ -41,16 +41,16 @@ product_technology_information: - Helm frontend_frameworks: - name: Vue - version: 3.2.47 + version: 3.4.21 - name: Other - version: Pinia 2.0.32 + version: Pinia 2.1.7 - name: Other - version: Primevue (3.23.0) + version: Primevue (3.44.0) - name: Other - version: oidc-client-ts (2.2.1) + version: oidc-client-ts (3.0.1) frontend_languages: - name: TypeScript - version: 4.8.4 + version: 5.4.2 - name: JavaScript version: ecmaVersion 11 / es2020 hosting_platforms: diff --git a/charts/bcbox/Chart.yaml b/charts/bcbox/Chart.yaml index e5abeb9a..824c75b4 100644 --- a/charts/bcbox/Chart.yaml +++ b/charts/bcbox/Chart.yaml @@ -3,7 +3,7 @@ name: bcbox # 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.13 +version: 0.0.14 kubeVersion: ">= 1.13.0" description: A frontend UI for managing access control to S3 Objects # A chart can be either an 'application' or a 'library' chart. @@ -37,6 +37,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.6.0" +appVersion: "0.7.0" deprecated: false annotations: {} diff --git a/charts/bcbox/README.md b/charts/bcbox/README.md index 53ae2a00..f6f7af2c 100644 --- a/charts/bcbox/README.md +++ b/charts/bcbox/README.md @@ -1,6 +1,6 @@ # bcbox -![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.0](https://img.shields.io/badge/AppVersion-0.6.0-informational?style=flat-square) +![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.7.0](https://img.shields.io/badge/AppVersion-0.7.0-informational?style=flat-square) A frontend UI for managing access control to S3 Objects diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1812ae06..f55b702f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "bcbox-frontend", - "version": "0.6.0", + "version": "0.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bcbox-frontend", - "version": "0.6.0", + "version": "0.7.0", "license": "Apache-2.0", "dependencies": { "@bcgov/bc-sans": "^2.1.0", diff --git a/frontend/package.json b/frontend/package.json index 165ff709..925ca0a9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "bcbox-frontend", - "version": "0.6.0", + "version": "0.7.0", "private": true, "description": "", "author": "NR Common Service Showcase ",