소스 검색

Bump AllocationSet Codec Version

Signed-off-by: thomasvn <thomasnguyen96@gmail.com>
thomasvn 2 년 전
부모
커밋
035534ff1a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/pkg/opencost/opencost_codecs.go

+ 1 - 1
core/pkg/opencost/opencost_codecs.go

@@ -41,7 +41,7 @@ const (
 	AssetsCodecVersion uint8 = 21
 	AssetsCodecVersion uint8 = 21
 
 
 	// AllocationCodecVersion is used for any resources listed in the Allocation version set
 	// AllocationCodecVersion is used for any resources listed in the Allocation version set
-	AllocationCodecVersion uint8 = 21
+	AllocationCodecVersion uint8 = 22
 
 
 	// CloudCostCodecVersion is used for any resources listed in the CloudCost version set
 	// CloudCostCodecVersion is used for any resources listed in the CloudCost version set
 	CloudCostCodecVersion uint8 = 2
 	CloudCostCodecVersion uint8 = 2