Skip to content

Commit

Permalink
Merge pull request #1947 from bcgov/chore/release
Browse files Browse the repository at this point in the history
Release: PG16
  • Loading branch information
pbastia authored Dec 16, 2024
2 parents dce39ac + f6db743 commit e9a1f25
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# [1.18.0](https://github.com/bcgov/cas-cif/compare/1.17.3...1.18.0) (2024-12-16)

## [1.17.3](https://github.com/bcgov/cas-cif/compare/1.17.1...1.17.3) (2024-12-13)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions chart/cas-cif/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: cas-cif
description: A Helm chart for Kubernetes
type: application
version: 0.1.0
appVersion: "0.1.0"
version: 1.18.0
appVersion: "1.18.0"
dependencies:
- name: terraform-bucket-provision
version: "0.1.3"
Expand Down
2 changes: 1 addition & 1 deletion chart/cas-cif/templates/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
image: ""
metadata:
labels: {{ include "cas-cif.labels" . | nindent 6 }}
postgresVersion: 14
postgresVersion: 16
instances:
- name: pgha1
replicas: 3
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": "cas-cif",
"version": "1.17.3",
"version": "1.18.0",
"main": "index.js",
"repository": "https://github.com/bcgov/cas-cif.git",
"author": "ggircs@gov.bc.ca",
Expand Down
1 change: 1 addition & 0 deletions schema/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -381,3 +381,4 @@ tables/funding_stream_rfp_002 2024-05-28T22:41:57Z Brianna Cerkiewicz <briannace

tables/form_002 [tables/form_001] 2024-12-13T19:25:15Z Pierre Bastianelli <pierre.bastianelli@gov.bc.ca> # dropping regprocedure type for column in favour of varchar to allow postgres version upgrade
@1.17.3 2024-12-13T19:33:09Z Pierre Bastianelli <pierre.bastianelli@gov.bc.ca> # release v1.17.3
@1.18.0 2024-12-16T18:54:31Z Pierre Bastianelli <pierre.bastianelli@gov.bc.ca> # release v1.18.0

0 comments on commit e9a1f25

Please sign in to comment.