Skip to content

Commit

Permalink
chore(release): 1.3.0-rc.3 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0-rc.3](v1.3.0-rc.2...v1.3.0-rc.3) (2022-02-01)

### Bug Fixes

* Changes the certificate paths to the new schema introduced with new EPS. ([6772bdc](6772bdc))

### Features

* **Standalone installation:** Provides a script to check and import the now required root certificates to the key store of the used Java installation. This script runs together with 'start-iris-client-bff.sh'. ([ed691f8](ed691f8)), closes [iris-connect/iris-backlog#226](https://github.com/iris-connect/iris-backlog/issues/226) [#586](#586)
  • Loading branch information
semantic-release-bot committed Feb 1, 2022
1 parent d779920 commit 1d4b90f
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

# [1.3.0-rc.3](https://github.com/iris-connect/iris-client/compare/v1.3.0-rc.2...v1.3.0-rc.3) (2022-02-01)


### Bug Fixes

* Changes the certificate paths to the new schema introduced with new EPS. ([6772bdc](https://github.com/iris-connect/iris-client/commit/6772bdc8c98939a0684e890946232ffa399d929c))


### Features

* **Standalone installation:** Provides a script to check and import the now required root certificates to the key store of the used Java installation. This script runs together with 'start-iris-client-bff.sh'. ([ed691f8](https://github.com/iris-connect/iris-client/commit/ed691f8ee801e59601cfbb13fbfaca68012b78a8)), closes [iris-connect/iris-backlog#226](https://github.com/iris-connect/iris-backlog/issues/226) [#586](https://github.com/iris-connect/iris-client/issues/586)

# [1.3.0-rc.2](https://github.com/iris-connect/iris-client/compare/v1.3.0-rc.1...v1.3.0-rc.2) (2022-01-26)


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 @@ -558,7 +558,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].2-POST-RELEASE | UNLICENSED |
[email protected].3-POST-RELEASE | 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 @@ -16,7 +16,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].2-POST-RELEASE | UNLICENSED |
[email protected].3-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 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.3.0-rc.2-POST-RELEASE</version>
<version>1.3.0-rc.3-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.3.0-rc.2-POST-RELEASE",
"version": "1.3.0-rc.3-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.3.0-rc.2-POST-RELEASE</version>
<version>1.3.0-rc.3-POST-RELEASE</version>
<packaging>pom</packaging>

<name>IRIS Parent</name>
Expand Down

0 comments on commit 1d4b90f

Please sign in to comment.