metrics: bump version to 0.3.1-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
d426b6fe03
commit
afb48baca5
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-metrics"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-metrics (0.3.1-1) bookworm; urgency=medium
|
||||
|
||||
* metrics: url-encode influxdb 'org' and 'bucket' parameters
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Fri, 26 Apr 2024 17:34:18 +0200
|
||||
|
||||
rust-proxmox-metrics (0.3.0-1) bookworm; urgency=medium
|
||||
|
||||
* update proxmox-http to 0.9.0
|
||||
|
@ -18,9 +18,10 @@ Build-Depends: debhelper (>= 12),
|
||||
librust-serde-json-1+default-dev <!nocheck>,
|
||||
librust-tokio-1+default-dev (>= 1.6-~~) <!nocheck>,
|
||||
librust-tokio-1+net-dev (>= 1.6-~~) <!nocheck>,
|
||||
librust-tokio-1+sync-dev (>= 1.6-~~) <!nocheck>
|
||||
librust-tokio-1+sync-dev (>= 1.6-~~) <!nocheck>,
|
||||
librust-url-2+default-dev (>= 2.2-~~) <!nocheck>
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
Standards-Version: 4.6.1
|
||||
Standards-Version: 4.6.2
|
||||
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
||||
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
||||
X-Cargo-Crate: proxmox-metrics
|
||||
@ -43,15 +44,15 @@ Depends:
|
||||
librust-serde-json-1+default-dev,
|
||||
librust-tokio-1+default-dev (>= 1.6-~~),
|
||||
librust-tokio-1+net-dev (>= 1.6-~~),
|
||||
librust-tokio-1+sync-dev (>= 1.6-~~)
|
||||
librust-tokio-1+sync-dev (>= 1.6-~~),
|
||||
librust-url-2+default-dev (>= 2.2-~~)
|
||||
Provides:
|
||||
librust-proxmox-metrics+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-metrics-0-dev (= ${binary:Version}),
|
||||
librust-proxmox-metrics-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-metrics-0.3-dev (= ${binary:Version}),
|
||||
librust-proxmox-metrics-0.3+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-metrics-0.3.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-metrics-0.3.0+default-dev (= ${binary:Version})
|
||||
librust-proxmox-metrics-0.3.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-metrics-0.3.1+default-dev (= ${binary:Version})
|
||||
Description: Metrics Server export utilitites - Rust source code
|
||||
This package contains the source for the Rust proxmox-metrics crate, packaged
|
||||
by debcargo for use with cargo and dh-cargo.
|
||||
Source code for Debianized Rust crate "proxmox-metrics"
|
||||
|
Loading…
Reference in New Issue
Block a user