File tree Expand file tree Collapse file tree 5 files changed +68
-44
lines changed
docs/docs/on-premises/releases Expand file tree Collapse file tree 5 files changed +68
-44
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : 2.1.0
3+ ---
4+
5+ ::: caution
6+ This release contains a critical issue affecting user logins, it is recommended to upgrade to 2.1.1
7+ :::
8+
9+ ## Release date
10+
11+ 10 July 2025
12+
13+ ## Features
14+
15+ ### OpenTelemetry support
16+
17+ - Added native [ OpenTelemetry] ( https://opentelemetry.io/ ) (OTel) instrumentation for enhanced observability in on-premise environments.
18+ - This allows you to monitor API performance, troubleshoot issues faster, and integrate PactFlow into existing observability stacks.
19+ - See the [ OpenTelemetry guide] ( /docs/on-premises-2x/observability ) for setup instructions and details.
20+
21+ ### UI updates
22+
23+ - Improved page load performance across the user interface.
24+
25+ ## Fixes
26+
27+ ### Major fixes
28+
29+ - Fixed an issue on the Application Version page caused by missing permissions in certain user roles.
30+ - Fixed a crash on the Webhooks page that occurred when creating a new webhook.
31+ - Addressed various UI bugs to improve consistency and responsiveness across screens.
32+ - Improved logging:
33+ - Downgraded repetitive log entries from ` INFO ` to ` DEBUG ` to reduce noise.
34+ - Removed overly verbose logs during normal operation.
35+
36+ ### Security fixes
37+
38+ - Upgraded dependencies in the UI for improved compatibility and security.
39+ - Updated the base Docker image to address the following CVEs:
40+
41+ - CVE-2025 -4517
42+ - CVE-2025 -4435
43+ - CVE-2025 -4330
44+ - CVE-2025 -4138
45+ - CVE-2024 -12718
46+ - CVE-2025 -4516
47+ - CVE-2025 -5987
48+ - CVE-2025 -5372
49+ - CVE-2025 -5351
50+ - CVE-2025 -5318
51+ - CVE-2025 -4878
52+ - CVE-2025 -4877
53+ - CVE-2025 -6020
54+ - CVE-2025 -1795
55+
56+ ## Migration notes
57+
58+ No migration steps are required for this
Original file line number Diff line number Diff line change @@ -6,49 +6,7 @@ title: 2.1.1
66
7717 July 2025
88
9- ## Features
10-
11- ### OpenTelemetry support
12-
13- - Added native [ OpenTelemetry] ( https://opentelemetry.io/ ) (OTel) instrumentation for enhanced observability in on-premise environments.
14- - This allows you to monitor API performance, troubleshoot issues faster, and integrate PactFlow into existing observability stacks.
15- - See the [ OpenTelemetry guide] ( /docs/on-premises-2x/observability ) for setup instructions and details.
16-
17- ### UI updates
18-
19- - Improved page load performance across the user interface.
20-
219## Fixes
2210
23- ### Major fixes
24-
25- - Fixed an issue on the Application Version page caused by missing permissions in certain user roles.
26- - Fixed a crash on the Webhooks page that occurred when creating a new webhook.
27- - Addressed various UI bugs to improve consistency and responsiveness across screens.
28- - Improved logging:
29- - Downgraded repetitive log entries from ` INFO ` to ` DEBUG ` to reduce noise.
30- - Removed overly verbose logs during normal operation.
31-
32- ### Security fixes
33-
34- - Upgraded dependencies in the UI for improved compatibility and security.
35- - Updated the base Docker image to address the following CVEs:
36-
37- - CVE-2025 -4517
38- - CVE-2025 -4435
39- - CVE-2025 -4330
40- - CVE-2025 -4138
41- - CVE-2024 -12718
42- - CVE-2025 -4516
43- - CVE-2025 -5987
44- - CVE-2025 -5372
45- - CVE-2025 -5351
46- - CVE-2025 -5318
47- - CVE-2025 -4878
48- - CVE-2025 -4877
49- - CVE-2025 -6020
50- - CVE-2025 -1795
51-
52- ## Migration notes
53-
54- No migration steps are required for this
11+ - Fixed a critical issue where certain users cannot login
12+ - Fixed an issue with the legacy UI when a custom banner interferes with navigation controls
Original file line number Diff line number Diff line change 1+ ---
2+ slug : 2025-07-17-on-premises-2.1.0
3+ title : On-premises release v2.1.0
4+ tags : [on-premises, release]
5+ ---
6+
7+ A new PactFlow on-premises release (2.1.0) is now available ([ see details] ( /docs/on-premises/releases/2.1.0 ) ).
File renamed without changes.
Original file line number Diff line number Diff line change @@ -524,6 +524,7 @@ module.exports = {
524524 items : [
525525 //on-prem-release-placeholder
526526 'docs/on-premises/releases/2.1.1' ,
527+ 'docs/on-premises/releases/2.1.0' ,
527528 "docs/on-premises/releases/2.0.0" ,
528529 "docs/on-premises/releases/1.37.0" ,
529530 "docs/on-premises/releases/1.36.0" ,
You can’t perform that action at this time.
0 commit comments