Skip to content

Commit

Permalink
Merge pull request #6086 from zapbot/release
Browse files Browse the repository at this point in the history
Release add-on(s)
  • Loading branch information
thc202 authored Jan 10, 2025
2 parents 16a300f + a8bab19 commit b4bd534
Show file tree
Hide file tree
Showing 48 changed files with 72 additions and 48 deletions.
3 changes: 2 additions & 1 deletion addOns/client/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.10.0] - 2025-01-10
### Changed
- Update minimum ZAP version to 2.16.0.
- Maintenance changes.
Expand Down Expand Up @@ -101,6 +101,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- First version.

[0.10.0]: https://github.com/zaproxy/zap-extensions/releases/client-v0.10.0
[0.9.0]: https://github.com/zaproxy/zap-extensions/releases/client-v0.9.0
[0.8.0]: https://github.com/zaproxy/zap-extensions/releases/client-v0.8.0
[0.7.0]: https://github.com/zaproxy/zap-extensions/releases/client-v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/client/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.10.0
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/postman/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.5.0] - 2025-01-10
### Changed
- Update minimum ZAP version to 2.16.0.
- Fields with default or missing values are omitted for the `postman` job in saved Automation Framework plans.
Expand Down Expand Up @@ -31,6 +31,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- First version.

[0.5.0]: https://github.com/zaproxy/zap-extensions/releases/postman-v0.5.0
[0.4.0]: https://github.com/zaproxy/zap-extensions/releases/postman-v0.4.0
[0.3.0]: https://github.com/zaproxy/zap-extensions/releases/postman-v0.3.0
[0.2.0]: https://github.com/zaproxy/zap-extensions/releases/postman-v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/postman/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.5.0
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/pscan/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.1.0] - 2025-01-10
### Added
- Manage the passive scan related options and the scan rules (Issue 7959).
- Add passive scanner (Issue 7959).
Expand All @@ -29,4 +29,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `passiveScan-wait`
- Dynamically un/load add-on passive scan rules (Issue 7959).

[0.1.0]: https://github.com/zaproxy/zap-extensions/releases/pscan-v0.1.0
[0.0.1]: https://github.com/zaproxy/zap-extensions/releases/pscan-v0.0.1
2 changes: 1 addition & 1 deletion addOns/pscan/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.1.0
release=false
release=true
zap.maven.publish=true
zap.maven.pom.inceptionyear=2024
3 changes: 2 additions & 1 deletion addOns/pscanrules/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
## [62] - 2025-01-10
### Changed
- Update minimum ZAP version to 2.16.0.
- Updated help with specific Category identifiers for use with the Custom Payloads add-on for rules:
Expand Down Expand Up @@ -575,6 +575,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).



[62]: https://github.com/zaproxy/zap-extensions/releases/pscanrules-v62
[61]: https://github.com/zaproxy/zap-extensions/releases/pscanrules-v61
[60]: https://github.com/zaproxy/zap-extensions/releases/pscanrules-v60
[59]: https://github.com/zaproxy/zap-extensions/releases/pscanrules-v59
Expand Down
2 changes: 1 addition & 1 deletion addOns/pscanrules/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=62
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/quickstart/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
## [51] - 2025-01-10
### Added
- Stats counter to the main toolbar button (Issue 8375).

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



[51]: https://github.com/zaproxy/zap-extensions/releases/quickstart-v51
[50]: https://github.com/zaproxy/zap-extensions/releases/quickstart-v50
[49]: https://github.com/zaproxy/zap-extensions/releases/quickstart-v49
[48]: https://github.com/zaproxy/zap-extensions/releases/quickstart-v48
Expand Down
2 changes: 1 addition & 1 deletion addOns/quickstart/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=51
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/replacer/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] - 2025-01-10
### Fixed
- Typo in automation job help.
- Address misleading warning `Unrecognised parameter` for `deleteAllRules` (Issue 8764).
Expand Down Expand Up @@ -124,6 +124,7 @@ the dialogue when other match types are selected.

- First version

