Skip to content

Commit 71fe365

Browse files
author
semantic-release
committed
2.4.0
Automatically generated by python-semantic-release
1 parent f4eb81a commit 71fe365

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# CHANGELOG
22

3+
## v2.4.0 (2026-01-09)
4+
5+
### Ci
6+
7+
* increase pytest verbosity to -vv for better test visibility
8+
* add flask dependency to release workflow
9+
* add flask dependency to PyInstaller workflow
10+
### Documentation
11+
12+
* add objectname example for sslcert command
13+
* link to releases page instead of workflow artifacts
14+
* add information about pre-built binaries
15+
### Feature
16+
17+
* add mock NITRO API server for integration testing
18+
### Fix
19+
20+
* fix ruff linting errors
21+
* fix integration tests and command bugs
22+
### Refactor
23+
24+
* split integration tests into separate files
25+
### Style
26+
27+
* apply black code formatting
28+
### Test
29+
30+
* add nsconfig, hwinfo, debug tests
31+
* add above/below threshold command tests
332
## v2.3.1 (2026-01-09)
433

534
### Fix

check_netscaler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
using the NITRO REST API.
66
"""
77

8-
__version__ = "2.3.1"
8+
__version__ = "2.4.0"
99
__author__ = "slauger"
1010
__license__ = "MIT"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "check_netscaler"
7-
version = "2.3.1"
7+
version = "2.4.0"
88
description = "Nagios/Icinga monitoring plugin for Citrix NetScaler ADC using NITRO REST API"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)