From 043e8c83958ee726061d698de49c7a50918b8974 Mon Sep 17 00:00:00 2001 From: komodo Date: Fri, 30 May 2025 06:33:49 +0000 Subject: [PATCH] [Komodo] Commit Sync: update dev.toml --- dev.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/dev.toml b/dev.toml index feb1ad9..60c696a 100644 --- a/dev.toml +++ b/dev.toml @@ -3,7 +3,7 @@ name = "komodo-binaries-dev-aarch64" tags = ["dev", "binaries", "aarch64"] [build.config] builder = "aarch64-builder" -version = "1.17.4" +version = "1.18.0" auto_increment_version = false image_name = "komodo-binaries" image_tag = "dev-aarch64" @@ -11,7 +11,7 @@ links = [ "https://github.com/moghtech/komodo/pkgs/container/komodo-binaries" ] repo = "moghtech/komodo" -branch = "1.17.4" +branch = "1.18.0" dockerfile_path = "bin/binaries.Dockerfile" image_registry.domain = "ghcr.io" image_registry.account = "mbecker20" @@ -24,7 +24,7 @@ name = "komodo-binaries-dev-x86_64" tags = ["dev", "binaries", "x86_64"] [build.config] builder = "x86_64-builder" -version = "1.17.4" +version = "1.18.0" auto_increment_version = false image_name = "komodo-binaries" image_tag = "dev-x86_64" @@ -32,7 +32,7 @@ links = [ "https://github.com/moghtech/komodo/pkgs/container/komodo-binaries" ] repo = "moghtech/komodo" -branch = "1.17.4" +branch = "1.18.0" dockerfile_path = "bin/binaries.Dockerfile" image_registry.domain = "ghcr.io" image_registry.account = "mbecker20" @@ -45,7 +45,7 @@ name = "komodo-core-dev" tags = ["dev", "core"] [build.config] builder = "local" -version = "1.17.4" +version = "1.18.0" auto_increment_version = false image_name = "komodo-core" image_tag = "dev" @@ -53,7 +53,7 @@ links = [ "https://github.com/moghtech/komodo/pkgs/container/komodo-core" ] repo = "moghtech/komodo" -branch = "1.17.4" +branch = "1.18.0" dockerfile_path = "bin/core/multi-arch.Dockerfile" image_registry.domain = "ghcr.io" image_registry.account = "mbecker20" @@ -74,7 +74,7 @@ name = "komodo-frontend-dev" tags = ["dev", "frontend"] [build.config] builder = "local" -version = "1.17.4" +version = "1.18.0" auto_increment_version = false image_name = "komodo-frontend" image_tag = "dev" @@ -82,7 +82,7 @@ links = [ "https://github.com/moghtech/komodo/pkgs/container/komodo-frontend" ] repo = "moghtech/komodo" -branch = "1.17.4" +branch = "1.18.0" dockerfile_path = "frontend/Dockerfile" image_registry.domain = "ghcr.io" image_registry.account = "mbecker20" @@ -95,7 +95,7 @@ name = "komodo-periphery-dev" tags = ["dev", "periphery"] [build.config] builder = "local" -version = "1.17.4" +version = "1.18.0" auto_increment_version = false image_name = "komodo-periphery" image_tag = "dev" @@ -103,7 +103,7 @@ links = [ "https://github.com/moghtech/komodo/pkgs/container/komodo-periphery" ] repo = "moghtech/komodo" -branch = "1.17.4" +branch = "1.18.0" dockerfile_path = "bin/periphery/multi-arch.Dockerfile" image_registry.domain = "ghcr.io" image_registry.account = "mbecker20" @@ -123,7 +123,7 @@ name = "komodo-util-dev" tags = ["dev", "util"] [build.config] builder = "local" -version = "1.17.5" +version = "1.18.0" auto_increment_version = false image_name = "komodo-util" image_tag = "dev"