Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.1...v1.4.0) (2022-02-25)

### Bug Fixes

* **deps:** Updates Postgresql JDBC driver (now 42.3.2) to fix a vulnerability in this dependency. ([7dd2641](7dd2641))
* Removes license reference for code from SORMAS that isn't used anymore. ([00db4a4](00db4a4))
* Updates data-export code to handle breaking changes of sheetJS module export. ([f4f38c8](f4f38c8)), closes [#628](#628)

### Features

* Extends the audit metadata in BFF to save who create and last modify an entity. ([246eaa5](246eaa5)), closes [iris-connect/iris-backlog#234](https://github.com/iris-connect/iris-backlog/issues/234) [#597](#597)
* Health departments with IRIS can send messages to each other, encrypted and secured via the IRIS-Connect secure network. There is a central output and input for messages. Currently, only text messages are possible. In the near future, data sets as attachments will follow. ([6922f2c](6922f2c)), closes [iris-connect/iris-backlog#256](https://github.com/iris-connect/iris-backlog/issues/256) [iris-connect/iris-backlog#259](https://github.com/iris-connect/iris-backlog/issues/259) [#541](#541)
* Images are signed before uploading to docker to insure their integrity. ([20f4381](20f4381)), closes [#569](#569)
  • Loading branch information
semantic-release-bot committed Feb 25, 2022
1 parent 57b1f7f commit 6434265
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 19 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

# [1.4.0](https://github.com/iris-connect/iris-client/compare/v1.3.1...v1.4.0) (2022-02-25)


### Bug Fixes

* **deps:** Updates Postgresql JDBC driver (now 42.3.2) to fix a vulnerability in this dependency. ([7dd2641](https://github.com/iris-connect/iris-client/commit/7dd2641b44ced77146461622c4b84f8fa2eb48ac))
* Removes license reference for code from SORMAS that isn't used anymore. ([00db4a4](https://github.com/iris-connect/iris-client/commit/00db4a410fad6edc69ae7437c73030309a74ca5a))
* Updates data-export code to handle breaking changes of sheetJS module export. ([f4f38c8](https://github.com/iris-connect/iris-client/commit/f4f38c81e7c3626d52bbedd837a128b569c522fb)), closes [#628](https://github.com/iris-connect/iris-client/issues/628)


### Features

* Extends the audit metadata in BFF to save who create and last modify an entity. ([246eaa5](https://github.com/iris-connect/iris-client/commit/246eaa5833cbe85d765093420df9f729221875dd)), closes [iris-connect/iris-backlog#234](https://github.com/iris-connect/iris-backlog/issues/234) [#597](https://github.com/iris-connect/iris-client/issues/597)
* Health departments with IRIS can send messages to each other, encrypted and secured via the IRIS-Connect secure network. There is a central output and input for messages. Currently, only text messages are possible. In the near future, data sets as attachments will follow. ([6922f2c](https://github.com/iris-connect/iris-client/commit/6922f2c8dd3f7bbf0eed4b576625c45762450379)), closes [iris-connect/iris-backlog#256](https://github.com/iris-connect/iris-backlog/issues/256) [iris-connect/iris-backlog#259](https://github.com/iris-connect/iris-backlog/issues/259) [#541](https://github.com/iris-connect/iris-client/issues/541)
* Images are signed before uploading to docker to insure their integrity. ([20f4381](https://github.com/iris-connect/iris-client/commit/20f4381115bb24d5f0ecc550c9ba66bb1c3f5b86)), closes [#569](https://github.com/iris-connect/iris-client/issues/569)

# [1.4.0-rc.3](https://github.com/iris-connect/iris-client/compare/v1.4.0-rc.2...v1.4.0-rc.3) (2022-02-21)


Expand Down
2 changes: 1 addition & 1 deletion FE-THIRD-PARTY-LICENSES-DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ [email protected] | MIT | https://github.com/sindresorhus/invert-kv
[email protected] | MIT | https://github.com/indutny/node-ip
[email protected] | MIT | https://github.com/whitequark/ipaddr.js
[email protected] | MIT | https://github.com/whitequark/ipaddr.js
[email protected]rc.3-POST-RELEASE | UNLICENSED |
[email protected] | UNLICENSED |
[email protected] | MIT | https://github.com/sindresorhus/is-absolute-url
[email protected] | MIT | https://github.com/inspect-js/is-arguments
[email protected] | MIT | https://github.com/qix-/node-is-arrayish
Expand Down
2 changes: 1 addition & 1 deletion FE-THIRD-PARTY-LICENSES-PROD.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ [email protected] | MIT | https://github.com/TehShrike/deepmerge
[email protected] | Apache-2.0 | https://github.com/SheetJS/node-exit-on-epipe
[email protected] | MIT | https://github.com/follow-redirects/follow-redirects
[email protected] | Apache-2.0 | https://github.com/SheetJS/frac
[email protected]rc.3-POST-RELEASE | UNLICENSED |
[email protected] | UNLICENSED |
[email protected] | MIT | https://github.com/lodash/lodash
[email protected] | Apache-2.0 | https://github.com/SheetJS/printj
[email protected] | Apache-2.0 | https://github.com/SheetJS/printj
Expand Down
12 changes: 6 additions & 6 deletions infrastructure/deployment/docker-compose-ext-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: "3.4"
services:
# IRIS Client backend for frontend
iris-client:
image: inoeg/iris-client-bff:1.4-latest
image: inoeg/iris-client-bff:1.4
expose:
- 8092
environment:
Expand All @@ -35,7 +35,7 @@ services:

# IRIS Client Frontend for users
iris-frontend:
image: inoeg/iris-client-frontend:1.4-latest
image: inoeg/iris-client-frontend:1.4
expose:
- 28080
environment:
Expand All @@ -50,7 +50,7 @@ services:

# Endpoint server to communicate with Apps and IRIS Connect central services
eps:
image: inoeg/iris-client-eps:1.4-latest
image: inoeg/iris-client-eps:1.4
expose:
- 4446
- 5556
Expand All @@ -70,7 +70,7 @@ services:

# Proxy for inbound connections.
private-proxy:
image: inoeg/iris-client-proxy:1.4-latest
image: inoeg/iris-client-proxy:1.4
expose:
- 5545
- 8877
Expand All @@ -95,7 +95,7 @@ services:
restart: unless-stopped

private-proxy-eps:
image: inoeg/iris-client-eps:1.4-latest
image: inoeg/iris-client-eps:1.4
expose:
- 7766
- 7776
Expand All @@ -115,7 +115,7 @@ services:

# Reverse Proxy
nginx:
image: inoeg/iris-client-nginx:1.4-latest
image: inoeg/iris-client-nginx:1.4
ports:
- ${IRIS_CLIENT_PORT:-443}:443
environment:
Expand Down
12 changes: 6 additions & 6 deletions infrastructure/deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:

# IRIS Client backend for frontend
iris-client:
image: inoeg/iris-client-bff:1.4-latest
image: inoeg/iris-client-bff:1.4
expose:
- 8092
environment:
Expand Down Expand Up @@ -66,7 +66,7 @@ services:

# IRIS Client Frontend for users
iris-frontend:
image: inoeg/iris-client-frontend:1.4-latest
image: inoeg/iris-client-frontend:1.4
expose:
- 28080
environment:
Expand All @@ -81,7 +81,7 @@ services:

# Endpoint server to communicate with Apps and IRIS Connect central services
eps:
image: inoeg/iris-client-eps:1.4-latest
image: inoeg/iris-client-eps:1.4
expose:
- 4446
- 5556
Expand All @@ -101,7 +101,7 @@ services:

# Proxy for inbound connections.
private-proxy:
image: inoeg/iris-client-proxy:1.4-latest
image: inoeg/iris-client-proxy:1.4
expose:
- 5545
- 8877
Expand All @@ -126,7 +126,7 @@ services:
restart: unless-stopped

private-proxy-eps:
image: inoeg/iris-client-eps:1.4-latest
image: inoeg/iris-client-eps:1.4
expose:
- 7766 # JSON-RPC server for internal connections from iris-client
- 7776 # gRPC protocol
Expand All @@ -146,7 +146,7 @@ services:

# Reverse Proxy
nginx:
image: inoeg/iris-client-nginx:1.4-latest
image: inoeg/iris-client-nginx:1.4
ports:
- ${IRIS_CLIENT_PORT:-443}:443
environment:
Expand Down
2 changes: 1 addition & 1 deletion iris-client-bff/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</parent>
<groupId>iris-gateway</groupId>
<artifactId>iris-client-bff</artifactId>
<version>1.4.0-rc.3-POST-RELEASE</version>
<version>1.4.0-POST-RELEASE</version>
<name>IRIS Client Backend for Frontend</name>
<description>Backend for frontend (BFF) of the client for the health departments. Communicates directly with the SORMAS of this department.</description>
<licenses>
Expand Down
4 changes: 2 additions & 2 deletions iris-client-fe/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion iris-client-fe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iris-client-frontend",
"version": "1.4.0-rc.3-POST-RELEASE",
"version": "1.4.0-POST-RELEASE",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>iris-gateway</groupId>
<artifactId>parent</artifactId>
<version>1.4.0-rc.3-POST-RELEASE</version>
<version>1.4.0-POST-RELEASE</version>
<packaging>pom</packaging>

<name>IRIS Parent</name>
Expand Down

0 comments on commit 6434265

Please sign in to comment.