Skip to content

Commit

Permalink
chore: Bump version to 1.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolai Buchwitz <nb+github@tipi-net.de>
  • Loading branch information
nbuchwitz committed Feb 16, 2025
1 parent 4484023 commit e035be5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions check_pve.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

# ------------------------------------------------------------------------------
# check_pve.py - A check plugin for Proxmox Virtual Environment (PVE).
# Copyright (C) 2018-2024 Nicolai Buchwitz <nb@tipi-net.de>
# Copyright (C) 2018-2025 Nicolai Buchwitz <nb@tipi-net.de>
#
# Version: 1.4.0
# Version: 1.5.0
#
# ------------------------------------------------------------------------------
# This program is free software; you can redistribute it and/or
Expand Down Expand Up @@ -139,7 +139,7 @@ def __init__(self, message: str, rc: int) -> None:
class CheckPVE:
"""Check command for Proxmox VE."""

VERSION = "1.3.0"
VERSION = "1.5.0"
API_URL = "https://{hostname}:{port}/api2/json/{command}"
UNIT_SCALE = {
"GB": 10**9,
Expand Down

0 comments on commit e035be5

Please sign in to comment.