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.1 released

Hi Everyone,

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


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

These are the features and fixes included in 1.0.1:
- Fix #381: Remove root as default user in AssemblyConfigurationUtils#getAssemblyConfigurationOrCreateDefault [3]
- Fix #382: Add support for merging fragment Route spec with default generated Route [4]
- Fix #358: Prometheus is enabled by default, opt-out via AB_PROMETHEUS_OFF required to disable (like in FMP) [5]
- Fix #365: jkube.watch.postGoal property/parameter/configuration is ignored [6]
- Fix #384: Enricher defined Container environment variables get merged with vars defined in Image Build Configuration [7]
- Fix #386: final fat jar is not updated in docker build directory [8]
- Fix #385: WildFly Bootable JAR - Add native support for slim Bootable JAR [9]
- Fix #415: Fixed resource validation for new json-schema-validator version [10]
- Fix #356: Add further support for tls termination and insecureEdgeTerminationPolicy in pom.xml [11]
- Fix #327: k8s:resource replaces template variables in provided fragments, k8s:helm doesn't. [12]
- Fix #364: jkube.watch.postExec property/parameter/configuration is ignored [13]

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

[1] https://repo1.maven.org/maven2/org/eclipse/jkube/kubernetes-maven-plugin/1.0.1/
[2] https://www.eclipse.org/jkube/docs/migration-guide/
[3] https://github.com/eclipse/jkube/issues/381
[4] https://github.com/eclipse/jkube/issues/382
[5] https://github.com/eclipse/jkube/issues/358
[6] https://github.com/eclipse/jkube/issues/365
[7] https://github.com/eclipse/jkube/issues/384
[8] https://github.com/eclipse/jkube/issues/386
[9] https://github.com/eclipse/jkube/issues/385
[10] https://github.com/eclipse/jkube/issues/415
[11] https://github.com/eclipse/jkube/issues/356
[12] https://github.com/eclipse/jkube/issues/327
[13] https://github.com/eclipse/jkube/issues/364
[14] https://github.com/eclipse/jkube
[15] https://gitter.im/eclipse/jkube

Back to the top