Skip to main content

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

Hi Everyone,

We are pleased to announce Eclipse JKube 1.4.0 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.4.0</version>
</plugin>

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

These are the features and fixes included in 1.4.0:
- Fix #253: Refactor JKubeServiceHub's BuildService election mechanism via ServiceLoader [3]
- Fix #425: Multi-layer support for Container Images [4]
- Fix #548: Define property for skipping cluster autodetect/offline mode [5]
- Fix #551: Add Configuration options to IngressEnricher [6]
- Fix #653: `k8s:watch` port-forward websocket error due to wrong arguments in PortForwardService [7]
- Fix #672: Add missing fields in ProbeConfig for configuring Readiness/Liveness Probes [8]
- Fix #701: Update Fabric8 Kubernetes Client to 5.4.0 [9]
- Fix #704: NPE when using Service fragment with no port specified [10]
- Fix #705: JIB assembly works on Windows [11]
- Fix #710: Support DockerImage as output for Openshift builds [12]
- Fix #714: feat: Helm support for Golang expressions [13]
- Fix #718: Port fabric8io/docker-maven-plugin#1318: Update ECR authorization token URL [14]
- Fix #725: Upgrade HttpClient from 4.5.10 to 4.5.13 [15]
- Fix #730: Port fabric8io/docker-maven-plugin#1311: Use AWS SDK to fetch AWS credentials [16]
- Fix #741: Private constructor added to Utility classes [17]
- Fix #751: QuarkusGenerator: Multi-layer images for the different Quarkus packaging modes [18]
- Fix #756: Service re-apply error happening during `k8s:watch` [19]
- Fix #758: QuarkusHealthCheckEnricher: default health path value is outdated [20]
- Fix #777: Error processing tar file(archive/tar: missed writing 4096 bytes) on Docker 1.12.1 [21]

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

[1] https://repo1.maven.org/maven2/org/eclipse/jkube/kubernetes-maven-plugin/1.4.0/
[2] https://www.eclipse.org/jkube/docs/migration-guide/
[3] https://github.com/eclipse/jkube/issues/253
[4] https://github.com/eclipse/jkube/issues/425
[5] https://github.com/eclipse/jkube/issues/548
[6] https://github.com/eclipse/jkube/issues/551
[7] https://github.com/eclipse/jkube/issues/653
[8] https://github.com/eclipse/jkube/issues/672
[9] https://github.com/eclipse/jkube/issues/701
[10] https://github.com/eclipse/jkube/issues/704
[11] https://github.com/eclipse/jkube/issues/705
[12] https://github.com/eclipse/jkube/issues/710
[13] https://github.com/eclipse/jkube/issues/714
[14] https://github.com/eclipse/jkube/issues/1318
[15] https://github.com/eclipse/jkube/issues/725
[16] https://github.com/eclipse/jkube/issues/1311
[17] https://github.com/eclipse/jkube/issues/741
[18] https://github.com/eclipse/jkube/issues/751
[19] https://github.com/eclipse/jkube/issues/756
[20] https://github.com/eclipse/jkube/issues/758
[21] https://github.com/eclipse/jkube/issues/777
[22] https://github.com/eclipse/jkube
[23] https://gitter.im/eclipse/jkube

Back to the top