Skip to content

Commit

Permalink
Merge pull request #6032 from zapbot/release
Browse files Browse the repository at this point in the history
Release add-on(s)
  • Loading branch information
kingthorin authored Dec 23, 2024
2 parents 757fbcd + 986586f commit 22a8808
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 10 deletions.
3 changes: 2 additions & 1 deletion addOns/commonlib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this add-on will be documented in this file.
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
## [1.29.0] - 2024-12-23
### Changed
- Dependency updates.
- Let the Value Generator add-on provide the custom values through this add-on (Issue 8016).
Expand Down Expand Up @@ -191,6 +191,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

First version.

[1.29.0]: https://github.com/zaproxy/zap-extensions/releases/commonlib-v1.29.0
[1.28.0]: https://github.com/zaproxy/zap-extensions/releases/commonlib-v1.28.0
[1.27.0]: https://github.com/zaproxy/zap-extensions/releases/commonlib-v1.27.0
[1.26.0]: https://github.com/zaproxy/zap-extensions/releases/commonlib-v1.26.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/commonlib/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version=1.29.0
release=false
release=true
zap.maven.publish=true
zap.maven.pom.inceptionyear=2020
zap.japicmp=true
Expand Down
3 changes: 2 additions & 1 deletion addOns/domxss/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this add-on will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased
## [20] - 2024-12-23
### Changed
- Address deprecation warnings with newer Selenium version (4.27).
- Include the whole HTTP message in the raised alerts.
Expand Down Expand Up @@ -132,6 +132,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## 1 - 2015-08-24


[20]: https://github.com/zaproxy/zap-extensions/releases/domxss-v20
[19]: https://github.com/zaproxy/zap-extensions/releases/domxss-v19
[18]: https://github.com/zaproxy/zap-extensions/releases/domxss-v18
[17]: https://github.com/zaproxy/zap-extensions/releases/domxss-v17
Expand Down
2 changes: 1 addition & 1 deletion addOns/domxss/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=20
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/network/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this add-on will be documented in this file.
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
## [0.19.0] - 2024-12-23
### Changed
- Configure the logging to prevent verbose log messages when using BC JSSE provider.
- Improve error handling on client's unknown CA TLS alert.
Expand Down Expand Up @@ -211,6 +211,7 @@ would not be cleared when reusing the same message.
- Options panel to manage the root CA certificate and issued certificates.
- API endpoints to configure the validity of the root CA certificate and issued certificates ([Issue 4673](https://github.com/zaproxy/zaproxy/issues/4673)).

[0.19.0]: https://github.com/zaproxy/zap-extensions/releases/network-v0.19.0
[0.18.0]: https://github.com/zaproxy/zap-extensions/releases/network-v0.18.0
[0.17.0]: https://github.com/zaproxy/zap-extensions/releases/network-v0.17.0
[0.16.0]: https://github.com/zaproxy/zap-extensions/releases/network-v0.16.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/network/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.19.0
release=false
release=true
zap.maven.publish=true
zap.maven.pom.inceptionyear=2021
3 changes: 2 additions & 1 deletion addOns/retire/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this add-on will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased
## [0.43.0] - 2024-12-23
### Fixed
- An issue that was resulting in False Positives.

Expand Down Expand Up @@ -231,6 +231,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed
- First release.

[0.43.0]: https://github.com/zaproxy/zap-extensions/releases/retire-v0.43.0
[0.42.0]: https://github.com/zaproxy/zap-extensions/releases/retire-v0.42.0
[0.41.0]: https://github.com/zaproxy/zap-extensions/releases/retire-v0.41.0
[0.40.0]: https://github.com/zaproxy/zap-extensions/releases/retire-v0.40.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/retire/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.43.0
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/selenium/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this add-on will be documented in this file.
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
## [15.31.0] - 2024-12-23
### Changed
- Update Selenium to version 4.27.0.
- Use WebDriver BiDi with Firefox.
Expand Down Expand Up @@ -271,6 +271,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Updated to Selenium 2.45 and moved to release

[15.31.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.31.0
[15.30.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.30.0
[15.29.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.29.0
[15.28.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.28.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/selenium/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=15.31.0
release=false
release=true

0 comments on commit 22a8808

Please sign in to comment.