Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore release 2.23.4 #2282

Merged
merged 3 commits into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.23.4](https://github.com/bcgov/cas-ciip-portal/compare/v2.23.3...v2.23.4) (2024-02-23)


### Bug Fixes

* add storage limits to tf pod to satisfy sonarcloud ([dbe0d37](https://github.com/bcgov/cas-ciip-portal/commit/dbe0d37c180dfdc09b6cdbb28cb1189cb326e106))
* remove comment and double quote ([008b2cd](https://github.com/bcgov/cas-ciip-portal/commit/008b2cdc15fcb2d74a5a55b16f1d96c041880af8))

### [2.23.3](https://github.com/bcgov/cas-ciip-portal/compare/v2.23.2...v2.23.3) (2023-12-11)

### [2.23.2](https://github.com/bcgov/cas-ciip-portal/compare/v2.23.1...v2.23.2) (2023-11-22)
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ggircs-industry-ciip-portal",
"version": "2.23.3",
"version": "2.23.4",
"description": "The online portal for Industry to apply and track their CIIP applications",
"scripts": {
"pretest": "npm run build:relay",
Expand Down
2 changes: 1 addition & 1 deletion current_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.23.3
2.23.4
6 changes: 3 additions & 3 deletions helm/cas-ciip-portal/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
version: 0.9.1
- name: terraform-bucket-provision
repository: https://bcgov.github.io/cas-pipeline/
version: 0.1.2
version: 0.1.3
- name: mailhog
repository: https://codecentric.github.io/helm-charts/
version: 3.3.0
Expand All @@ -20,5 +20,5 @@ dependencies:
- name: nginx-sidecar
repository: https://bcgov.github.io/cas-template-app
version: 0.1.13
digest: sha256:a0a9397ec66fc31006c74a026d1e73731d5bb1a2c0c26c3f69d3f07e888909b7
generated: "2024-02-16T16:21:38.845613-08:00"
digest: sha256:508d55425ebba6fffe2de82fddeb8b3bb26d6a1fbe3c9f3f14926848036ef5c2
generated: "2024-02-23T14:05:18.07295-08:00"
6 changes: 3 additions & 3 deletions helm/cas-ciip-portal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apiVersion: v2
name: cas-ciip-portal
description: A Helm chart for the CIIP portal
type: application
version: 0.3.62
appVersion: 2.23.3
version: 0.3.63
appVersion: 2.23.4
dependencies:
- name: cas-postgres
version: "0.9.1"
repository: https://bcgov.github.io/cas-postgres/
- name: terraform-bucket-provision
version: "0.1.2"
version: "0.1.3"
repository: https://bcgov.github.io/cas-pipeline/
- name: mailhog
version: "3.3.0"
Expand Down
1 change: 1 addition & 0 deletions schema/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -471,3 +471,4 @@ tables/incremental_fuel_charge_baseline_001 [tables/incremental_fuel_charge_base
@v2.23.1 2023-10-17T16:31:00Z Dylan Leard <dylan@button.is> # release v2.23.1
@v2.23.2 2023-11-22T17:05:33Z Dylan Leard <dylan@button.is> # release v2.23.2
@v2.23.3 2023-12-11T21:44:46Z Dylan Leard <dylan@button.is> # release v2.23.3
@v2.23.4 2024-02-23T21:10:41Z Pierre Bastianelli <pierre.bastianelli@gov.bc.ca> # release v2.23.4
Loading