Skip to content

Commit 12e744d

Browse files
committed
Prepare Fluxheim 1.6.29 release
1 parent a508ae7 commit 12e744d

23 files changed

Lines changed: 65 additions & 51 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Fluxheim follows semantic versioning once `1.0.0` is released. Before `1.0.0`,
77
minor versions may still change configuration shape, feature names, and runtime
88
behavior when the change improves security or project direction.
99

10-
## 1.6.29 - 2026-06-21
10+
## 1.6.29 - 2026-06-23
1111

1212
### Changed
1313

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fluxheim"
3-
version = "1.6.28"
3+
version = "1.6.29"
44
edition = "2024"
55
rust-version = "1.96"
66
license = "EUPL-1.2"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ Official container images are published to GitHub Container Registry and Quay:
344344
- `quay.io/valkyoth/fluxheim`
345345

346346
Release tags use the same profile/OS suffixes on both registries, for example
347-
`v1.6.28-wolfi`, `v1.6.28-cache-wolfi`, `v1.6.28-proxy-wolfi`,
348-
`v1.6.28-load-balancer-wolfi`, and `v1.6.28-php-wolfi`.
347+
`v1.6.29-wolfi`, `v1.6.29-cache-wolfi`, `v1.6.29-proxy-wolfi`,
348+
`v1.6.29-load-balancer-wolfi`, and `v1.6.29-php-wolfi`.
349349

350350
Release note for `1.5.15`: the signed git tag `v1.5.15` is the canonical code
351351
tag. The GitHub Release page is published under `v1.5.15-release` because the

crates/fluxheim-cache/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fluxheim-cache"
3-
version = "1.6.28"
3+
version = "1.6.29"
44
edition = "2024"
55
rust-version = "1.96"
66
license = "EUPL-1.2"

crates/fluxheim-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fluxheim-common"
3-
version = "1.6.28"
3+
version = "1.6.29"
44
edition = "2024"
55
rust-version = "1.96"
66
license = "EUPL-1.2"

crates/fluxheim-compression/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fluxheim-compression"
3-
version = "1.6.28"
3+
version = "1.6.29"
44
edition = "2024"
55
rust-version = "1.96"
66
license = "EUPL-1.2"

crates/fluxheim-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fluxheim-config"
3-
version = "1.6.28"
3+
version = "1.6.29"
44
edition = "2024"
55
rust-version = "1.96"
66
license = "EUPL-1.2"

crates/fluxheim-geoip/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fluxheim-geoip"
3-
version = "1.6.28"
3+
version = "1.6.29"
44
edition = "2024"
55
rust-version = "1.96"
66
license = "EUPL-1.2"

crates/fluxheim-headers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fluxheim-headers"
3-
version = "1.6.28"
3+
version = "1.6.29"
44
edition = "2024"
55
rust-version = "1.96"
66
license = "EUPL-1.2"

0 commit comments

Comments
 (0)