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

Release: PG16 #1947

Merged
merged 4 commits into from
Dec 16, 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
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": "[email protected]",
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 <[email protected]> # dropping regprocedure type for column in favour of varchar to allow postgres version upgrade
@1.17.3 2024-12-13T19:33:09Z Pierre Bastianelli <[email protected]> # release v1.17.3
@1.18.0 2024-12-16T18:54:31Z Pierre Bastianelli <[email protected]> # release v1.18.0
Loading