Skip to content

Commit 6e6c58f

Browse files
kahoona77cesmarvin
authored andcommitted
Merge branch 'release/v3.68.1-3'
2 parents 691da31 + de271fc commit 6e6c58f

6 files changed

+22
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [v3.68.1-3] - 2024-07-31
10+
### Changes
11+
- [#133] Create volume for local config
12+
913
## [v3.68.1-2] - 2024-07-01
1014
### Changed
1115
- [#131] Update base image to java:11.0.23-3 to use doguctl v0.12.0

Dockerfile

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

77
WORKDIR /build
88

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-2
2+
VERSION=3.68.1-3
33

44
.DEFAULT_GOAL:=dogu-release
55

docs/gui/release_notes_de.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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-3
8+
9+
Wir haben nur technische Änderungen vorgenommen. Näheres finden Sie in den Changelogs.
10+
711
## Release 3.68.1-2
812

913
Wir haben nur technische Änderungen vorgenommen. Näheres finden Sie in den Changelogs.

docs/gui/release_notes_en.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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-3
8+
9+
We have only made technical changes. You can find more details in the changelogs.
10+
711
## Release 3.68.1-2
812

913
We have only made technical changes. You can find more details in the changelogs.

dogu.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "official/nexus",
3-
"Version": "3.68.1-2",
3+
"Version": "3.68.1-3",
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",
@@ -41,6 +41,13 @@
4141
"Owner": "1000",
4242
"Group": "1000",
4343
"NeedsBackup": true
44+
},
45+
{
46+
"Name": "localConfig",
47+
"Path": "/var/ces/config",
48+
"Owner": "1000",
49+
"Group": "1000",
50+
"NeedsBackup": true
4451
}
4552
],
4653
"ExposedCommands": [

0 commit comments

Comments
 (0)