You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
3
+
4
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+
## [3.19.1-1] - 2019-12-09
8
+
### Changed
9
+
- Changed Nexus version from 3.18.1 to 3.19.1
10
+
- Changed Java version in Dockerfile to 8u222-1
11
+
12
+
### Added
13
+
- Added docker health check
14
+
- Add a start-up check whether the minimum number of CPU cores is reached (#36)
15
+
- Starting with [Nexus Repository Manager 3.17](https://issues.sonatype.org/secure/ReleaseNote.jspa?projectId=10001&version=17890) a minimum number of 4 CPU cores is enforced, otherwise the Repository Manager is no longer guaranteed to work.
16
+
- The added check adds a new healthy state during the Dogu start-up in order to provide a better visibility of the originating problem.
17
+
- You can check for the health with the CES command `cesapp healthy nexus`
Copy file name to clipboardExpand all lines: dogu.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"Name": "official/nexus",
3
-
"Version": "3.18.1-2",
3
+
"Version": "3.19.1-1",
4
4
"DisplayName": "Sonatype Nexus",
5
5
"Description": "The Nexus Repository is like the local warehouse where all of the parts and finished goods used in your software supply chain are stored and distributed.",
0 commit comments