bug for command addition in Makefile - Bug 2099603#93
Merged
laxmikantbpandhare merged 1 commit intooperator-framework:mainfrom Jun 21, 2022
laxmikantbpandhare:bugfix-version
Merged
bug for command addition in Makefile - Bug 2099603#93laxmikantbpandhare merged 1 commit intooperator-framework:mainfrom laxmikantbpandhare:bugfix-version
laxmikantbpandhare merged 1 commit intooperator-framework:mainfrom
laxmikantbpandhare:bugfix-version
Conversation
Member
Author
|
Steps Followed and ran the operator for new changes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of problem:
Bundle version is overwrite by a fixed version (0.1.1) in Makefile for java type operator.
Version-Release number of selected component (if applicable):
operator-sdk version: "v1.20.0-ocp", commit: "4db4731ae75f2cccae951dd7ed98484662179c55", kubernetes version: "v1.24.1", go version: "go1.18.3", GOOS: "linux", GOARCH: "amd64"
How reproducible:
always
Steps to Reproduce:
1.$operator-sdk init --plugins quarkus --domain example.com --project-name memcached-quarkus-operator
2.$operator-sdk create api --plugins quarkus --group cache --version v1 --kind Memcached
Actual results:
$cat Makefile
##@Bundle
.PHONY: bundle
bundle: ## Generate bundle manifests and metadata, then validate generated files.
marker
Expected results:
##@Bundle
.PHONY: bundle
bundle: ## Generate bundle manifests and metadata, then validate generated files.
marker
Additional info: