From 0975b9653ca726c98ce5c4a93ba4f790386d8760 Mon Sep 17 00:00:00 2001 From: iksrochpub Date: Tue, 4 Feb 2025 10:00:40 +0000 Subject: [PATCH] Automated repo sync 20250204 Update vpcctl release to v0.36.0 (release-1.32) (#4969) --- addons/vpcctl.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/addons/vpcctl.yml b/addons/vpcctl.yml index c8cd7e3bb..769814a3d 100644 --- a/addons/vpcctl.yml +++ b/addons/vpcctl.yml @@ -1,6 +1,6 @@ # ****************************************************************************** # IBM Cloud Kubernetes Service, 5737-D43 -# (C) Copyright IBM Corp. 2021, 2024 All Rights Reserved. +# (C) Copyright IBM Corp. 2021, 2025 All Rights Reserved. # # SPDX-License-Identifier: Apache2.0 # @@ -21,7 +21,7 @@ source: github.ibm.com/alchemy-containers/armada-vpc-lb # (Required) - git release or branch name in the source github repo -release: v0.35.0 +release: v0.36.0 # (Required) - source directory in the github repo containing GO files source_dir: pkg/vpcctl @@ -31,10 +31,10 @@ source_dir: pkg/vpcctl target_dir: # (Optional) - grep search string which will be done before / after the sed commands are done on the GO logic -grep_string: cloud.ibm.com/cloud-provider- +grep_string: # (Optional) - sed commands to update the GO source files copied from source repo -sed_command_1: s/cloud-provider-vpc-controller/cloud-provider-ibm/ +sed_command_1: sed_command_2: sed_command_3: