Skip to content

Commit 671880a

Browse files
committed
Merge tag 'v2.0.0' into develop
v2.0.0 Heads-up: Breaking change ahead! This version changes a hardcoded repository name into a changeable repository name in the `withMavenSettings.mvnWithSettings()` part. It does default to `maven-central` though. But if the need arises to choose a different repository, the new signature looks like this: ``` withMavenSettings.mvnWithSettings nexusCredentials, cesFQDN, yourDifferentRepositoryName, mvnCallArgs ``` ### Added - new lib function for running E2E tests with pure `Selenium` without the help of `Zalenium` - This is addressable with following jenkins pipeline variable: `withSelenium` - Please note that `withSelenium` MUST receive a Docker network because several containers are started and which must communicate with each other. ### Changed - signatures for `withMavenSettings` changed slightly so the maven central mirror can be configured - helper `generateZaleniumJobName` was renamed to `generateJobName` - a delegate method keeps up the backward compatibility - Please note that the method `generateZaleniumJobName()` may be removed in future releases - `generateJobName` now uses `-` instead of `_` because of possible problems when used as DNS name ### Bugfix The release v1.2.0 introduced a defect in which the default Nexus mirror repository name was not properly set. This releases removes this defect (#9)
2 parents 207668c + 875249c commit 671880a

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [v1.2.0](https://github.com/cloudogu/zalenium-build-lib/releases/tag/v1.1.0) - 2020-02-21
7+
## [v2.0.0](https://github.com/cloudogu/zalenium-build-lib/releases/tag/v2.0.0) - 2020-02-21
8+
9+
Heads-up: Breaking change ahead!
10+
11+
This version changes a hardcoded repository name into a changeable repository name in the `withMavenSettings.mvnWithSettings()` part. It does default to `maven-central` though. But if the need arises to choose a different repository, the new signature looks like this:
12+
```
13+
withMavenSettings.mvnWithSettings nexusCredentials, cesFQDN, yourDifferentRepositoryName, mvnCallArgs
14+
```
815

916
### Added
1017
- new lib function for running E2E tests with pure `Selenium` without the help of `Zalenium`
@@ -18,6 +25,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1825
- Please note that the method `generateZaleniumJobName()` may be removed in future releases
1926
- `generateJobName` now uses `-` instead of `_` because of possible problems when used as DNS name
2027

28+
### Bugfix
29+
30+
The release v1.2.0 introduced a defect in which the default Nexus mirror repository name was not properly set. This releases removes this defect (#9)
31+
32+
## [v1.2.0](https://github.com/cloudogu/zalenium-build-lib/releases/tag/v1.1.0) - 2020-02-21
33+
34+
This release contains breaking changes and should not be used. Instead use the release v2.0.0
35+
2136
## [v1.1.0](https://github.com/cloudogu/zalenium-build-lib/releases/tag/v1.1.0) - 2019-09-18
2237

2338
### Added

0 commit comments

Comments
 (0)