Skip to content

Releases: Dannick-debug/jenkins-library

btp-v2.2

Choose a tag to compare

@Dannick-debug Dannick-debug released this 08 Jun 14:51

Full Changelog: v2.1...v2.2

btp-v2.1

Choose a tag to compare

@Dannick-debug Dannick-debug released this 08 Jun 08:27
3c3d20e

Full Changelog: v2.0...v2.1

btp-v2.0

Choose a tag to compare

@Dannick-debug Dannick-debug released this 08 Jun 07:11

Full Changelog: v1.9...v2.0

btp-v1.9

Choose a tag to compare

@Dannick-debug Dannick-debug released this 05 Jun 12:50
2e2b43e

What's Changed

Full Changelog: v1.7...v1.9

btp-v1.8

Choose a tag to compare

@Dannick-debug Dannick-debug released this 05 Jun 08:16

Full Changelog: v1.6...v1.8

btp-v1.5-exclusive

Choose a tag to compare

@Dannick-debug Dannick-debug released this 04 May 12:53
## Commit Message

```
chore: upgrade golang docker image from 1.24.0 to 1.25.0

Updated the Go Docker image used in consumer tests within
PiperGoUtils to use golang:1.25.0 instead of golang:1.24.0,
ensuring the unit-under-test binary is built with the latest
Go version.

btp-v1.4-exclusive

Choose a tag to compare

@Dannick-debug Dannick-debug released this 04 May 12:44
fix: restore full src/com/sap/piper core library

Bring back all 36 deleted Groovy classes to avoid future runtime
failures from any indirect dependency on piper core utilities.

btp-v1.3-exclusive

Choose a tag to compare

@Dannick-debug Dannick-debug released this 04 May 12:29

btp-v1.2-exclusive

Choose a tag to compare

@Dannick-debug Dannick-debug released this 04 May 12:12
build: upgrade Go base image from 1.24.0 to 1.25.0 in Dockerfile

```

**Reason:** Updates the Go base image version in the Dockerfile to leverage the latest Go 1.25.0 release, which may include performance improvements, bug fixes, and security patches.

btp-v1.1-exclusive

Choose a tag to compare

@Dannick-debug Dannick-debug released this 04 May 10:03
fix: restore missing src/ classes needed by pipeline steps

Prerequisites is used by every ABAP stage and piperStageWrapper.
API, JenkinsUtils, JsonUtils are needed by docker steps and ContainerMap.
ConfigurationMerger was missing (pre-existing gap from upstream).