Skip to content

Commit

Permalink
Merge pull request #1892 from bcgov/chore/release
Browse files Browse the repository at this point in the history
Chore: release
  • Loading branch information
pbastia authored Feb 23, 2024
2 parents 4968d1b + 61dfba2 commit a021ad2
Show file tree
Hide file tree
Showing 6 changed files with 417 additions and 414 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.16.2](https://github.com/bcgov/cas-cif/compare/1.16.1...1.16.2) (2024-02-23)

### Bug Fixes

- add apps env var for Terraform ([3ca95a4](https://github.com/bcgov/cas-cif/commit/3ca95a4b9901ddfc7ebe1564448d4dd3962eba38))
- include role path with id as per requirements ([67a42a8](https://github.com/bcgov/cas-cif/commit/67a42a8757f48e71e7ab2b4b0f2183947f698ef8))
- move variable closer to Terraform command ([6c17d6f](https://github.com/bcgov/cas-cif/commit/6c17d6f14e50da0e64ba8a9de0339f2797f6cb25))
- remove hanging quote ([4bf9422](https://github.com/bcgov/cas-cif/commit/4bf94227a0435a1359e86ea13c9d9337be301077))
- remove unneeded spec from job ([f68153d](https://github.com/bcgov/cas-cif/commit/f68153d2496594e3077b672bd92b7ba1b86cb3dd))
- trailing whitespace ([79ab2f1](https://github.com/bcgov/cas-cif/commit/79ab2f177cd093d691c0c177fc29874deb8bfdf3))
- uncomment provider config ([46b38f7](https://github.com/bcgov/cas-cif/commit/46b38f78ecb45166303b1ea5a9ee1cbd5df31190))
- use correct provider versions ([862f80a](https://github.com/bcgov/cas-cif/commit/862f80ac4bafd1e0be154fbeed5640b54e24afd3))

## [1.16.1](https://github.com/bcgov/cas-cif/compare/1.16.0...1.16.1) (2023-11-22)

# [1.16.0](https://github.com/bcgov/cas-cif/compare/1.10.0...1.16.0) (2023-10-24)
Expand Down
7 changes: 5 additions & 2 deletions chart/cas-cif/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
dependencies:
- name: terraform-bucket-provision
repository: https://bcgov.github.io/cas-pipeline/
version: 0.1.3
- name: cas-airflow-dag-trigger
repository: https://bcgov.github.io/cas-airflow
version: 1.0.7
Expand All @@ -8,5 +11,5 @@ dependencies:
- name: certbot
repository: https://bcdevops.github.io/certbot
version: 0.1.3
digest: sha256:f4a723f16f1163ce3077a443197aa0c9ba7d035bd7710ca29ed7386b22245741
generated: "2023-03-07T08:53:18.30840277-08:00"
digest: sha256:22a3c8a861907a570a2415e8c4b5c0a5c7f6ae164207507f093b0bfaa752c8cf
generated: "2024-02-23T14:03:27.259123-08:00"
2 changes: 1 addition & 1 deletion chart/cas-cif/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 0.1.0
appVersion: "0.1.0"
dependencies:
- name: terraform-bucket-provision
version: "0.1.2"
version: "0.1.3"
repository: https://bcgov.github.io/cas-pipeline/
- name: cas-airflow-dag-trigger
version: 1.0.7
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "cas-cif",
"version": "1.16.1",
"version": "1.16.2",
"main": "index.js",
"repository": "https://github.com/bcgov/cas-cif.git",
"author": "[email protected]",
"license": "Apache-2.0",
"devDependencies": {
"@release-it/conventional-changelog": "^7.0.2",
"release-it": "^16.2.1"
"@release-it/conventional-changelog": "^8.0.1",
"release-it": "^17.1.1"
},
"release-it": {
"npm": {
Expand Down
1 change: 1 addition & 0 deletions schema/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -365,3 +365,4 @@ functions/handle_milestone_form_change_commit [functions/handle_milestone_form_c
@1.15.0 2023-10-03T21:35:32Z Sepehr Sobhani <[email protected]> # release v1.15.0
@1.16.0 2023-10-24T17:15:40Z Dylan Leard <[email protected]> # release v1.16.0
@1.16.1 2023-11-22T17:01:35Z Dylan Leard <[email protected]> # release v1.16.1
@1.16.2 2024-02-23T22:00:38Z Pierre Bastianelli <[email protected]> # release v1.16.2
Loading

0 comments on commit a021ad2

Please sign in to comment.