Skip to content

Commit

Permalink
Added Packet provider
Browse files Browse the repository at this point in the history
  • Loading branch information
nacx committed May 18, 2017
1 parent 8a7c350 commit f23c46f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jclouds-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ limitations under the License.
<artifactId>profitbricks-rest</artifactId>
<version>${jclouds.version}</version>
</dependency>
<dependency>
<groupId>org.apache.jclouds.labs</groupId>
<artifactId>packet</artifactId>
<version>${jclouds.version}</version>
</dependency>
<dependency>
<groupId>org.apache.jclouds</groupId>
<artifactId>jclouds-allblobstore</artifactId>
Expand Down

8 comments on commit f23c46f

@nathangoulding
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @nacx! Do you know when we can expect the next release? We have some users who are anxious. :)

@felfert
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I still have to make some fixes related to Windows-slaves before I create a new release. Also, there are currently some GCE problems which I want to fix before a new release. Unfortunately the affected users did not report anything to jclouds-users yet so that still may take some time...

Until then, you always can fetch the unreleased version from here:
https://ci.jenkins.io/job/Plugins/job/jclouds-plugin/job/master/
and install it manually.

@nathangoulding
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh OK, sounds good. Thanks @felfert.

@nacx
Copy link
Contributor Author

@nacx nacx commented on f23c46f May 23, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@felfert The GCE issue is JCLOUDS-1300? If so, I can have a look and prioritize it.

@felfert
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Also one of the users now has posted more info to jclouds-users ML:
https://lists.apache.org/thread.html/1253b32da1ed63322e45550e5a064230b696138b8831629577817c46@%3Cuser.jclouds.apache.org%3E

If that could be prioritized, that would be nice :-)

@nathangoulding
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@felfert @nacx any update on getting a new release cut?

@nathangoulding
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@felfert @nacx nudge

@vielmetti
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nudging @felfert @nacx @nathangoulding again - we have now a project that's looking to use this for the CNCF at cncf/cluster#83 and they are blocked for the moment until this is resolved or worked around.

Please sign in to comment.