Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add 'deploymentStrategy' to server #27

Merged
merged 2 commits into from
Oct 24, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: bump konfig version to 0.11.0
Signed-off-by: zongz <zongzhe1024@163.com>
zong-zhe committed Oct 24, 2024
commit b7b7fb2d09b1f40acee76909c1ccb610dd24a5e7
4 changes: 2 additions & 2 deletions examples/server/app_need_namespace/prod/kcl.mod.lock
Original file line number Diff line number Diff line change
@@ -5,5 +5,5 @@
version = "1.31.2"
[dependencies.konfig]
name = "konfig"
full_name = "konfig_0.10.0"
version = "0.10.0"
full_name = "konfig_0.11.0"
version = "0.11.0"
4 changes: 2 additions & 2 deletions examples/server/app_scheduling_strategy/prod/kcl.mod.lock
Original file line number Diff line number Diff line change
@@ -5,5 +5,5 @@
version = "1.31.2"
[dependencies.konfig]
name = "konfig"
full_name = "konfig_0.10.0"
version = "0.10.0"
full_name = "konfig_0.11.0"
version = "0.11.0"
2 changes: 1 addition & 1 deletion kcl.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "konfig"
version = "0.10.0"
version = "0.11.0"

[dependencies]
k8s = "1.31.2"