From 5bf6ff14bcb32fee889a68ac0748d18392be88b8 Mon Sep 17 00:00:00 2001 From: Hung Nguyen Date: Wed, 6 Aug 2025 18:18:55 +0700 Subject: [PATCH] GRIF-429: Rollout support Snowflake key-pair authentication for LCM bricks new image --- .gdc-ii-config.yaml | 6 +++--- VERSION | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gdc-ii-config.yaml b/.gdc-ii-config.yaml index 438cb7b1c..b3831b6ef 100644 --- a/.gdc-ii-config.yaml +++ b/.gdc-ii-config.yaml @@ -4,10 +4,10 @@ microservices: dockerfile: './DockerfileOldImage' # specifies whether promote image to M3 image tag when release LCM. Default always promote image. Don't remote # image when promoteImage configure false - promoteImage: true + promoteImage: false # specifies whether run register pipeline components for the image when promote image. Default always run register # pipeline components. Don't run register when registerPipelineComponentsWhenPromote configure false - registerPipelineComponentsWhenPromote: true + registerPipelineComponentsWhenPromote: false argumentsFromFiles: BRICKS_VERSION: 'VERSION' lcm-bricks-nextversion: @@ -15,7 +15,7 @@ microservices: dockerfile: './Dockerfile' # specifies whether promote image to M3 image tag when release LCM. Default always promote image. Don't remote # image when promoteImage configure false - promoteImage: false + promoteImage: true # specifies whether run register pipeline components for the image when promote image. Default always run register # pipeline components. Don't run register when registerPipelineComponentsWhenPromote configure false registerPipelineComponentsWhenPromote: false diff --git a/VERSION b/VERSION index 5ca675a12..7ccfe50b5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.7.94 +3.7.95