Skip to content

Commit 4961ab5

Browse files
authored
Release 1.4.4 - Update libs (#38)
1 parent ee1605f commit 4961ab5

File tree

4 files changed

+44
-39
lines changed

4 files changed

+44
-39
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.4.3 release (2024-02-17)
2+
3+
* Update libraries (deps).
4+
* Update version of docker image use in Collection.
5+
16
## 1.4.3 release (2023-12-23)
27

38
* Update libraries (deps).

cli/Cargo.lock

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[package]
22
name = "dctl"
3-
version = "1.4.3"
3+
version = "1.4.4"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
tokio = { version = "1.35.1", features = ["full"] }
10-
async-trait = { version = "0.1.75" }
11-
eyre = { version = "0.6.11" }
12-
clap = { version = "4.4.11", features = ["cargo"] }
13-
clap_complete = { version = "4.4.4" }
9+
tokio = { version = "1.36.0", features = ["full"] }
10+
async-trait = { version = "0.1.77" }
11+
eyre = { version = "0.6.12" }
12+
clap = { version = "4.5.1", features = ["cargo"] }
13+
clap_complete = { version = "4.5.1" }
1414
toml = { version = "0.8.8" }
1515
dotenv = { version = "0.15.0" }
1616
serde = { version = "1.0.193", features = ["derive"] }

collection/.env.dist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ MYSQL_USER=stack
3030
MYSQL_PASSWORD=stack
3131

3232
# Loki
33-
LOKI_VERSION=2.9.3
34-
PROMTAIL_VERSION=2.9.3
33+
LOKI_VERSION=2.9.4
34+
PROMTAIL_VERSION=2.9.4
3535

3636
# Rsyslog
3737
RSYSLOG_VERSION=latest
3838

3939
# Grafana
40-
GRAFANA_VERSION=10.2.3
40+
GRAFANA_VERSION=10.2.4
4141

4242
# Portainer
4343
PORTAINER_VERSION=latest

0 commit comments

Comments
 (0)