Skip to content

Commit

Permalink
Updates for CSM 1.10 (#267)
Browse files Browse the repository at this point in the history
* update version for csm release

* update code owners
  • Loading branch information
shaynafinocchiaro authored Feb 28, 2024
1 parent 56c8fac commit 42eca0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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))
Expand All @@ -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

Expand Down

0 comments on commit 42eca0a

Please sign in to comment.