Skip to content

Commit 9e27521

Browse files
kahoona77cesmarvin
authored andcommitted
Merge branch 'release/v3.68.1-4'
2 parents 6e6c58f + f707a67 commit 9e27521

7 files changed

+23
-9
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [v3.68.1-4] - 2024-08-07
10+
### Changed
11+
- [#135] update base image to OpenJDK 11.0.24-1
12+
- update Alpine to 3.20.2-1
13+
14+
### Security
15+
- [#135] close CVE-2024-41110
16+
917
## [v3.68.1-3] - 2024-07-31
10-
### Changes
18+
### Changed
1119
- [#133] Create volume for local config
1220

1321
## [v3.68.1-2] - 2024-07-01

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# registry.cloudogu.com/official/nexus
2-
FROM registry.cloudogu.com/official/java:11.0.23-3 as builder
2+
FROM registry.cloudogu.com/official/java:11.0.24-1 as builder
33
LABEL maintainer="[email protected]" \
44
NAME="official/nexus" \
5-
VERSION="3.68.1-3"
5+
VERSION="3.68.1-4"
66

77
WORKDIR /build
88

@@ -59,7 +59,7 @@ RUN set -o errexit \
5959
&& cp /root/.m2/repository/org/apache/shiro/tools/shiro-tools-hasher/${SHIRO_VERSION}/shiro-tools-hasher-${SHIRO_VERSION}-cli.jar /build/shiro-tools-hasher.jar
6060

6161

62-
FROM registry.cloudogu.com/official/java:11.0.23-3
62+
FROM registry.cloudogu.com/official/java:11.0.24-1
6363

6464
ENV SERVICE_TAGS=webapp \
6565
SERVICE_ADDITIONAL_SERVICES='[{"name": "docker-registry", "port": 8082, "location": "v2", "pass": "nexus/repository/docker-registry/v2/"}]' \

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ node('vagrant') {
3737
}
3838

3939
stage('Check Markdown Links') {
40-
Markdown markdown = new Markdown(this, "3.11.0")
40+
Markdown markdown = new Markdown(this, "3.12.2")
4141
markdown.check()
4242
}
4343

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MAKEFILES_VERSION=9.1.0
2-
VERSION=3.68.1-3
2+
VERSION=3.68.1-4
33

44
.DEFAULT_GOAL:=dogu-release
55

docs/gui/release_notes_de.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Im Folgenden finden Sie die Release Notes für das Sonatype Nexus-Dogu.
44

55
Technische Details zu einem Release finden Sie im zugehörigen [Changelog](https://docs.cloudogu.com/de/docs/dogus/nexus/CHANGELOG/).
66

7+
## Release 3.68.1-4
8+
* Behebung von kritischem CVE-2024-41110 in Bibliotheksabhängigkeiten. Diese Schwachstelle konnte jedoch nicht aktiv ausgenutzt werden.
9+
710
## Release 3.68.1-3
811

912
Wir haben nur technische Änderungen vorgenommen. Näheres finden Sie in den Changelogs.
@@ -14,6 +17,6 @@ Wir haben nur technische Änderungen vorgenommen. Näheres finden Sie in den Cha
1417

1518
## Release 3.68.1-1
1619

17-
> Das Release behebt kritische Sicherheitslücken ([CVE-2024-4956](https://github.com/advisories/GHSA-6cgv-69mq-8w7x)). Ein Update ist daher empfohlen.
20+
**Das Release behebt kritische Sicherheitslücken ([CVE-2024-4956](https://github.com/advisories/GHSA-6cgv-69mq-8w7x)). Ein Update ist daher empfohlen.**
1821

1922
* Das Dogu bietet nun die Sonatype Nexus-Version 3.68.1 an. Die Release Notes von Sonatype Nexus finden Sie [hier](https://help.sonatype.com/en/sonatype-nexus-repository-3-68-0-release-notes.html).

docs/gui/release_notes_en.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Below you will find the release notes for the Sonatype Nexus Dogu.
44

55
Technical details on a release can be found in the corresponding [Changelog](https://docs.cloudogu.com/en/docs/dogus/nexus/CHANGELOG/).
66

7+
## Release 3.68.1-4
8+
* Fix of critical CVE-2024-41110 in library dependencies. This vulnerability could not be actively exploited, though.
9+
710
## Release 3.68.1-3
811

912
We have only made technical changes. You can find more details in the changelogs.
@@ -14,6 +17,6 @@ We have only made technical changes. You can find more details in the changelogs
1417

1518
## Release 3.68.1-1
1619

17-
> The release fixes critical security vulnerabilities ([CVE-2024-4956](https://github.com/advisories/GHSA-6cgv-69mq-8w7x)). An update is therefore recommended.
20+
**The release fixes critical security vulnerabilities ([CVE-2024-4956](https://github.com/advisories/GHSA-6cgv-69mq-8w7x)). An update is therefore recommended.**
1821

1922
* The Dogu now offers the Sonatype Nexus version 3.68.1. The release notes of Sonatype Nexus can be found [here](https://help.sonatype.com/en/sonatype-nexus-repository-3-68-0-release-notes.html).

dogu.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "official/nexus",
3-
"Version": "3.68.1-3",
3+
"Version": "3.68.1-4",
44
"DisplayName": "Sonatype Nexus",
55
"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.",
66
"Url": "http://www.sonatype.org/nexus",

0 commit comments

Comments
 (0)