Skip to content

Commit

Permalink
Release version v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drmorr0 committed Oct 1, 2024
1 parent 299cee5 commit 059b1e0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [
]

[workspace.package]
version = "1.0.1"
version = "1.1.0"
authors = ["Applied Computing Research Labs"]
documentation = "https://appliedcomputing.io/simkube/"
license-file = "LICENSE"
Expand All @@ -22,9 +22,9 @@ edition = "2021"
debug = false

[workspace.dependencies]
sk-api = { version = "1.0.1", path = "sk-api" }
sk-core = { version = "1.0.1", path = "sk-core" }
sk-store = { version = "1.0.1", path = "sk-store" }
sk-api = { version = "1.1.0", path = "sk-api" }
sk-core = { version = "1.1.0", path = "sk-core" }
sk-store = { version = "1.1.0", path = "sk-store" }

anyhow = { version = "1.0.75", features = ["backtrace"] }
async-recursion = "1.0.5"
Expand Down
2 changes: 1 addition & 1 deletion k8s/kustomize/prod/sk-tracer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
value: "1"
- name: POD_OWNER
value: sk-tracer-depl
image: quay.io/appliedcomputing/sk-tracer:v1.0.1
image: quay.io/appliedcomputing/sk-tracer:v1.1.0
name: sk-tracer
ports:
- containerPort: 7777
Expand Down
2 changes: 1 addition & 1 deletion k8s/kustomize/sim/sk-ctrl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
fieldPath: metadata.namespace
- name: POD_OWNER
value: sk-ctrl-depl
image: quay.io/appliedcomputing/sk-ctrl:v1.0.1
image: quay.io/appliedcomputing/sk-ctrl:v1.1.0
name: sk-ctrl
nodeSelector:
type: kind-worker
Expand Down

0 comments on commit 059b1e0

Please sign in to comment.