Skip to content

Commit 791676b

Browse files
prepare release v1.25.0 (#377)
* preparing release v1.25.1 Signed-off-by: Sebastian Schubert <basti@schubert.digital> * changed formatting of changelog Signed-off-by: Sebastian Schubert <basti@schubert.digital> * changed formatting of changelog agaian Signed-off-by: Sebastian Schubert <basti@schubert.digital> * added version file and fixed version to v1.25.0 Signed-off-by: Sebastian Schubert <basti@schubert.digital> --------- Signed-off-by: Sebastian Schubert <basti@schubert.digital>
1 parent 13a08d3 commit 791676b

2 files changed

Lines changed: 41 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
## v1.25.0 / 2026-03-15
2+
3+
First release after the move to the prometheus-community
4+
5+
> [!CAUTION]
6+
> [**BREAKINGCHANGE**] Rewrite BGP probes to use Prometheus state sets instead of numeric values for FortiOS 7.6 (#366)
7+
> this one will **REPLACE** the exisisting `fortigate_bgp_neighbor_ipv(4|6)_info` metric to a stateset `fortigate_bgp_neighbor_ipv(4|6)_state` impacting cardinality by +17 per bgp neighbor
8+
9+
> [!IMPORTANT]
10+
> [CHANGE] Rewrite SDN Connector Status probe to use Prometheus state sets (#368)
11+
> this one will **ADD** a stateset `fortigate_system_sdn_connector_state` impacing cardinality by +5 per sdn connector.
12+
>
13+
> **We are planning to deprecate `fortigate_system_sdn_connector_status` in a future release**
14+
15+
- [CHANGE] Rename internal version package (#375)
16+
- [CHANGE] Rename internal HTTP client package (#371)
17+
- [CHANGE] Update project license (#309); add missing license description (#376)
18+
- [CHANGE] Transfer project to Prometheus Community; update CI/CD (#312, #314, #341, #344)
19+
- [CHANGE] Update maintainers list and remove archive notice from README (#372)
20+
- [CHANGE] Refactor README for improved structure and clarity (#349)
21+
- [FEATURE] Add System HA Peer probe (#347)
22+
- [FEATURE] Add System Performance Status probe (#336)
23+
- [FEATURE] Add DNS Latency probe (#334)
24+
- [FEATURE] Add VDOM Resources probe (#338)
25+
- [FEATURE] Add Interface Transceivers probe for FortiOS 7.4+ (#332)
26+
- [FEATURE] Add System NTP Status probe (#335)
27+
- [FEATURE] Add Sensor Info probe for FortiOS 7.4+ (#331)
28+
- [FEATURE] Add Central Management Status probe (#337)
29+
- [FEATURE] Add System Global Location probe (#363)
30+
- [FEATURE] Add FortiOS 7.6 support for system status probe (#367)
31+
- [BUGFIX] Fix managed-switch API endpoint for updated FortiOS API (#324)
32+
- [ENHANCEMENT] Enable additional golangci-lint checks (#346)
33+
- [DEPENDENCY] Bump `golang.org/x/crypto` from 0.36.0 to 0.45.0 (#374)
34+
- [DEPENDENCY] Bump `github.com/prometheus/client_golang` (#339)
35+
- [DEPENDENCY] Bump `github.com/google/go-jsonnet` from 0.20.0 to 0.21.0 (#325)
36+
- [DEPENDENCY] Bump GitHub Actions dependencies (#326, #330, #352, #353, #356, #357, #360, #361, #369)
37+
38+
## v1.24.1 / 2024-01-08
39+
40+
Previous release.

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v1.25.0

0 commit comments

Comments
 (0)