Skip to content

Commit

Permalink
Merge pull request #523 from bcgov/chore/release
Browse files Browse the repository at this point in the history
chore: release v1.17.0
  • Loading branch information
pbastia authored Jun 20, 2023
2 parents e7ae49b + bda5426 commit 650c8f4
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ggircs-app/app/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions ggircs-app/schema/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ triggers/update_timestamps [triggers/[email protected]] 2022-12-14T23:04:
@1.16.1 2023-05-15T23:59:27Z Dylan Leard <[email protected]> # release v1.16.1
@1.16.2 2023-05-17T16:34:59Z Dylan Leard <[email protected]> # release v1.16.2
@1.16.3 2023-05-29T22:02:49Z Dylan Leard <[email protected]> # release v1.16.3
@1.17.0 2023-06-19T18:15:06Z Dylan Leard <[email protected]> # release v1.17.0
4 changes: 2 additions & 2 deletions helm/cas-ggircs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
Expand Down
3 changes: 2 additions & 1 deletion sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]> # release v1.16.3
swrs/parameters/table/gwp 2023-06-05T22:35:23Z Brianna Cerkiewicz <briannacerkiewicz@pop-os> # 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 <briannacerkiewicz@pop-os> # Add ar5_calculated_quantity column to the emissions table
swrs/transform/function/load_emission [swrs/transform/function/[email protected]] 2023-06-06T16:04:44Z Brianna Cerkiewicz <briannacerkiewicz@pop-os> # Calculate the ar5_calculated_quantity column in load_emission
swrs/transform/function/load_emission [swrs/transform/function/[email protected]] 2023-06-06T16:04:44Z Brianna Cerkiewicz <briannacerkiewicz@pop-os> # Calculate the ar5_calculated_quantity column in load_emission
@1.17.0 2023-06-19T18:15:06Z Dylan Leard <[email protected]> # release v1.17.0

0 comments on commit 650c8f4

Please sign in to comment.