From 42eca0a428b983faa9e36df9c87a51f34e0cd1b9 Mon Sep 17 00:00:00 2001 From: shaynafinocchiaro Date: Wed, 28 Feb 2024 13:25:15 -0500 Subject: [PATCH] Updates for CSM 1.10 (#267) * update version for csm release * update code owners --- .github/CODEOWNERS | 4 +--- Makefile | 8 ++++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 27ddd8cf..f1d433d8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -18,8 +18,6 @@ # Evgeny Uglov (EvgenyUglov) # Bowen Jiang (bjiang27) # Luna Xu (xuluna) -# Peres Kereotubo (PeresKereotubo) -# Emily Kinuthia (EmilyKatdell) # Kerry Kovacevic (KerryKovacevic) # Maksim Peshko (MaksimDell) # Jooseppi Luna (jooseppi-luna) @@ -36,4 +34,4 @@ # Spandita Panigrahi (panigs7) # for all files: -* @gallacher @tdawe @alikdell @atye @hoppea2 @coulof @shaynafinocchiaro @sharmilarama @EvgenyUglov @bjiang27 @xuluna @PeresKereotubo @EmilyKatdell @KerryKovacevic @MaksimDell @jooseppi-luna @Sahiba-Gupta @jackieung-dell @rodrigobassil @anandrajak1 @abhi16394 @chimanjain @shefali-malhotra @panigs7 @nitesh3108 @rajendraindukuri @HarishH-DELL +* @gallacher @tdawe @alikdell @atye @hoppea2 @coulof @shaynafinocchiaro @sharmilarama @EvgenyUglov @bjiang27 @xuluna @KerryKovacevic @MaksimDell @jooseppi-luna @Sahiba-Gupta @jackieung-dell @rodrigobassil @anandrajak1 @abhi16394 @chimanjain @shefali-malhotra @panigs7 @nitesh3108 @rajendraindukuri @HarishH-DELL diff --git a/Makefile b/Makefile index 7ad37da4..d03b1d38 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright © 2021-2023 Dell Inc., or its subsidiaries. All Rights Reserved. +# Copyright © 2021-2024 Dell Inc., or its subsidiaries. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,8 +11,8 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -export BUILDER_TAG ?= 1.9.0 -export SIDECAR_TAG ?= 1.9.0 +export BUILDER_TAG ?= 1.10.0 +export SIDECAR_TAG ?= 1.10.0 # figure out if podman or docker should be used (use podman if found) ifneq (, $(shell which podman 2>/dev/null)) @@ -27,7 +27,7 @@ export VERSION = $(call dot-delimiter, ${BUILDER_TAG}, 1).$(call dot-delimiter, export RELEASE = $(call dot-delimiter, ${BUILDER_TAG}, 3) ifeq (${RELEASE},) - VERSION=1.9 + VERSION=1.10 RELEASE=0 endif