diff --git a/CHANGELOG.md b/CHANGELOG.md index 51195677d..5db936b7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [1.211.3](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.211.2...v1.211.3) (2024-11-21) + ## [1.211.2](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.211.1...v1.211.2) (2024-11-20) ### Bug Fixes diff --git a/db/sqitch.plan b/db/sqitch.plan index 4f971951b..5ed612b40 100644 --- a/db/sqitch.plan +++ b/db/sqitch.plan @@ -738,3 +738,4 @@ computed_columns/cbc_history [computed_columns/cbc_history@1.203.3] 2024-11-13T2 @1.211.0 2024-11-19T16:36:18Z CCBC Service Account # release v1.211.0 @1.211.1 2024-11-19T17:21:02Z CCBC Service Account # release v1.211.1 @1.211.2 2024-11-20T18:25:02Z CCBC Service Account # release v1.211.2 +@1.211.3 2024-11-21T16:51:48Z CCBC Service Account # release v1.211.3 diff --git a/helm/app/templates/deployment.yaml b/helm/app/templates/deployment.yaml index 746fdabeb..e0b70d168 100644 --- a/helm/app/templates/deployment.yaml +++ b/helm/app/templates/deployment.yaml @@ -260,9 +260,6 @@ spec: ports: - containerPort: {{ .Values.app.port }} protocol: TCP - volumeMounts: - - name: cache-volume - mountPath: /root/.next readinessProbe: httpGet: path: /ready @@ -286,8 +283,4 @@ spec: failureThreshold: 3 successThreshold: 1 timeoutSeconds: 35 - volumes: - - name: cache-volume - persistentVolumeClaim: - claimName: cache-pvc {{- end }} diff --git a/package.json b/package.json index 9d87e78b4..aa84ce8b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CONN-CCBC-portal", - "version": "1.211.2", + "version": "1.211.3", "main": "index.js", "repository": "https://github.com/bcgov/CONN-CCBC-portal.git", "author": "Romer, Meherzad CITZ:EX ",