Skip to content

Commit

Permalink
Merge release v0.1.17
Browse files Browse the repository at this point in the history
Release v0.1.17
  • Loading branch information
roehrich-hpe authored Dec 9, 2024
2 parents 08e8c53 + ea3c525 commit 95022f7
Show file tree
Hide file tree
Showing 169 changed files with 8,212 additions and 6,527 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ IMAGE_TAG_BASE ?= ghcr.io/nearnodeflash/nnf-sos

# The NNF-MFU container image to use in NNFContainerProfile resources.
NNFMFU_TAG_BASE ?= ghcr.io/nearnodeflash/nnf-mfu
NNFMFU_VERSION ?= 0.1.3
NNFMFU_VERSION ?= 0.1.4

# BUNDLE_IMG defines the image:tag used for the bundle.
# You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=<some-registry>/<project-name-bundle>:<tag>)
Expand Down Expand Up @@ -303,8 +303,6 @@ docker-buildx: ## Build and push docker image for the manager for cross-platform
kind-push: VERSION ?= $(shell cat .version)
kind-push: .version ## Push docker image to kind
kind load docker-image $(IMAGE_TAG_BASE):$(VERSION)
${CONTAINER_TOOL} pull gcr.io/kubebuilder/kube-rbac-proxy:v0.13.0
kind load docker-image gcr.io/kubebuilder/kube-rbac-proxy:v0.13.0

##@ Deployment

Expand Down Expand Up @@ -409,7 +407,7 @@ $(CONVERSION_GEN): $(LOCALBIN) # Build conversion-gen from tools folder.
# The SRC_DIRS value is a space-separated list of paths to old versions.
# The --input-dirs value is a single path item; specify multiple --input-dirs
# parameters if you have multiple old versions.
SRC_DIRS=./api/v1alpha1 ./api/v1alpha2
SRC_DIRS=./api/v1alpha2 ./api/v1alpha3
generate-go-conversions: $(CONVERSION_GEN) ## Generate conversions go code
$(MAKE) clean-generated-conversions SRC_DIRS="$(SRC_DIRS)"
$(CONVERSION_GEN) \
Expand Down
164 changes: 138 additions & 26 deletions PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,118 @@ resources:
kind: NnfAccess
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha3
version: v1alpha3
- api:
crdVersion: v1
namespaced: true
domain: cray.hpe.com
group: nnf
kind: NnfContainerProfile
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha3
version: v1alpha3
- api:
crdVersion: v1
namespaced: true
domain: cray.hpe.com
group: nnf
kind: NnfDataMovement
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha3
version: v1alpha3
- api:
crdVersion: v1
namespaced: true
domain: cray.hpe.com
group: nnf
kind: NnfDataMovementManager
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha3
version: v1alpha3
- api:
crdVersion: v1
namespaced: true
domain: cray.hpe.com
group: nnf
kind: NnfDataMovementProfile
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha3
version: v1alpha3
- api:
crdVersion: v1
namespaced: true
domain: cray.hpe.com
group: nnf
kind: NnfLustreMGT
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha3
version: v1alpha3
- api:
crdVersion: v1
namespaced: true
domain: cray.hpe.com
group: nnf
kind: NnfNode
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha3
version: v1alpha3
- api:
crdVersion: v1
namespaced: true
domain: cray.hpe.com
group: nnf
kind: NnfNodeBlockStorage
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha3
version: v1alpha3
- api:
crdVersion: v1
namespaced: true
domain: cray.hpe.com
group: nnf
kind: NnfNodeECData
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha3
version: v1alpha3
- api:
crdVersion: v1
namespaced: true
domain: cray.hpe.com
group: nnf
kind: NnfNodeStorage
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha3
version: v1alpha3
- api:
crdVersion: v1
namespaced: true
domain: cray.hpe.com
group: nnf
kind: NnfPortManager
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha3
version: v1alpha3
- api:
crdVersion: v1
namespaced: true
domain: cray.hpe.com
group: nnf
kind: NnfStorage
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha3
version: v1alpha3
- api:
crdVersion: v1
namespaced: true
domain: cray.hpe.com
group: nnf
kind: NnfStorageProfile
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha3
version: v1alpha3
- api:
crdVersion: v1
namespaced: true
domain: cray.hpe.com
group: nnf
kind: NnfSystemStorage
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha3
version: v1alpha3
- api:
crdVersion: v1
namespaced: true
domain: cray.hpe.com
group: nnf
kind: NnfAccess
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha4
version: v1alpha4
webhooks:
conversion: true
webhookVersion: v1
Expand All @@ -272,8 +384,8 @@ resources:
domain: cray.hpe.com
group: nnf
kind: NnfContainerProfile
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha3
version: v1alpha3
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha4
version: v1alpha4
webhooks:
validation: true
webhookVersion: v1
Expand All @@ -283,8 +395,8 @@ resources:
domain: cray.hpe.com
group: nnf
kind: NnfDataMovement
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha3
version: v1alpha3
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha4
version: v1alpha4
webhooks:
conversion: true
webhookVersion: v1
Expand All @@ -294,8 +406,8 @@ resources:
domain: cray.hpe.com
group: nnf
kind: NnfDataMovementManager
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha3
version: v1alpha3
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha4
version: v1alpha4
webhooks:
conversion: true
webhookVersion: v1
Expand All @@ -305,8 +417,8 @@ resources:
domain: cray.hpe.com
group: nnf
kind: NnfDataMovementProfile
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha3
version: v1alpha3
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha4
version: v1alpha4
webhooks:
validation: true
webhookVersion: v1
Expand All @@ -316,8 +428,8 @@ resources:
domain: cray.hpe.com
group: nnf
kind: NnfLustreMGT
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha3
version: v1alpha3
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha4
version: v1alpha4
webhooks:
conversion: true
webhookVersion: v1
Expand All @@ -327,8 +439,8 @@ resources:
domain: cray.hpe.com
group: nnf
kind: NnfNode
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha3
version: v1alpha3
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha4
version: v1alpha4
webhooks:
conversion: true
webhookVersion: v1
Expand All @@ -338,8 +450,8 @@ resources:
domain: cray.hpe.com
group: nnf
kind: NnfNodeBlockStorage
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha3
version: v1alpha3
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha4
version: v1alpha4
webhooks:
conversion: true
webhookVersion: v1
Expand All @@ -349,8 +461,8 @@ resources:
domain: cray.hpe.com
group: nnf
kind: NnfNodeECData
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha3
version: v1alpha3
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha4
version: v1alpha4
webhooks:
conversion: true
webhookVersion: v1
Expand All @@ -360,8 +472,8 @@ resources:
domain: cray.hpe.com
group: nnf
kind: NnfNodeStorage
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha3
version: v1alpha3
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha4
version: v1alpha4
webhooks:
conversion: true
webhookVersion: v1
Expand All @@ -371,8 +483,8 @@ resources:
domain: cray.hpe.com
group: nnf
kind: NnfPortManager
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha3
version: v1alpha3
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha4
version: v1alpha4
webhooks:
conversion: true
webhookVersion: v1
Expand All @@ -382,8 +494,8 @@ resources:
domain: cray.hpe.com
group: nnf
kind: NnfStorage
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha3
version: v1alpha3
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha4
version: v1alpha4
webhooks:
conversion: true
webhookVersion: v1
Expand All @@ -393,8 +505,8 @@ resources:
domain: cray.hpe.com
group: nnf
kind: NnfStorageProfile
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha3
version: v1alpha3
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha4
version: v1alpha4
webhooks:
validation: true
webhookVersion: v1
Expand All @@ -404,8 +516,8 @@ resources:
domain: cray.hpe.com
group: nnf
kind: NnfSystemStorage
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha3
version: v1alpha3
path: github.com/NearNodeFlash/nnf-sos/api/v1alpha4
version: v1alpha4
webhooks:
conversion: true
webhookVersion: v1
Expand Down
Loading

0 comments on commit 95022f7

Please sign in to comment.