-
Notifications
You must be signed in to change notification settings - Fork 459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Align operator version with the tooling around it #37
Labels
Comments
jpkrohling
added
bug
Something isn't working
good first issue
Good for newcomers
hacktoberfest
labels
Aug 19, 2020
hi, i'd like to work on this |
mneverov
added a commit
to mneverov/opentelemetry-operator
that referenced
this issue
Jan 24, 2021
projectName field is needed for operator-sdk to deduct the metadata name for the project. When the bundle command reads input files from the stdin and no --project argument is provided, and projectName is absent the generated metadata name has invalid pattern: '.v0.18.0'. This commit adds the projectName field so metadata.name is correctly generated. Fixes open-telemetry#37
mneverov
added a commit
to mneverov/opentelemetry-operator
that referenced
this issue
Jan 25, 2021
projectName field is needed for operator-sdk to deduct the metadata name for the project. When the bundle command reads input files from the stdin and no --project argument is provided, and projectName is absent the generated metadata name has invalid pattern: '.v0.18.0'. This commit adds the projectName field so metadata.name is correctly generated. Fixes open-telemetry#37
mneverov
added a commit
to mneverov/opentelemetry-operator
that referenced
this issue
Jan 25, 2021
projectName field is needed for operator-sdk to deduct the metadata name for the project. When the bundle command reads input files from the stdin and no --project argument is provided, and projectName is absent the generated metadata name has invalid pattern: '.v0.18.0'. This commit adds the projectName field so metadata.name is correctly generated. Fixes open-telemetry#37
mergify bot
pushed a commit
that referenced
this issue
Jan 25, 2021
Added project name to the PROJECT config file projectName field is needed for operator-sdk to deduct the metadata name for the project. When the bundle command reads input files from the stdin and no --project argument is provided, and projectName is absent the generated metadata name has invalid pattern: '.v0.18.0'. This commit adds the projectName field so metadata.name is correctly generated. Fixes #37
shree007
pushed a commit
to shree007/opentelemetry-operator
that referenced
this issue
Dec 12, 2021
Added project name to the PROJECT config file projectName field is needed for operator-sdk to deduct the metadata name for the project. When the bundle command reads input files from the stdin and no --project argument is provided, and projectName is absent the generated metadata name has invalid pattern: '.v0.18.0'. This commit adds the projectName field so metadata.name is correctly generated. Fixes open-telemetry#37
dt-cloner bot
pushed a commit
to IshwarKanse/opentelemetry-operator
that referenced
this issue
Apr 17, 2024
ItielOlenick
pushed a commit
to ItielOlenick/opentelemetry-operator
that referenced
this issue
May 1, 2024
Added project name to the PROJECT config file projectName field is needed for operator-sdk to deduct the metadata name for the project. When the bundle command reads input files from the stdin and no --project argument is provided, and projectName is absent the generated metadata name has invalid pattern: '.v0.18.0'. This commit adds the projectName field so metadata.name is correctly generated. Fixes open-telemetry#37
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We currently get the operator's version based on git tags, which brings a
v
prefix to the version. Some of the tooling around the operator/kubebuilder expects numeric versions, so, we should adjust theMakefile
to use the appropriate notations.Example:
The text was updated successfully, but these errors were encountered: