Skip to content

Commit 3f2846b

Browse files
committed
release: version v2.4.1
1 parent b5cd865 commit 3f2846b

5 files changed

Lines changed: 19 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44

55
Breaking changes are annotated with the ⚠️ symbol.
6+
## 2.4.1 - 2025-09-18
7+
8+
### 🐛 Bug Fixes
9+
10+
- Don't hard-crash on owner lookup failure
11+
612
## 2.4.0 - 2025-08-19
713

814
### 🚀 Features

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [
1313
]
1414

1515
[workspace.package]
16-
version = "2.4.0"
16+
version = "2.4.1"
1717
authors = ["Applied Computing Research Labs"]
1818
documentation = "https://simkube.dev/documentation/"
1919
license-file = "LICENSE"
@@ -22,9 +22,9 @@ edition = "2024"
2222
rust-version = "1.88"
2323

2424
[workspace.dependencies]
25-
sk-api = { version = "2.4.0", path = "sk-api" }
26-
sk-core = { version = "2.4.0", path = "sk-core" }
27-
sk-store = { version = "2.4.0", path = "sk-store" }
25+
sk-api = { version = "2.4.1", path = "sk-api" }
26+
sk-core = { version = "2.4.1", path = "sk-core" }
27+
sk-store = { version = "2.4.1", path = "sk-store" }
2828

2929
anyhow = { version = "1.0.98", features = ["backtrace"] }
3030
assertables = "9.8.0"

k8s/kustomize/prod/sk-tracer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ spec:
7878
value: "1"
7979
- name: POD_OWNER
8080
value: sk-tracer-depl
81-
image: quay.io/appliedcomputing/sk-tracer:v2.4.0
81+
image: quay.io/appliedcomputing/sk-tracer:v2.4.1
8282
name: sk-tracer
8383
ports:
8484
- containerPort: 7777

k8s/kustomize/sim/sk-ctrl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
fieldPath: metadata.namespace
5656
- name: POD_OWNER
5757
value: sk-ctrl-depl
58-
image: quay.io/appliedcomputing/sk-ctrl:v2.4.0
58+
image: quay.io/appliedcomputing/sk-ctrl:v2.4.1
5959
name: sk-ctrl
6060
nodeSelector:
6161
type: kind-worker

0 commit comments

Comments
 (0)