Skip to content

Commit 8469636

Browse files
author
LorenzoTettamanti
committed
Published core v-0.1.1.beta.1
1 parent a7a1eac commit 8469636

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

core/Cargo.lock

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

core/src/components/identity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cortexflow_identity"
3-
version = "0.1.1-beta.0"
3+
version = "0.1.1-beta.1"
44
edition = "2024"
55
description = "CortexFlow identity service package"
66
license = "Apache-2.0"

core/src/testing/agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
hostNetwork: true
2020
containers:
2121
- name: agent
22-
image: lorenzotettamanti/cortexflow-agent:0.1.1-beta.2
22+
image: lorenzotettamanti/cortexflow-agent:0.1.1-beta.1
2323
command: ["/bin/bash", "-c"]
2424
args:
2525
- |

core/src/testing/identity.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:
5353
- SYS_PTRACE
5454
containers:
5555
- name: identity
56-
image: lorenzotettamanti/cortexflow-identity:0.1.1-beta.2
56+
image: lorenzotettamanti/cortexflow-identity:0.1.1-beta.1
5757
command: ["/bin/bash", "-c"]
5858
args:
5959
- |

0 commit comments

Comments
 (0)