From 9f56182d194b7017b40d11fa236edda13bd88ca9 Mon Sep 17 00:00:00 2001 From: Dylan Leard Date: Mon, 19 Jun 2023 11:15:32 -0700 Subject: [PATCH 1/2] chore: release v1.17.0 --- CHANGELOG.md | 7 +++++++ ggircs-app/app/package.json | 2 +- ggircs-app/schema/sqitch.plan | 1 + package.json | 2 +- sqitch.plan | 3 ++- 5 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32927a53..1820000d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +# [1.17.0](https://github.com/bcgov/cas-ggircs/compare/v1.16.3...v1.17.0) (2023-06-19) + + +### Features + +* add calculated ar5 quantity to emission table in load ([067eaf4](https://github.com/bcgov/cas-ggircs/commit/067eaf4346e6af256757788b3f5f1cb463f7d9f1)) + ## [1.16.3](https://github.com/bcgov/cas-ggircs/compare/v1.16.2...v1.16.3) (2023-05-29) ## [1.16.2](https://github.com/bcgov/cas-ggircs/compare/v1.16.1...v1.16.2) (2023-05-17) diff --git a/ggircs-app/app/package.json b/ggircs-app/app/package.json index e8806ab4..a354e03b 100644 --- a/ggircs-app/app/package.json +++ b/ggircs-app/app/package.json @@ -1,6 +1,6 @@ { "name": "ggircs-app", - "version": "1.16.3", + "version": "1.17.0", "private": true, "scripts": { "predev": "yarn build:schema && yarn build:relay", diff --git a/ggircs-app/schema/sqitch.plan b/ggircs-app/schema/sqitch.plan index 264fab14..b835b2d3 100644 --- a/ggircs-app/schema/sqitch.plan +++ b/ggircs-app/schema/sqitch.plan @@ -30,3 +30,4 @@ triggers/update_timestamps [triggers/update_timestamps@1.13.4] 2022-12-14T23:04: @1.16.1 2023-05-15T23:59:27Z Dylan Leard # release v1.16.1 @1.16.2 2023-05-17T16:34:59Z Dylan Leard # release v1.16.2 @1.16.3 2023-05-29T22:02:49Z Dylan Leard # release v1.16.3 +@1.17.0 2023-06-19T18:15:06Z Dylan Leard # release v1.17.0 diff --git a/package.json b/package.json index 004b7038..2032dc5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ggircs-app", - "version": "1.16.3", + "version": "1.17.0", "description": "GGIRCS: Greenhouse Gas Industrial Reporting and Control System. Data schema for the data extracted from the SWRS, and a small app to access the raw data and attachments from the SWRS extracts.", "repository": "https://github.com/bcgov/cas-ggircs", "author": "ggircs@gov.bc.ca", diff --git a/sqitch.plan b/sqitch.plan index 4889dd50..d986d65a 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -257,4 +257,5 @@ swrs/public/table/measured_emission_factor_001 2023-04-17T18:00:07Z Brianna Cerk @1.16.3 2023-05-29T22:02:48Z Dylan Leard # release v1.16.3 swrs/parameters/table/gwp 2023-06-05T22:35:23Z Brianna Cerkiewicz # Create a table for updated AR5 (Intergovernmental Panel on Climate Change’s (IPCC) Fifth Assessment Report) GWP values swrs/public/table/emission_003 2023-06-06T15:37:39Z Brianna Cerkiewicz # Add ar5_calculated_quantity column to the emissions table -swrs/transform/function/load_emission [swrs/transform/function/load_emission@1.15.0] 2023-06-06T16:04:44Z Brianna Cerkiewicz # Calculate the ar5_calculated_quantity column in load_emission +swrs/transform/function/load_emission [swrs/transform/function/load_emission@1.15.0] 2023-06-06T16:04:44Z Brianna Cerkiewicz # Calculate the ar5_calculated_quantity column in load_emission +@1.17.0 2023-06-19T18:15:06Z Dylan Leard # release v1.17.0 From bda5426662518a50dd535c80b6d0a8fc5c5e7072 Mon Sep 17 00:00:00 2001 From: Dylan Leard Date: Tue, 20 Jun 2023 09:08:48 -0700 Subject: [PATCH 2/2] chore: update chart.yaml --- helm/cas-ggircs/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/cas-ggircs/Chart.yaml b/helm/cas-ggircs/Chart.yaml index c9c2f558..226e7988 100644 --- a/helm/cas-ggircs/Chart.yaml +++ b/helm/cas-ggircs/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: cas-ggircs description: Helm chart for the GGIRCS database and ETL type: application -version: 0.2.31 -appVersion: 1.15.0 +version: 0.2.32 +appVersion: 1.17.0 dependencies: - name: cas-postgres version: "0.8.4"