Component(s)
No response
Is your feature request related to a problem? Please describe.
#5077 introduces a new API submodule.
In order to be able to use a human-readable semver version for this module when another project imports it, a apis/<version> tag should exist.
Currently, the API submodule is imported such as:
require (
github.com/open-telemetry/opentelemetry-operator/apis v0.0.0-20260529170351-c1218ee73305
)
The target import should be such as:
require (
github.com/open-telemetry/opentelemetry-operator/apis v1.153.0
)
In order to support the latter, apis/<version> tags should be published on release.
See how other projects with similar API submodules handle it:
Describe the solution you'd like
Github Actions to be adapted so that apis/<version> tags to be published on release.
Describe alternatives you've considered
N/A
Additional context
N/A
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.
Component(s)
No response
Is your feature request related to a problem? Please describe.
#5077 introduces a new API submodule.
In order to be able to use a human-readable semver version for this module when another project imports it, a
apis/<version>tag should exist.Currently, the API submodule is imported such as:
The target import should be such as:
In order to support the latter,
apis/<version>tags should be published on release.See how other projects with similar API submodules handle it:
github.com/VictoriaMetrics/operator/api-> tagsgithub.com/gardener/etcd-druid/api-> tagsDescribe the solution you'd like
Github Actions to be adapted so that
apis/<version>tags to be published on release.Describe alternatives you've considered
N/A
Additional context
N/A
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding
+1orme too, to help us triage it. Learn more here.