Skip to content

Commit

Permalink
Merge pull request #5795 from zapbot/release
Browse files Browse the repository at this point in the history
Release add-on(s)
  • Loading branch information
thc202 authored Oct 7, 2024
2 parents 81a5b71 + cfe238a commit 95cbb94
Show file tree
Hide file tree
Showing 20 changed files with 30 additions and 20 deletions.
3 changes: 2 additions & 1 deletion addOns/alertFilters/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
## [22] - 2024-10-07
### Fixed
- Handle deleted alerts gracefully.

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

- First version

[22]: https://github.com/zaproxy/zap-extensions/releases/alertFilters-v22
[21]: https://github.com/zaproxy/zap-extensions/releases/alertFilters-v21
[20]: https://github.com/zaproxy/zap-extensions/releases/alertFilters-v20
[19]: https://github.com/zaproxy/zap-extensions/releases/alertFilters-v19
Expand Down
2 changes: 1 addition & 1 deletion addOns/alertFilters/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=22
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/automation/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-10-07
### Fixed
- Handle exceptions while running jobs.

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

- First version.

[0.43.0]: https://github.com/zaproxy/zap-extensions/releases/automation-v0.43.0
[0.42.0]: https://github.com/zaproxy/zap-extensions/releases/automation-v0.42.0
[0.41.0]: https://github.com/zaproxy/zap-extensions/releases/automation-v0.41.0
[0.40.1]: https://github.com/zaproxy/zap-extensions/releases/automation-v0.40.1
Expand Down
2 changes: 1 addition & 1 deletion addOns/automation/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/dev/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.7.0] - 2024-10-07
### Added
- Extra protected pages to simple-json-cookie to ensure spidering really works.
- Sequence performance test.
Expand Down Expand Up @@ -58,6 +58,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- First version.

[0.7.0]: https://github.com/zaproxy/zap-extensions/releases/dev-v0.7.0
[0.6.0]: https://github.com/zaproxy/zap-extensions/releases/dev-v0.6.0
[0.5.0]: https://github.com/zaproxy/zap-extensions/releases/dev-v0.5.0
[0.4.0]: https://github.com/zaproxy/zap-extensions/releases/dev-v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/dev/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.7.0
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/diff/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
## [16] - 2024-10-07
### Updated
- Add-on help content.

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

- First version.

[16]: https://github.com/zaproxy/zap-extensions/releases/diff-v16
[15]: https://github.com/zaproxy/zap-extensions/releases/diff-v15
[14]: https://github.com/zaproxy/zap-extensions/releases/diff-v14
[13]: https://github.com/zaproxy/zap-extensions/releases/diff-v13
Expand Down
2 changes: 1 addition & 1 deletion addOns/diff/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=16
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/exim/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.12.0] - 2024-10-07
### Changed
- Improved HTTP 1.1 traffic detection in PCAP files

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

- First release.

[0.12.0]: https://github.com/zaproxy/zap-extensions/releases/exim-v0.12.0
[0.11.0]: https://github.com/zaproxy/zap-extensions/releases/exim-v0.11.0
[0.10.0]: https://github.com/zaproxy/zap-extensions/releases/exim-v0.10.0
[0.9.0]: https://github.com/zaproxy/zap-extensions/releases/exim-v0.9.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/exim/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.12.0
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/fuzz/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
## [13.14.0] - 2024-10-07
### Changed
- Maintenance changes.
- Replace library used for regex payload generation, to address performance and compatibility issues.
Expand Down Expand Up @@ -215,6 +215,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- First version.

[13.14.0]: https://github.com/zaproxy/zap-extensions/releases/fuzz-v13.14.0
[13.13.0]: https://github.com/zaproxy/zap-extensions/releases/fuzz-v13.13.0
[13.12.0]: https://github.com/zaproxy/zap-extensions/releases/fuzz-v13.12.0
[13.11.0]: https://github.com/zaproxy/zap-extensions/releases/fuzz-v13.11.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/fuzz/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=13.14.0
release=false
release=true
zap.maven.publish=true
zap.maven.pom.inceptionyear=2015
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
## [19] - 2024-10-07
### Changed
- Update ZAP API endpoint description.

Expand Down Expand Up @@ -115,6 +115,7 @@ the dialogue when other match types are selected.

- First version

[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
[16]: https://github.com/zaproxy/zap-extensions/releases/replacer-v16
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=19
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.34.0] - 2024-10-07
### Changed
- Checkmarx rebrand.

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

- First version.

[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
[0.31.0]: https://github.com/zaproxy/zap-extensions/releases/reports-v0.31.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.34.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.41.0] - 2024-10-07
### Changed
- Performance improvements (Issue 8659).
- Updated with upstream retire.js pattern changes.
Expand Down Expand Up @@ -217,6 +217,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed
- First release.

[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
[0.39.0]: https://github.com/zaproxy/zap-extensions/releases/retire-v0.39.0
[0.38.0]: https://github.com/zaproxy/zap-extensions/releases/retire-v0.38.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.41.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.7.0] - 2024-10-07
### Fixed
- Reuse script cache for all passive scan threads to avoid recompilation of Passive Rules scripts.
- Address a concurrency issue when using Graal.js Passive Rules scripts as first-class scan rules.
Expand Down Expand Up @@ -340,6 +340,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.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
[45.4.0]: https://github.com/zaproxy/zap-extensions/releases/scripts-v45.4.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.7.0
release=false
release=true

0 comments on commit 95cbb94

Please sign in to comment.