Please release 0.4.x series to Maven Central
See original GitHub issueHello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we’ll work with you on design, scheduling, etc.)
Issue details
Currently https://mvnrepository.com/artifact/com.pulumi/eks only contains 0.37.1 as the latest released version. As a result I cannot follow instructions https://stackoverflow.com/questions/72473455/is-there-a-way-to-solve-kubeconfig-user-entry-is-using-deprecated-api-version/72474110#72474110 and currently getting:
kubernetes:core/v1:ConfigMap (my-cluster-nodeAccess):
error: failed to initialize discovery client: exec plugin: invalid apiVersion "client.authentication.k8s.io/v1alpha1"
When trying to provision eks-minimal Java example updated in https://github.com/pulumi/examples/pull/1281
Affected area/feature
Issue Analytics
- State:
- Created a year ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Maven – Guide to uploading artifacts to the Central Repository
Many open source projects want to allow users of their projects who build with Maven to have transparent access to their project's artifacts....
Read more >Maven error in eclipse (pom.xml) : Failure to transfer org ...
Right Click on your project: Run (As) -> Maven install. After which, if the build fails when you do Maven Install, it means...
Read more >Maven Central Developers Guide - Oracle
0.0 release, we move the packaging on Maven Central from pre-established dependencies between artifacts to giving Java developers a choice between "pick-and- ...
Read more >Maven Central Repository Search
Official search by the maintainers of Maven Central Repository. ... Introducing the new look of The Central Repository, designed to address artifact search ......
Read more >How to add Oracle JDBC driver in your Maven local repository
Here's a simple guide to show you how to add an Oracle JDBC driver into your Maven local repository, and also how to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@t0yv0 there hasn’t been an eks release of a full version since we merged in Java to this repo
the next release will go out this week and be 0.42.0 and include it
That’s great thanks! Yes, it looks like we were trying to use
pulumictlto set the version before we’d installedpulumictl. Will get this merged and test cutting a new release