[20]: https://github.com/zaproxy/zap-extensions/releases/replacer-v20
[19]: https://github.com/zaproxy/zap-extensions/releases/replacer-v19
[18]: https://github.com/zaproxy/zap-extensions/releases/replacer-v18
[17]: https://github.com/zaproxy/zap-extensions/releases/replacer-v17
Expand Down
2 changes: 1 addition & 1 deletion addOns/replacer/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/reports/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.35.0] - 2025-01-10
### Added
- Stats counter to the main toolbar button (Issue 8375).
- Sequence data to JSON & HTML reports.
Expand Down Expand Up @@ -303,6 +303,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- First version.

[0.35.0]: https://github.com/zaproxy/zap-extensions/releases/reports-v0.35.0
[0.34.0]: https://github.com/zaproxy/zap-extensions/releases/reports-v0.34.0
[0.33.0]: https://github.com/zaproxy/zap-extensions/releases/reports-v0.33.0
[0.32.0]: https://github.com/zaproxy/zap-extensions/releases/reports-v0.32.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/reports/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.35.0
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/requester/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
## [7.8.0] - 2025-01-10
### Changed
- Update minimum ZAP version to 2.16.0.

Expand Down Expand Up @@ -111,6 +111,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[7.8.0]: https://github.com/zaproxy/zap-extensions/releases/requester-v7.8.0
[7.7.0]: https://github.com/zaproxy/zap-extensions/releases/requester-v7.7.0
[7.6.0]: https://github.com/zaproxy/zap-extensions/releases/requester-v7.6.0
[7.5.0]: https://github.com/zaproxy/zap-extensions/releases/requester-v7.5.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/requester/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=7.8.0
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/retest/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.11.0] - 2025-01-10
### Changed
- Update minimum ZAP version to 2.16.0.
- To handle automation class changes.
Expand Down Expand Up @@ -70,6 +70,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Allow retesting for the presence/absence of certain alerts using the Automation Framework.


[0.11.0]: https://github.com/zaproxy/zap-extensions/releases/retest-v0.11.0
[0.10.0]: https://github.com/zaproxy/zap-extensions/releases/retest-v0.10.0
[0.9.0]: https://github.com/zaproxy/zap-extensions/releases/retest-v0.9.0
[0.8.0]: https://github.com/zaproxy/zap-extensions/releases/retest-v0.8.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/retest/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.11.0
release=false
release=true
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.44.0] - 2025-01-10
### Changed
- Updated with upstream retire.js pattern changes.
- Update minimum ZAP version to 2.16.0.
Expand Down Expand Up @@ -236,6 +236,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed
- First release.

[0.44.0]: https://github.com/zaproxy/zap-extensions/releases/retire-v0.44.0
[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
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.44.0
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/reveal/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
## [9] - 2025-01-10
### Changed
- Update minimum ZAP version to 2.16.0.

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

- First release as an add-on, previously bundled with ZAP core.

[9]: https://github.com/zaproxy/zap-extensions/releases/reveal-v9
[8]: https://github.com/zaproxy/zap-extensions/releases/reveal-v8
[7]: https://github.com/zaproxy/zap-extensions/releases/reveal-v7
[6]: https://github.com/zaproxy/zap-extensions/releases/reveal-v6
Expand Down
2 changes: 1 addition & 1 deletion addOns/reveal/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=9
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/scanpolicies/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.2.0] - 2025-01-10
### Changed
- Update minimum ZAP version to 2.16.0.

Expand All @@ -21,4 +21,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- QA Full
- API

[0.2.0]: https://github.com/zaproxy/zap-extensions/releases/scanpolicies-v0.2.0
[0.1.0]: https://github.com/zaproxy/zap-extensions/releases/scanpolicies-v0.1.0
2 changes: 1 addition & 1 deletion addOns/scanpolicies/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.2.0
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/scripts/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
## [45.8.0] - 2025-01-10
### Added
- Report indirect script errors while the Automation Framework plans are running (Issue 8586).
- Standardized Policy Tags to the base Scripts Active Scanner.
Expand Down Expand Up @@ -355,6 +355,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).



