Giter VIP home page Giter VIP logo

Comments (12)

manusa avatar manusa commented on June 12, 2024 1

You're right, the release pipelines were not modified and the module has not been released 😞.

from kubernetes-client.

manusa avatar manusa commented on June 12, 2024 1

Awesome, I'll try to release a 6.12.1 patch version to make the module GA.

from kubernetes-client.

ivanchuchulski avatar ivanchuchulski commented on June 12, 2024

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 main branch. How those could be referenced/used?

from kubernetes-client.

manusa avatar manusa commented on June 12, 2024

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.

from kubernetes-client.

ivanchuchulski avatar ivanchuchulski commented on June 12, 2024

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.

from kubernetes-client.

manusa avatar manusa commented on June 12, 2024

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 ---> 6.13-SNAPSHOT

from kubernetes-client.

ivanchuchulski avatar ivanchuchulski commented on June 12, 2024

Hello, I added the settings you've mentioned, but the dependency is still not resolvable:
[ERROR] Failed to execute goal on project kube-api-test-tryout: Could not resolve dependencies for project org.example:kube-api-test-tryout:jar:1.0-SNAPSHOT: The following artifacts could not be resolved: io.fabric8:kube-api-test:jar:6.13-SNAPSHOT (absent): Could not find artifact io.fabric8:kube-api-test:jar:6.13-SNAPSHOT in sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots) -> [Help 1]

from kubernetes-client.

rohanKanojia avatar rohanKanojia commented on June 12, 2024

something is odd... I only see kube-api-test-parent being uploaded here https://oss.sonatype.org/content/repositories/snapshots/io/fabric8/kube-api-test-parent/

from kubernetes-client.

manusa avatar manusa commented on June 12, 2024

Yes, I was worried about that.
We need to manually add the child repositories too.

from kubernetes-client.

manusa avatar manusa commented on June 12, 2024

I have just released the SNAPSHOTS manually with the updated CI pipeline fix, could you please confirm if it's working now?

from kubernetes-client.

ivanchuchulski avatar ivanchuchulski commented on June 12, 2024

Yes, now I've managed to resolve it. Thank you very much!

from kubernetes-client.

manusa avatar manusa commented on June 12, 2024

https://github.com/fabric8io/kubernetes-client/releases/tag/v6.12.1

from kubernetes-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.