Skip to content

Commit afed833

Browse files
chore(main): release 0.6.2 (#22)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1159b23 commit afed833

5 files changed

Lines changed: 13 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.1"
2+
".": "0.6.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/) —
77
with the pre-1.0 caveat that minor version bumps may carry breaking changes
88
(protocol/metric shape changes), called out explicitly below.
99

10+
## [0.6.2](https://github.com/CharlieSu/unifand/compare/v0.6.1...v0.6.2) (2026-08-25)
11+
12+
13+
### Bug Fixes
14+
15+
* **build:** sync Rust pins and release image-affecting dep updates ([1159b23](https://github.com/CharlieSu/unifand/commit/1159b2337c4c48ed7cf0778f239a298fdbe56f18))
16+
1017
## [0.6.1](https://github.com/CharlieSu/unifand/compare/v0.6.0...v0.6.1) (2026-08-19)
1118

1219

Cargo.lock

Lines changed: 1 addition & 1 deletion
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 = "unifand"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
edition = "2021"
55
# Tracks the pinned toolchain exactly (mise.toml, Dockerfile, ci.yaml) via
66
# renovate.json5's "rust toolchain" group — NOT a back-compat policy. unifand is

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The base image tag is `ghcr.io/charliesu/unifand:latest` with
108108
`imagePullPolicy: IfNotPresent` — after the first pull on a node, that
109109
behaves like a pin (no silent upgrades on pod restart), but it's *not* a
110110
reproducible one across nodes or over time. For a real pin, either
111-
`kustomize edit set image ghcr.io/charliesu/unifand:v0.6.1` in your overlay, <!-- x-release-please-version -->
111+
`kustomize edit set image ghcr.io/charliesu/unifand:v0.6.2` in your overlay, <!-- x-release-please-version -->
112112
or consume the release's digest-pinned OCI artifact via the Flux path below
113113
(pre-pinned by CI on every tag).
114114

@@ -129,7 +129,7 @@ spec:
129129
ref:
130130
# Track releases from the current one forward (any floor works — a
131131
# semver range always resolves to the newest matching release).
132-
semver: ">=0.6.1" # x-release-please-version
132+
semver: ">=0.6.2" # x-release-please-version
133133
---
134134
apiVersion: kustomize.toolkit.fluxcd.io/v1
135135
kind: Kustomization
@@ -187,7 +187,7 @@ spec:
187187
# ...your full config.toml contents...
188188
images:
189189
- name: ghcr.io/charliesu/unifand
190-
newTag: v0.6.1 # x-release-please-version
190+
newTag: v0.6.2 # x-release-please-version
191191
prune: true
192192
```
193193

0 commit comments

Comments
 (0)