Skip to content

Commit

Permalink
release: version v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drmorr0 committed Oct 9, 2024
1 parent dbf6ee6 commit 7529602
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.1.0"
version = "1.1.1"
authors = ["Applied Computing Research Labs"]
documentation = "https://appliedcomputing.io/simkube/"
license-file = "LICENSE"
Expand All @@ -23,9 +23,9 @@ rust-version = "1.79"
debug = false

[workspace.dependencies]
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" }
sk-api = { version = "1.1.1", path = "sk-api" }
sk-core = { version = "1.1.1", path = "sk-core" }
sk-store = { version = "1.1.1", 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 @@ -72,7 +72,7 @@ spec:
value: "1"
- name: POD_OWNER
value: sk-tracer-depl
image: quay.io/appliedcomputing/sk-tracer:v1.1.0
image: quay.io/appliedcomputing/sk-tracer:v1.1.1
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.1.0
image: quay.io/appliedcomputing/sk-ctrl:v1.1.1
name: sk-ctrl
nodeSelector:
type: kind-worker
Expand Down

0 comments on commit 7529602

Please sign in to comment.