Skip to content

Commit

Permalink
Merge branch 'release/v5.18.2-2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins Agent User committed Jan 22, 2025
2 parents c995e8c + 1a22e6b commit 6a4a192
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v5.18.2-2] - 2025-01-22
### Changed
- [#33] Update Makefiles to 9.5.2
- [#35] Update base image to 3.21.0-1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN unzip /tmp/swagger-ui.zip -d /tmp && mv /tmp/swagger-ui-${SWAGGERUI_VERSION}

FROM registry.cloudogu.com/official/base:3.21.0-1
LABEL NAME="official/swaggerui" \
VERSION="5.18.2-1" \
VERSION="5.18.2-2" \
maintainer="[email protected]"

ENV SERVICE_TAGS=webapp \
Expand Down
2 changes: 2 additions & 0 deletions docs/gui/release_notes_de.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Im Folgenden finden Sie die Release Notes für das Swagger UI-Dogu.
Technische Details zu einem Release finden Sie im zugehörigen [Changelog](https://docs.cloudogu.com/de/docs/dogus/swaggerui/CHANGELOG/).
## [Unreleased]

## [v5.18.2-2] - 2025-01-22

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

## Release 5.17.14-1
Expand Down
2 changes: 2 additions & 0 deletions docs/gui/release_notes_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Below you will find the release notes for the Swagger UI Dogu.
Technical details on a release can be found in the corresponding [Changelog](https://docs.cloudogu.com/en/docs/dogus/swaggerui/CHANGELOG/).
## [Unreleased]

## [v5.18.2-2] - 2025-01-22

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

## Release 5.17.14-1
Expand Down
2 changes: 1 addition & 1 deletion dogu.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "official/swaggerui",
"Version": "5.18.2-1",
"Version": "5.18.2-2",
"DisplayName": "Swagger UI",
"Description": "Swagger UI displays your openAPI specification.",
"Logo": "https://github.com/cloudogu/swagger-ui/blob/master/src/img/logo_small.png?raw=true",
Expand Down

0 comments on commit 6a4a192

Please sign in to comment.