Skip to content

Commit 7529602

Browse files
committed
release: version v1.1.1
1 parent dbf6ee6 commit 7529602

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

Cargo.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111
]
1212

1313
[workspace.package]
14-
version = "1.1.0"
14+
version = "1.1.1"
1515
authors = ["Applied Computing Research Labs"]
1616
documentation = "https://appliedcomputing.io/simkube/"
1717
license-file = "LICENSE"
@@ -23,9 +23,9 @@ rust-version = "1.79"
2323
debug = false
2424

2525
[workspace.dependencies]
26-
sk-api = { version = "1.1.0", path = "sk-api" }
27-
sk-core = { version = "1.1.0", path = "sk-core" }
28-
sk-store = { version = "1.1.0", path = "sk-store" }
26+
sk-api = { version = "1.1.1", path = "sk-api" }
27+
sk-core = { version = "1.1.1", path = "sk-core" }
28+
sk-store = { version = "1.1.1", path = "sk-store" }
2929

3030
anyhow = { version = "1.0.75", features = ["backtrace"] }
3131
async-recursion = "1.0.5"

k8s/kustomize/prod/sk-tracer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
value: "1"
7373
- name: POD_OWNER
7474
value: sk-tracer-depl
75-
image: quay.io/appliedcomputing/sk-tracer:v1.1.0
75+
image: quay.io/appliedcomputing/sk-tracer:v1.1.1
7676
name: sk-tracer
7777
ports:
7878
- containerPort: 7777

k8s/kustomize/sim/sk-ctrl.yml

+1-1
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:v1.1.0
58+
image: quay.io/appliedcomputing/sk-ctrl:v1.1.1
5959
name: sk-ctrl
6060
nodeSelector:
6161
type: kind-worker

0 commit comments

Comments
 (0)