Skip to content

Commit

Permalink
Merge pull request #5000 from zapbot/release
Browse files Browse the repository at this point in the history
Release add-on(s)
  • Loading branch information
thc202 authored Oct 12, 2023
2 parents e267da5 + 43319fe commit b678b74
Show file tree
Hide file tree
Showing 28 changed files with 42 additions and 28 deletions.
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.8.0] - 2023-10-12
### Changed
- Update minimum ZAP version to 2.14.0.

Expand Down Expand Up @@ -55,6 +55,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.8.0]: https://github.com/zaproxy/zap-extensions/releases/retest-v0.8.0
[0.7.0]: https://github.com/zaproxy/zap-extensions/releases/retest-v0.7.0
[0.6.0]: https://github.com/zaproxy/zap-extensions/releases/retest-v0.6.0
[0.5.0]: https://github.com/zaproxy/zap-extensions/releases/retest-v0.5.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.8.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.26.0] - 2023-10-12
### Changed
- Update minimum ZAP version to 2.14.0.
- Updated with upstream retire.js pattern changes.
Expand Down Expand Up @@ -151,6 +151,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed
- First release.

[0.26.0]: https://github.com/zaproxy/zap-extensions/releases/retire-v0.26.0
[0.25.0]: https://github.com/zaproxy/zap-extensions/releases/retire-v0.25.0
[0.24.0]: https://github.com/zaproxy/zap-extensions/releases/retire-v0.24.0
[0.23.0]: https://github.com/zaproxy/zap-extensions/releases/retire-v0.23.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.26.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
## [7] - 2023-10-12
### Changed
- Update minimum ZAP version to 2.14.0.

Expand Down Expand Up @@ -37,6 +37,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.

[7]: https://github.com/zaproxy/zap-extensions/releases/reveal-v7
[6]: https://github.com/zaproxy/zap-extensions/releases/reveal-v6
[5]: https://github.com/zaproxy/zap-extensions/releases/reveal-v5
[4]: https://github.com/zaproxy/zap-extensions/releases/reveal-v4
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=7
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
## [42] - 2023-10-12
### Changed
- Update minimum ZAP version to 2.14.0.

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



[42]: https://github.com/zaproxy/zap-extensions/releases/scripts-v42
[41]: https://github.com/zaproxy/zap-extensions/releases/scripts-v41
[40]: https://github.com/zaproxy/zap-extensions/releases/scripts-v40
[39]: https://github.com/zaproxy/zap-extensions/releases/scripts-v39
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=42
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.15.0] - 2023-10-12
### Changed
- Update Selenium to version 4.14.0.
- Update minimum ZAP version to 2.14.0.
Expand Down Expand Up @@ -190,6 +190,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.15.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.15.0
[15.14.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.14.0
[15.13.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.13.0
[15.12.1]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.12.1
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.15.0
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
## [20] - 2023-10-12
### Changed
- Update minimum ZAP version to 2.14.0.

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

- First version

[20]: https://github.com/zaproxy/zap-extensions/releases/soap-v20
[19]: https://github.com/zaproxy/zap-extensions/releases/soap-v19
[18]: https://github.com/zaproxy/zap-extensions/releases/soap-v18
[17]: https://github.com/zaproxy/zap-extensions/releases/soap-v17
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=20
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.7.0] - 2023-10-12
### Changed
- Update minimum ZAP version to 2.14.0.
- Maintenance changes.
Expand Down Expand Up @@ -67,6 +67,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.7.0]: https://github.com/zaproxy/zap-extensions/releases/spider-v0.7.0
[0.6.0]: https://github.com/zaproxy/zap-extensions/releases/spider-v0.6.0
[0.5.0]: https://github.com/zaproxy/zap-extensions/releases/spider-v0.5.0
[0.4.0]: https://github.com/zaproxy/zap-extensions/releases/spider-v0.4.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.7.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.17.0] - 2023-10-12
### Changed
- Update minimum ZAP version to 2.14.0.

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



[23.17.0]: https://github.com/zaproxy/zap-extensions/releases/spiderAjax-v23.17.0
[23.16.0]: https://github.com/zaproxy/zap-extensions/releases/spiderAjax-v23.16.0
[23.15.0]: https://github.com/zaproxy/zap-extensions/releases/spiderAjax-v23.15.0
[23.14.1]: https://github.com/zaproxy/zap-extensions/releases/spiderAjax-v23.14.1
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.17.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
## [12] - 2023-10-12
### Changed
- Update minimum ZAP version to 2.14.0.
- Maintenance changes.
Expand Down Expand Up @@ -64,6 +64,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- First version

