Releases: jenkinsci/htmlpublisher-plugin
Releases Β· jenkinsci/htmlpublisher-plugin
1.28
π Bug fixes
- Bugfix: Replace all occurrences of %2F with slashes in file names (#146) @PatrickHess
π¦ Dependency updates
- Bump bom-2.289.x from 966.v3857b7c82032 to 1008.vb9e22885c9cf (#144) @dependabot
- Bump actions/checkout from 2.3.5 to 2.4.0 (#142) @dependabot
- Bump plugin from 4.29 to 4.31 (#145) @dependabot
π» Maintenance
1.27
π Bug fixes
- Fixed handling of slashes in html filename (JENKINS-66929 - ) (#138) @sharkister
π¦ Dependency updates
- Bump plugin from 4.27 to 4.29 (#135) @dependabot
- Bump actions/checkout from 2.3.4 to 2.3.5 (#137) @dependabot
π» Maintenance
1.26
- JENKINS-65028 - URL encode the html file name (#108) @hzh
π¦ Dependency updates
- Bump matrix-project from 1.18 to 1.19 (#122) @dependabot
- Bump plugin from 4.24 to 4.27 (#132) @dependabot
- Bump actions/setup-java from 2.3.0 to 2.3.1 (#133) @dependabot
- Bump actions/setup-java from 2.1.0 to 2.3.0 (#129) @dependabot
- Bump actions/setup-java from 1 to 2.1.0 (#119) @dependabot
- Bump plugin from 4.19 to 4.24 (#127) @dependabot
- Bump annotation-indexer from 1.14 to 1.15 (#125) @dependabot
- Bump plugin from 4.16 to 4.19 (#121) @dependabot
- Bump actions/cache from 2.1.4 to 2.1.6 (#120) @dependabot
- Bump bridge-method-annotation from 1.18 to 1.21 (#118) @dependabot
- Bump actions/checkout from 2 to 2.3.4 (#117) @dependabot
- Bump release-drafter/release-drafter from 5.14.0 to 5.15.0 (#115) @dependabot
- Bump plugin from 4.13 to 4.16 (#105) @dependabot
- Bump release-drafter/release-drafter from v5.12.1 to v5.14.0 (#107) @dependabot
- Bump actions/cache from v2.1.3 to v2.1.4 (#106) @dependabot
1.25
1.24
π New features and improvements
π¦ Dependency updates
- Bump plugin from 4.8 to 4.13 (#96) @dependabot
- Bump mockito-core from 3.4.4 to 3.6.0 (#93) @dependabot
- Bump matrix-project from 1.17 to 1.18 (#87) @dependabot
- Bump encoder from 1.2.2 to 1.2.3 (#97) @dependabot
- Bump actions/cache from v2.1.2 to v2.1.3 (#98) @dependabot
- Bump actions/cache from v1 to v2.1.2 (#94) @dependabot
- Bump release-drafter/release-drafter from v5.11.0 to v5.12.1 (#95) @dependabot
- Use newer parent and jenkins-test-harness (#86) @jglick
- Bump matrix-project from 1.16 to 1.17 (#67) @dependabot
- Bump mockito-core from 3.3.0 to 3.4.4 (#69) @dependabot
- Bump bridge-method-annotation from 1.14 to 1.18 (#65) @dependabot
- Bump maven-release-plugin from 2.5 to 2.5.3 (#64) @dependabot
- Bump gmavenplus-plugin from 1.8.1 to 1.9.0 (#60) @dependabot
- Bump annotation-indexer from 1.13 to 1.14 (#59) @dependabot
- Bump matrix-project from 1.11 to 1.16 (#61) @dependabot
- Bump bom-2.164.x from 4 to 10 (#58) @dependabot
- Bump plugin from 4.1 to 4.4 (#63) @dependabot
π» Maintenance
- Fix JENKINS-62789 - Revert to unforked version of repeatableProperty (#99) @rbywater
- Delete unused gmavenplus-plugin (#76) @jglick
1.23
π Bug Fixes
- Fix JENKINS-61911 - (#56) @rbywater
π» Maintenance
- update dependencies and added a missing Javadoc string (#54) @StefanSpieker
- Fix build configs (#57) @rbywater
- JENKINS-58028 - change gmaven to gmavenplus (#42) @bitwiseman
1.22
π₯ Breaking changes
π New features and improvements
π» Maintenance
- Migrate HTML Publisher Wiki content to README & CHANGELOG files (#51) @rbywater & @StefanSpieker
- Minor code improvements (#53) @StefanSpieker
htmlpublisher-1.21
π Bug Fixes
- Fixes an XSS Vulnerability recorded under SECURITY-1590 / CVE-2019-10432
htmlpublisher-1.20
htmlpublisher-1.19
π New features and improvements
- Enable use of Ant style wildcards for index files (#43) @carlosgv87
π¦ Internal changes
- simplified code and removed unused imports (#45) @StefanSpieker
- Add Release Drafter config (#44) @rbywater
- Cleanup code and improve logging (#41) @pmouawad
- used diamond operator and try with resources (#34) @StefanSpieker