Skip to content

Commit

Permalink
Release version v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drmorr0 committed Sep 5, 2024
1 parent a7bdc9d commit 5a72c86
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [
]

[workspace.package]
version = "0.10.1"
version = "1.0.0"
authors = ["Applied Computing Research Labs"]
documentation = "https://appliedcomputing.io/simkube/"
license-file = "LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion k8s/kustomize/0001-sk-tracer.k8s.yaml
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:v0.10.1
image: quay.io/appliedcomputing/sk-tracer:v1.0.0
name: sk-tracer
ports:
- containerPort: 7777
Expand Down
2 changes: 1 addition & 1 deletion k8s/kustomize/0002-sk-ctrl.k8s.yaml
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:v0.10.1
image: quay.io/appliedcomputing/sk-ctrl:v1.0.0
name: sk-ctrl
nodeSelector:
type: kind-worker
Expand Down

0 comments on commit 5a72c86

Please sign in to comment.