-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Kube API Test dependency not resolvable #5898
Comments
You're right, the release pipelines were not modified and the module has not been released 😞. |
Hello, thank you for the fast reply! In the previous issue I've linked it was mentioned that somewhere you also have nightly builds I suppose from the current state of |
Yes, I suggested that, but despite asking for feedback, apparently nobody tested the nightly build because the SNAPSHOT module isn't released either. I'll try to merge #5898 today which should allow the nightly build pipeline to release the module in a few hours. |
Alright, thank you for the effort. I'm just asking again how can I use this nightly build, what you be put as artifact version? Maybe just 6.13.0-SNAPSHOT or something else? Thanks and regards. |
You need to add this to your project's pom.xml or m2 settings.xml <repositories>
<repository>
<id>sonatype-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases><enabled>false</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
</repositories> Then, set the Kubernetes Client version to the latest SNAPSHOT ---> |
Hello, I added the settings you've mentioned, but the dependency is still not resolvable: |
something is odd... I only see |
Yes, I was worried about that. |
I have just released the SNAPSHOTS manually with the updated CI pipeline fix, could you please confirm if it's working now? |
Yes, now I've managed to resolve it. Thank you very much! |
Awesome, I'll try to release a 6.12.1 patch version to make the module GA. |
Describe the bug
Hello, I'm trying to use the Kube API Test artifact in a project, but Maven is unable to resolve the dependency.
I see that in the New Features section of the release notes of 6.11.0 the Kube API Test is mentioned, but nonetheless the artifact isn't available in the Maven central repositoty. I've found this issue in which it was also mentioned the the feature should come in 6.11.0.
I also tried to use the 6.12.0 version, but the same problematic behavior is observed.
Fabric8 Kubernetes Client version
6.12.0
Steps to reproduce
mvn clean install
Expected behavior
Dependency is downloaded and project build is successful.
Runtime
Kubernetes (vanilla)
Kubernetes API Server version
other (please specify in additional context)
Environment
Windows, other (please specify in additional context)
Fabric8 Kubernetes Client Logs
No response
Additional context
K8s version: irrelevant
The text was updated successfully, but these errors were encountered: