Skip to content

Commit

Permalink
feat: update edition and catalog tag
Browse files Browse the repository at this point in the history
  • Loading branch information
healthjyk committed Jan 12, 2024
1 parent 8b5d1fd commit 7343975
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 13 deletions.
5 changes: 2 additions & 3 deletions example/nginx/dev/kcl.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[package]
name = "public-service"
edition = "0.5.0"
name = "nginx"
version = "0.1.0"

[dependencies]
# should update the tag!
catalog = { git = "https://github.com/KusionStack/catalog.git", tag = "0.1.2" }

[profile]
entries = ["main.k"]

4 changes: 2 additions & 2 deletions example/sample-job/prod/kcl.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "sample-job"
edition = "0.1.0"
version = "0.1.0"

[dependencies]
catalog = { git = "https://github.com/KusionStack/catalog.git", tag = "0.1.1" }
catalog = { git = "https://github.com/KusionStack/catalog.git", tag = "0.1.2" }

[profile]
entries = ["main.k"]
3 changes: 1 addition & 2 deletions example/service-multi-stack/dev/kcl.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[package]
name = "service-multi-stack"
edition = "0.5.0"
name = "service-multi-stack-dev"
version = "0.1.0"

[dependencies]
Expand Down
3 changes: 1 addition & 2 deletions example/service-multi-stack/prod/kcl.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[package]
name = "service-multi-stack"
edition = "0.5.0"
name = "service-multi-stack-prod"
version = "0.1.0"

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions example/simple-service/prod/kcl.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "simple-service"
edition = "0.1.0"
version = "0.1.0"

[dependencies]
catalog = { git = "https://github.com/KusionStack/catalog.git", tag = "0.1.1" }
catalog = { git = "https://github.com/KusionStack/catalog.git", tag = "0.1.2" }

[profile]
entries = ["main.k"]

3 changes: 1 addition & 2 deletions example/wordpress/dev/kcl.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[package]
name = "wordpress"
edition = "0.5.0"
version = "0.1.0"

[dependencies]
catalog = { git = "https://github.com/KusionStack/catalog.git", tag = "0.1.0" }
catalog = { git = "https://github.com/KusionStack/catalog.git", tag = "0.1.2" }

[profile]
entries = ["main.k","platform.k"]

0 comments on commit 7343975

Please sign in to comment.