Skip to content

Commit

Permalink
Merge pull request #702 from iris-connect/release
Browse files Browse the repository at this point in the history
Release 2022-03_2
  • Loading branch information
jekutzsche authored Mar 29, 2022
2 parents 49ed1fb + 134c3e6 commit 283173e
Show file tree
Hide file tree
Showing 46 changed files with 848 additions and 708 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app-eps_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_PW }}

- name: Build and push to docker.io
uses: docker/build-push-action@v2.9.0
uses: docker/build-push-action@v2.10.0
with:
context: ./infrastructure/docker/app-eps/
tags: ${{ steps.meta.outputs.tags }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/fe-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
CYPRESS_baseUrl: http://localhost:8080/
CYPRESS_auth_username: ${{ secrets.FE_TEST_AUTH_USERNAME }}
CYPRESS_auth_password: ${{ secrets.FE_TEST_AUTH_PASSWORD }}
CYPRESS_USE_DEDICATED_TEST_USER: true
CYPRESS_TEST_RUN_ID: ${{ github.run_id }}
VUE_APP_API_BASE_URL: ${{ secrets.FE_TEST_API_BASE_URL }}
VUE_APP_ENABLE_MOCK_SERVER: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fe_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_PW }}

- name: Build and push to docker.io
uses: docker/build-push-action@v2.9.0
uses: docker/build-push-action@v2.10.0
with:
context: ./iris-client-fe/
tags: ${{ steps.meta.outputs.tags }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iris-client-eps_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_PW }}

- name: Build and push to docker.io
uses: docker/build-push-action@v2.9.0
uses: docker/build-push-action@v2.10.0
with:
context: ./infrastructure/docker/iris-client-eps/
tags: ${{ steps.meta.outputs.tags }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iris-client-proxy_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_PW }}

- name: Build and push to docker.io
uses: docker/build-push-action@v2.9.0
uses: docker/build-push-action@v2.10.0
with:
context: ./infrastructure/docker/iris-client-proxy/
tags: ${{ steps.meta.outputs.tags }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nginx_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_PW }}

- name: Build and push to docker.io
uses: docker/build-push-action@v2.9.0
uses: docker/build-push-action@v2.10.0
with:
context: ./infrastructure/docker/nginx/
tags: ${{ steps.meta.outputs.tags }}
Expand Down
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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

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


### Bug Fixes

* Updates EPS to version v0.2.6 ([2cd3a4a](https://github.com/iris-connect/iris-client/commit/2cd3a4a482255971e326414a203cd16fe1b2192a))

## [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
Loading

0 comments on commit 283173e

Please sign in to comment.