Skip to content

Commit

Permalink
[#198] Bumb Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Bergen committed Jan 27, 2025
1 parent e6a3b4b commit 5f79c3a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ 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]
- Upgrade Jenkins to 2.479.3; #198

## [v2.479.2-2] - 2025-01-22
### Changed
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ ENV JENKINS_HOME=/var/lib/jenkins \
SERVICE_8080_TAGS="webapp" \
SERVICE_8080_NAME="jenkins" \
# jenkins version
JENKINS_VERSION=2.479.2 \
JENKINS_VERSION=2.479.3 \
# SHA as of https://updates.jenkins.io/download/war/ for JENKINS_VERSION
SHA256_JENKINS_WAR="177c2c033f0d3ae4148e601d0fdada60112d83f250521f3a0a0fd97cbb138dbd" \
SHA256_JENKINS_WAR="304c8592860d5b03dec27c96b5e89ec58fc744f78161c53f7a344a0bf7ce9203" \
# glibc for alpine version
GLIBC_VERSION=2.35-r1 \
SHA256_GLIB_APK="276f43ce9b2d5878422bca94ca94e882a7eb263abe171d233ac037201ffcaf06" \
Expand Down
1 change: 1 addition & 0 deletions docs/gui/release_notes_de.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Im Folgenden finden Sie die Release Notes für das Jenkins-Dogu.
Technische Details zu einem Release finden Sie im zugehörigen [Changelog](https://docs.cloudogu.com/de/docs/dogus/jenkins/CHANGELOG/).

## [Unreleased]
* Das Dogu bietet nun die Jenkins-Version 2.479.3 an. Die Release Notes von Jenkins finden Sie [hier](https://www.jenkins.io/changelog-stable/2.479.3/).

## [v2.479.2-2] - 2025-01-22
* Das CAS-Plugin muss nun mindestens die Version 1.7.0 haben.
Expand Down
1 change: 1 addition & 0 deletions docs/gui/release_notes_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Below you will find the release notes for the Jenkins Dogu.
Technical details on a release can be found in the corresponding [Changelog](https://docs.cloudogu.com/en/docs/dogus/jenkins/CHANGELOG/).

## [Unreleased]
* The Dogu now provides the Jenkins version 2.479.3. You can find the Jenkins release notes [here](https://www.jenkins.io/changelog-stable/2.479.3/).

## [v2.479.2-2] - 2025-01-22
* The CAS-Plugin has to be at least version 1.7.0.
Expand Down

0 comments on commit 5f79c3a

Please sign in to comment.