Skip to content

Commit

Permalink
chore(release): 1.5.1-rc.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.1-rc.1](v1.5.0...v1.5.1-rc.1) (2022-03-25)

### Bug Fixes

* **Messages:** Improves the performance of the . The list of possible recipients for messages is now created cyclically in a background job and is immediately available for the frontend. ([73cda44](73cda44)), closes [#678](#678) [#680](#680)
* Removes long deprecated environment variables from `.env.sample`. This variables have had no effect for some time. ([9bf0a55](9bf0a55)), closes [#679](#679)
* RPC methods can now be extended with additional parameters while still remaining compatible with legacy RPC clients if default values are used. ([4320b23](4320b23)), closes [iris-connect/iris-backlog#278](https://github.com/iris-connect/iris-backlog/issues/278)
  • Loading branch information
semantic-release-bot committed Mar 25, 2022
1 parent 4320b23 commit 85f147f
Show file tree
Hide file tree
Showing 10 changed files with 74 additions and 65 deletions.
11 changes: 6 additions & 5 deletions BFF-THIRD-PARTY-LICENSES.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ List of third-party dependencies grouped by their license type.
* CDI APIs (javax.enterprise:cdi-api:1.0 - http://www.seamframework.org/Weld/cdi-api)
* Byte Buddy (without dependencies) (net.bytebuddy:byte-buddy:1.11.22 - https://bytebuddy.net/byte-buddy)
* Byte Buddy agent (net.bytebuddy:byte-buddy-agent:1.11.22 - https://bytebuddy.net/byte-buddy-agent)
* Apache Commons Collections (org.apache.commons:commons-collections4:4.4 - https://commons.apache.org/proper/commons-collections/)
* Apache Commons Compress (org.apache.commons:commons-compress:1.21 - https://commons.apache.org/proper/commons-compress/)
* Apache Commons Lang (org.apache.commons:commons-lang3:3.12.0 - https://commons.apache.org/proper/commons-lang/)
* Apache Commons Text (org.apache.commons:commons-text:1.9 - https://commons.apache.org/proper/commons-text)
Expand Down Expand Up @@ -283,11 +284,11 @@ List of third-party dependencies grouped by their license type.

GNU Lesser General Public License v2.1 or later:

* Hibernate Search Backend - Lucene (org.hibernate.search:hibernate-search-backend-lucene:6.1.1.Final - http://hibernate.org/search/hibernate-search-parent-public/hibernate-search-backend-lucene/)
* Hibernate Search Engine (org.hibernate.search:hibernate-search-engine:6.1.1.Final - http://hibernate.org/search/hibernate-search-parent-public/hibernate-search-engine/)
* Hibernate Search ORM Integration (org.hibernate.search:hibernate-search-mapper-orm:6.1.1.Final - http://hibernate.org/search/hibernate-search-parent-public/hibernate-search-mapper-orm/)
* Hibernate Search Mapper - POJO Base (org.hibernate.search:hibernate-search-mapper-pojo-base:6.1.1.Final - http://hibernate.org/search/hibernate-search-parent-public/hibernate-search-mapper-pojo-base/)
* Hibernate Search Utils - Common (org.hibernate.search:hibernate-search-util-common:6.1.1.Final - http://hibernate.org/search/hibernate-search-parent-public/hibernate-search-util-common/)
* Hibernate Search Backend - Lucene (org.hibernate.search:hibernate-search-backend-lucene:6.1.3.Final - http://hibernate.org/search/hibernate-search-parent-public/hibernate-search-backend-lucene/)
* Hibernate Search Engine (org.hibernate.search:hibernate-search-engine:6.1.3.Final - http://hibernate.org/search/hibernate-search-parent-public/hibernate-search-engine/)
* Hibernate Search ORM Integration (org.hibernate.search:hibernate-search-mapper-orm:6.1.3.Final - http://hibernate.org/search/hibernate-search-parent-public/hibernate-search-mapper-orm/)
* Hibernate Search Mapper - POJO Base (org.hibernate.search:hibernate-search-mapper-pojo-base:6.1.3.Final - http://hibernate.org/search/hibernate-search-parent-public/hibernate-search-mapper-pojo-base/)
* Hibernate Search Utils - Common (org.hibernate.search:hibernate-search-util-common:6.1.3.Final - http://hibernate.org/search/hibernate-search-parent-public/hibernate-search-util-common/)

GNU Library General Public License v2.1 or later:

Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.5.1-rc.1](https://github.com/iris-connect/iris-client/compare/v1.5.0...v1.5.1-rc.1) (2022-03-25)


### Bug Fixes

* **Messages:** Improves the performance of the . The list of possible recipients for messages is now created cyclically in a background job and is immediately available for the frontend. ([73cda44](https://github.com/iris-connect/iris-client/commit/73cda44780a74c24638e6841eb1ba4d3e245348a)), closes [#678](https://github.com/iris-connect/iris-client/issues/678) [#680](https://github.com/iris-connect/iris-client/issues/680)
* Removes long deprecated environment variables from `.env.sample`. This variables have had no effect for some time. ([9bf0a55](https://github.com/iris-connect/iris-client/commit/9bf0a559c9e9227f2d6325cb2a5ce63a06d8c2ff)), closes [#679](https://github.com/iris-connect/iris-client/issues/679)
* RPC methods can now be extended with additional parameters while still remaining compatible with legacy RPC clients if default values are used. ([4320b23](https://github.com/iris-connect/iris-client/commit/4320b23e77b4b53a0f2de0ea0fa59df29ca935d3)), closes [iris-connect/iris-backlog#278](https://github.com/iris-connect/iris-backlog/issues/278)

# [1.5.0](https://github.com/iris-connect/iris-client/compare/v1.4.1...v1.5.0) (2022-03-16)


Expand Down
75 changes: 37 additions & 38 deletions FE-THIRD-PARTY-LICENSES-DEV.md

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions FE-THIRD-PARTY-LICENSES-PROD.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ module name | license | repository
---|---|---
@fontsource/roboto@4.5.3 | MIT | https://github.com/fontsource/fontsource
@mdi/font@6.5.95 | Apache-2.0 | https://github.com/Templarian/MaterialDesign-Webfont
@types/lodash@4.14.179 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
@types/lodash@4.14.180 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
[email protected] | Apache-2.0 | https://github.com/SheetJS/js-adler32
[email protected].0 | MIT | https://github.com/axios/axios
[email protected].1 | MIT | https://github.com/axios/axios
[email protected] | Apache-2.0 | https://github.com/SheetJS/js-cfb
[email protected] | MIT | https://github.com/chartjs/Chart.js
[email protected] | Apache-2.0 | https://github.com/SheetJS/js-codepage
[email protected] | MIT | https://github.com/zloirock/core-js
[email protected] | Apache-2.0 | https://github.com/SheetJS/js-crc32
dayjs@1.10.8 | MIT | https://github.com/iamkun/dayjs
dayjs@1.11.0 | MIT | https://github.com/iamkun/dayjs
[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].0-POST-RELEASE | UNLICENSED |
[email protected].1-rc.1-POST-RELEASE | 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 All @@ -31,5 +31,5 @@ [email protected] | MIT | https://github.com/robinvdvleuten/vuex-persist
[email protected] | MIT | https://github.com/vuejs/vuex
[email protected] | Apache-2.0 | https://github.com/SheetJS/js-wmf
[email protected] | Apache-2.0 | https://github.com/SheetJS/js-word
[email protected].3 | Apache-2.0 | https://github.com/SheetJS/sheetjs
[email protected].4 | Apache-2.0 | https://github.com/SheetJS/sheetjs

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.5
image: inoeg/iris-client-bff:1.5-latest
expose:
- 8092
environment:
Expand All @@ -35,7 +35,7 @@ services:

# IRIS Client Frontend for users
iris-frontend:
image: inoeg/iris-client-frontend:1.5
image: inoeg/iris-client-frontend:1.5-latest
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.5
image: inoeg/iris-client-eps:1.5-latest
expose:
- 4446
- 5556
Expand All @@ -70,7 +70,7 @@ services:

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

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

# Reverse Proxy
nginx:
image: inoeg/iris-client-nginx:1.5
image: inoeg/iris-client-nginx:1.5-latest
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 @@ -39,7 +39,7 @@ services:

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

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

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

# Proxy for inbound connections.
private-proxy:
image: inoeg/iris-client-proxy:1.5
image: inoeg/iris-client-proxy:1.5-latest
expose:
- 5545
- 8877
Expand All @@ -136,7 +136,7 @@ services:
- "com.centurylinklabs.watchtower.scope=${IRIS_CLIENT_DOMAIN}"

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

# Reverse Proxy
nginx:
image: inoeg/iris-client-nginx:1.5
image: inoeg/iris-client-nginx:1.5-latest
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.5.0-POST-RELEASE</version>
<version>1.5.1-rc.1-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.5.0-POST-RELEASE",
"version": "1.5.1-rc.1-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.5.0-POST-RELEASE</version>
<version>1.5.1-rc.1-POST-RELEASE</version>
<packaging>pom</packaging>

<name>IRIS Parent</name>
Expand Down

0 comments on commit 85f147f

Please sign in to comment.