Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jkube-dev] [ANNOUNCE] Eclipse JKube 1.0.2 released

Hi Everyone,

We are pleased to announce Eclipse JKube 1.0.2 was just released! You can find the release at Maven Central [1].

Eclipse JKube is a collection of plugins and libraries that are used for building container images using Docker, JIB or S2I build strategies.
Eclipse JKube generates and deploys Kubernetes/OpenShift manifests at compile time too.

JKube is the successor to the deprecated Fabric8 Maven Plugin, please check our migration guide [2] if you come from FMP.

Using this release:

<plugin>
  <groupId>org.eclipse.jkube</groupId>
  <artifactId>kubernetes-maven-plugin</artifactId>
  <version>1.0.2</version
</plugin>

(Check Maven Central [1] for the rest of artifacts)

These are the features and fixes included in 1.0.2:
- Fix #429: Added quickstart for Micronaut framework [3]
- Fix #370: Replacing anonymous Runnables with lambdas in WatchService [4]
- Fix #440: Added quickstart for MicroProfile running on OpenLiberty [5]
- Fix #442: Valid content type for REST docker API requests with body [6]
- Fix #448: Service.spec.type added from config if existing Service fragment doesn't specify it [7]
- Fix #451: Docker push works with Podman REST API [8]
- Fix #447: Removed misleading watch-postGoal warning + fixed rolling update in DockerImageWatcher [9]
- Fix #452: CustomResource apply logic, should consider Kind too while checking CustomResourceDefinitionContext [10]
- Fix #174: Build failure when trying to use Dockerfile for arguments in FROM, port of fabric8io/docker-maven-plugin#1299 [11]

Your feedback is highly appreciated, you can provide it replying to the mailing list or through the usual channels. [12] [13]

[1] https://repo1.maven.org/maven2/org/eclipse/jkube/kubernetes-maven-plugin/1.0.2/
[2] https://www.eclipse.org/jkube/docs/migration-guide/
[3] https://github.com/eclipse/jkube/issues/429
[4] https://github.com/eclipse/jkube/issues/370
[5] https://github.com/eclipse/jkube/issues/440
[6] https://github.com/eclipse/jkube/issues/442
[7] https://github.com/eclipse/jkube/issues/448
[8] https://github.com/eclipse/jkube/issues/451
[9] https://github.com/eclipse/jkube/issues/447
[10] https://github.com/eclipse/jkube/issues/452
[11] https://github.com/eclipse/jkube/issues/1299
[12] https://github.com/eclipse/jkube
[13] https://gitter.im/eclipse/jkube

Back to the top