[12]: https://github.com/zaproxy/zap-extensions/releases/tips-v12
[11]: https://github.com/zaproxy/zap-extensions/releases/tips-v11
[10]: https://github.com/zaproxy/zap-extensions/releases/tips-v10
[9]: https://github.com/zaproxy/zap-extensions/releases/tips-v9
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=12
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/webdrivers/webdriverlinux/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
## [64] - 2023-10-12
### Changed
- Update ChromeDriver to 118.0.5993.70.
- Update minimum ZAP version to 2.14.0.
Expand Down Expand Up @@ -293,6 +293,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- First release: Firefox v0.13.0 Chrome v2.27

[64]: https://github.com/zaproxy/zap-extensions/releases/webdriverlinux-v64
[63]: https://github.com/zaproxy/zap-extensions/releases/webdriverlinux-v63
[62]: https://github.com/zaproxy/zap-extensions/releases/webdriverlinux-v62
[61]: https://github.com/zaproxy/zap-extensions/releases/webdriverlinux-v61
Expand Down
2 changes: 1 addition & 1 deletion addOns/webdrivers/webdriverlinux/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=64
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/webdrivers/webdrivermacos/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
## [64] - 2023-10-12
### Changed
- Update ChromeDriver to 118.0.5993.70.
- Update minimum ZAP version to 2.14.0.
Expand Down Expand Up @@ -293,6 +293,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- First release: Firefox v0.13.0 Chrome v2.27

[64]: https://github.com/zaproxy/zap-extensions/releases/webdrivermacos-v64
[63]: https://github.com/zaproxy/zap-extensions/releases/webdrivermacos-v63
[62]: https://github.com/zaproxy/zap-extensions/releases/webdrivermacos-v62
[61]: https://github.com/zaproxy/zap-extensions/releases/webdrivermacos-v61
Expand Down
2 changes: 1 addition & 1 deletion addOns/webdrivers/webdrivermacos/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=64
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/webdrivers/webdriverwindows/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
## [64] - 2023-10-12
### Changed
- Update ChromeDriver to 118.0.5993.70.
- Update minimum ZAP version to 2.14.0.
Expand Down Expand Up @@ -296,6 +296,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- First release: Firefox v0.13.0 Chrome v2.27 IE 3.0.0

[64]: https://github.com/zaproxy/zap-extensions/releases/webdriverwindows-v64
[63]: https://github.com/zaproxy/zap-extensions/releases/webdriverwindows-v63
[62]: https://github.com/zaproxy/zap-extensions/releases/webdriverwindows-v62
[61]: https://github.com/zaproxy/zap-extensions/releases/webdriverwindows-v61
Expand Down
2 changes: 1 addition & 1 deletion addOns/webdrivers/webdriverwindows/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=64
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/websocket/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
## [30] - 2023-10-12
### Changed
- Update minimum ZAP version to 2.14.0.
- Maintenance changes.
Expand Down Expand Up @@ -218,6 +218,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).



[30]: https://github.com/zaproxy/zap-extensions/releases/websocket-v30
[29]: https://github.com/zaproxy/zap-extensions/releases/websocket-v29
[28]: https://github.com/zaproxy/zap-extensions/releases/websocket-v28
[27]: https://github.com/zaproxy/zap-extensions/releases/websocket-v27
Expand Down
2 changes: 1 addition & 1 deletion addOns/websocket/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=30
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/zest/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
## [42] - 2023-10-12
### Changed
- Update minimum ZAP version to 2.14.0.
- Update Zest library to 0.20.0:
Expand Down Expand Up @@ -307,6 +307,7 @@ Sender scripts. (Issue 5590)

- Updated for 2.1.0

[42]: https://github.com/zaproxy/zap-extensions/releases/zest-v42
[41]: https://github.com/zaproxy/zap-extensions/releases/zest-v41
[40]: https://github.com/zaproxy/zap-extensions/releases/zest-v40
[39]: https://github.com/zaproxy/zap-extensions/releases/zest-v39
Expand Down
2 changes: 1 addition & 1 deletion addOns/zest/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=42
release=false
release=true

0 comments on commit b678b74

Please sign in to comment.