From c9de0495486d1426093ee326421643b2171966b1 Mon Sep 17 00:00:00 2001 From: Kyle Morel Date: Tue, 16 Apr 2024 15:51:12 -0700 Subject: [PATCH] Update team name/email references Cutover from CSS to PAT team --- .github/environments/values.dev.yaml | 2 +- .github/environments/values.test.yaml | 2 +- README.md | 2 -- SECURITY.md | 6 +++--- app/package.json | 2 +- charts/pcns/Chart.yaml | 8 ++++---- charts/pcns/README.md | 4 ++-- frontend/package.json | 2 +- 8 files changed, 13 insertions(+), 15 deletions(-) diff --git a/.github/environments/values.dev.yaml b/.github/environments/values.dev.yaml index cc87c801..a12b2407 100644 --- a/.github/environments/values.dev.yaml +++ b/.github/environments/values.dev.yaml @@ -3,7 +3,7 @@ config: enabled: true configMap: FRONTEND_APIPATH: api/v1 - FRONTEND_CHES_BCC: NR.CommonServiceShowcase@gov.bc.ca + FRONTEND_CHES_BCC: NRM.PermittingAndData@gov.bc.ca FRONTEND_COMS_APIPATH: https://coms-dev.api.gov.bc.ca/api/v1 FRONTEND_COMS_BUCKETID: 1f9e1451-c130-4804-aeb0-b78b5b109c47 FRONTEND_OIDC_AUTHORITY: https://dev.loginproxy.gov.bc.ca/auth/realms/standard diff --git a/.github/environments/values.test.yaml b/.github/environments/values.test.yaml index 7895be09..1fd29c1a 100644 --- a/.github/environments/values.test.yaml +++ b/.github/environments/values.test.yaml @@ -3,7 +3,7 @@ config: enabled: true configMap: FRONTEND_APIPATH: api/v1 - FRONTEND_CHES_BCC: NR.CommonServiceShowcase@gov.bc.ca + FRONTEND_CHES_BCC: NRM.PermittingAndData@gov.bc.ca FRONTEND_COMS_APIPATH: https://coms-test.api.gov.bc.ca/api/v1 FRONTEND_COMS_BUCKETID: a9eabd1d-5f77-4c60-bf6b-83ffa0e21c59 FRONTEND_OIDC_AUTHORITY: https://test.loginproxy.gov.bc.ca/auth/realms/standard diff --git a/README.md b/README.md index eac2da98..9409b5ca 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,6 @@ NR PermitConnect Navigator Service -To learn more about the **Common Services** available visit the [Common Services Showcase](https://bcgov.github.io/common-service-showcase/) page. - ## Directory Structure ```txt diff --git a/SECURITY.md b/SECURITY.md index b5918469..04964a38 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -19,14 +19,14 @@ At this time, only the latest version of NR PermitConnect Navigator Service is s ## Reporting a Bug -The `CSS` team and community take all security bugs in `NR PermitConnect Navigator Service` seriously. +The `PAT` team and community take all security bugs in `NR PermitConnect Navigator Service` seriously. Thank you for improving the security of `NR PermitConnect Navigator Service`. We appreciate your efforts and responsible disclosure and will make every effort to acknowledge your contributions. -Report security bugs by sending an email to . +Report security bugs by sending an email to . -The `CSS` team will acknowledge your email within 48 hours, and will send a +The `PAT` team will acknowledge your email within 48 hours, and will send a more detailed response within 48 hours indicating the next steps in handling your report. After the initial reply to your report, the security team will endeavor to keep you informed of the progress towards a fix and full diff --git a/app/package.json b/app/package.json index 6883c130..9672f044 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "description": "PermitConnect Navigator Service ", - "author": "NR Common Service Showcase ", + "author": "NRM Permitting and Data Solutions ", "license": "Apache-2.0", "scripts": { "build:all": "ts-node ./deploy-utils.ts", diff --git a/charts/pcns/Chart.yaml b/charts/pcns/Chart.yaml index 98d233b6..454f6214 100644 --- a/charts/pcns/Chart.yaml +++ b/charts/pcns/Chart.yaml @@ -3,7 +3,7 @@ name: nr-permitconnect-navigator-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.5 +version: 0.0.6 kubeVersion: ">= 1.13.0" description: PermitConnect Navigator Service # A chart can be either an 'application' or a 'library' chart. @@ -31,9 +31,9 @@ dependencies: # by default, the object created will be named -patroni. You can use an alias to override the -patroni suffix # alias: postgres maintainers: - - name: NR Common Service Showcase Team - email: NR.CommonServiceShowcase@gov.bc.ca - url: https://bcgov.github.io/common-service-showcase/team.html + - name: NRM Permitting and Data Solutions + email: NRM.PermittingAndData@gov.bc.ca + url: https://github.com/bcgov/nr-permitconnect-navigator-service # This is the version number of the application being deployed. This version number should be # 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. diff --git a/charts/pcns/README.md b/charts/pcns/README.md index c601a89c..dc3e634f 100644 --- a/charts/pcns/README.md +++ b/charts/pcns/README.md @@ -1,6 +1,6 @@ # nr-permitconnect-navigator-service -![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: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square) +![Version: 0.0.6](https://img.shields.io/badge/Version-0.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square) PermitConnect Navigator Service @@ -10,7 +10,7 @@ PermitConnect Navigator Service | Name | Email | Url | | ---- | ------ | --- | -| NR Common Service Showcase Team | | | +| NRM Permitting and Data Solutions | | | ## Source Code diff --git a/frontend/package.json b/frontend/package.json index 8770669d..da09e099 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "description": "", - "author": "NR Common Service Showcase ", + "author": "NRM Permitting and Data Solutions ", "license": "Apache-2.0", "scripts": { "build": "vite build",