[ANNOUNCE] Eclipse JKube 1.18.2 released

2 views
Skip to first unread message

Marc Nuri San Felix

unread,
Nov 3, 2025, 9:25:22 AM (4 days ago) Nov 3
to Ashish Thakur, devtools-deploy, devtools-build, devtools-saas, fabric8-devclients, fabric8, devtools-team, Gerard Braad, Rohan Kumar
Hi Everyone,

We are pleased to announce Eclipse JKube 1.18.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:

pom.xml:

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

build.gradle:

plugins {
  id 'org.eclipse.jkube.kubernetes' version '1.18.2'
}

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

These are the features and fixes included in 1.18.2:
- Fix #3750: Remove unneeded XMLUtil.createNewDocument method [3]
- Fix #3740: Add verbose extension prop as per the gradle plugin docs [4]
- Fix #3754: Bumped Jackson to 2.19.2 [5]
- Fix #3779: Compatibility with gradle 9 [6]
- Fix #3780: ImageName should respect project.build.outputTimestamp when present [7]

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

[1] https://repo1.maven.org/maven2/org/eclipse/jkube/kubernetes-maven-plugin/1.18.2/
[2] https://www.eclipse.dev/jkube/docs/migration-guide/
[3] https://github.com/eclipse-jkube/jkube/issues/3750
[4] https://github.com/eclipse-jkube/jkube/issues/3740
[5] https://github.com/eclipse-jkube/jkube/issues/3754
[6] https://github.com/eclipse-jkube/jkube/issues/3779
[7] https://github.com/eclipse-jkube/jkube/issues/3780
[8] https://github.com/eclipse-jkube/jkube
[9] https://gitter.im/eclipse/jkube
Reply all
Reply to author
Forward
0 new messages