Skip to content

Commit bf0e4bb

Browse files
chore(release): 1.5.0-rc.2 [skip ci]
# [1.5.0-rc.2](v1.5.0-rc.1...v1.5.0-rc.2) (2022-03-14) ### Features * **Docker Compose:** Adds scope labels to the services in the Docker Compose file to avoid conflicts with possibly existing other instances of Watchtower on the same Docker host. ([499267f](499267f)), closes [#666](#666)
1 parent e60676f commit bf0e4bb

File tree

7 files changed

+14
-7
lines changed

7 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
# [1.5.0-rc.2](https://github.com/iris-connect/iris-client/compare/v1.5.0-rc.1...v1.5.0-rc.2) (2022-03-14)
4+
5+
6+
### Features
7+
8+
* **Docker Compose:** Adds scope labels to the services in the Docker Compose file to avoid conflicts with possibly existing other instances of Watchtower on the same Docker host. ([499267f](https://github.com/iris-connect/iris-client/commit/499267f05d61e74a0100649be80863a0bb508563)), closes [#666](https://github.com/iris-connect/iris-client/issues/666)
9+
310
# [1.5.0-rc.1](https://github.com/iris-connect/iris-client/compare/v1.4.1...v1.5.0-rc.1) (2022-03-09)
411

512

FE-THIRD-PARTY-LICENSES-DEV.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ invert-kv@2.0.0 | MIT | https://github.com/sindresorhus/invert-kv
559559
ip@1.1.5 | MIT | https://github.com/indutny/node-ip
560560
ipaddr.js@1.9.1 | MIT | https://github.com/whitequark/ipaddr.js
561561
ipaddr.js@2.0.1 | MIT | https://github.com/whitequark/ipaddr.js
562-
iris-client-frontend@1.5.0-rc.1-POST-RELEASE | UNLICENSED |
562+
iris-client-frontend@1.5.0-rc.2-POST-RELEASE | UNLICENSED |
563563
is-absolute-url@3.0.3 | MIT | https://github.com/sindresorhus/is-absolute-url
564564
is-arguments@1.1.1 | MIT | https://github.com/inspect-js/is-arguments
565565
is-arrayish@0.2.1 | MIT | https://github.com/qix-/node-is-arrayish

FE-THIRD-PARTY-LICENSES-PROD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ deepmerge@4.2.2 | MIT | https://github.com/TehShrike/deepmerge
1515
exit-on-epipe@1.0.1 | Apache-2.0 | https://github.com/SheetJS/node-exit-on-epipe
1616
follow-redirects@1.14.8 | MIT | https://github.com/follow-redirects/follow-redirects
1717
frac@1.1.2 | Apache-2.0 | https://github.com/SheetJS/frac
18-
iris-client-frontend@1.5.0-rc.1-POST-RELEASE | UNLICENSED |
18+
iris-client-frontend@1.5.0-rc.2-POST-RELEASE | UNLICENSED |
1919
lodash@4.17.21 | MIT | https://github.com/lodash/lodash
2020
printj@1.2.3 | Apache-2.0 | https://github.com/SheetJS/printj
2121
printj@1.3.0 | Apache-2.0 | https://github.com/SheetJS/printj

iris-client-bff/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</parent>
1313
<groupId>iris-gateway</groupId>
1414
<artifactId>iris-client-bff</artifactId>
15-
<version>1.5.0-rc.1-POST-RELEASE</version>
15+
<version>1.5.0-rc.2-POST-RELEASE</version>
1616
<name>IRIS Client Backend for Frontend</name>
1717
<description>Backend for frontend (BFF) of the client for the health departments. Communicates directly with the SORMAS of this department.</description>
1818
<licenses>

iris-client-fe/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iris-client-fe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iris-client-frontend",
3-
"version": "1.5.0-rc.1-POST-RELEASE",
3+
"version": "1.5.0-rc.2-POST-RELEASE",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>iris-gateway</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.5.0-rc.1-POST-RELEASE</version>
10+
<version>1.5.0-rc.2-POST-RELEASE</version>
1111
<packaging>pom</packaging>
1212

1313
<name>IRIS Parent</name>

0 commit comments

Comments
 (0)