[45.8.0]: https://github.com/zaproxy/zap-extensions/releases/scripts-v45.8.0
[45.7.0]: https://github.com/zaproxy/zap-extensions/releases/scripts-v45.7.0
[45.6.0]: https://github.com/zaproxy/zap-extensions/releases/scripts-v45.6.0
[45.5.0]: https://github.com/zaproxy/zap-extensions/releases/scripts-v45.5.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/scripts/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=45.8.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.32.0] - 2025-01-10
### Changed
- Update minimum ZAP version to 2.16.0.

Expand Down Expand Up @@ -275,6 +275,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.32.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.32.0
[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
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.32.0
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/sequence/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
## [8] - 2025-01-10
### Added
- Add Automation Framework jobs:
- `sequence-import` to import HARs as sequences.
Expand Down Expand Up @@ -65,5 +65,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).



[8]: https://github.com/zaproxy/zap-extensions/releases/sequence-v8
[7]: https://github.com/zaproxy/zap-extensions/releases/sequence-v7
[6]: https://github.com/zaproxy/zap-extensions/releases/sequence-v6
2 changes: 1 addition & 1 deletion addOns/sequence/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=8
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/soap/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
## [24] - 2025-01-10
### Changed
- Update minimum ZAP version to 2.16.0.
- Depend on newer version of Common Library add-on (Issue 8016).
Expand Down Expand Up @@ -174,6 +174,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- First version

[24]: https://github.com/zaproxy/zap-extensions/releases/soap-v24
[23]: https://github.com/zaproxy/zap-extensions/releases/soap-v23
[22]: https://github.com/zaproxy/zap-extensions/releases/soap-v22
[21]: https://github.com/zaproxy/zap-extensions/releases/soap-v21
Expand Down
2 changes: 1 addition & 1 deletion addOns/soap/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=24
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/spider/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.13.0] - 2025-01-10
### Changed
- Update minimum ZAP version to 2.16.0.
- Depend on newer version of Common Library add-on (Issue 8016).
Expand Down Expand Up @@ -115,6 +115,7 @@ The following table illustrates the changes versus the previous core release(s)
| | SVG image files are parsed to identify HREF attributes and extract/resolve any contained links. (Issue 4984) |
| | Irrelevant Parameters - Allows to manage the parameters that should be removed when canonicalising the URLs found. The session token names defined in the HTTP Sessions options are taken into account and removed (Issue 4388). |

[0.13.0]: https://github.com/zaproxy/zap-extensions/releases/spider-v0.13.0
[0.12.0]: https://github.com/zaproxy/zap-extensions/releases/spider-v0.12.0
[0.11.0]: https://github.com/zaproxy/zap-extensions/releases/spider-v0.11.0
[0.10.0]: https://github.com/zaproxy/zap-extensions/releases/spider-v0.10.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/spider/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version=0.13.0
release=false
release=true
zap.maven.publish=true
zap.maven.pom.inceptionyear=2022
zap.japicmp=true
Expand Down
3 changes: 2 additions & 1 deletion addOns/spiderAjax/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
## [23.22.0] - 2025-01-10
### Added
- Option to enable browser extensions added by other add-ons, previously they were always enabled but now the default is false.

Expand Down Expand Up @@ -332,6 +332,7 @@ By default it allows files with extension `.js` and `.css`.



[23.22.0]: https://github.com/zaproxy/zap-extensions/releases/spiderAjax-v23.22.0
[23.21.0]: https://github.com/zaproxy/zap-extensions/releases/spiderAjax-v23.21.0
[23.20.0]: https://github.com/zaproxy/zap-extensions/releases/spiderAjax-v23.20.0
[23.19.0]: https://github.com/zaproxy/zap-extensions/releases/spiderAjax-v23.19.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/spiderAjax/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=23.22.0
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/tips/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
## [14] - 2025-01-10
### Changed
- Update minimum ZAP version to 2.16.0.

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

- First version

[14]: https://github.com/zaproxy/zap-extensions/releases/tips-v14
[13]: https://github.com/zaproxy/zap-extensions/releases/tips-v13
[12]: https://github.com/zaproxy/zap-extensions/releases/tips-v12
[11]: https://github.com/zaproxy/zap-extensions/releases/tips-v11
Expand Down
2 changes: 1 addition & 1 deletion addOns/tips/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=14
release=false
release=true
Loading

0 comments on commit b4bd534

Please sign in to comment.