Skip to main content

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

Hi Everyone,

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

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

These are the features and fixes included in 1.5.1:
- Fix #31: Kubernetes/OpenShift Gradle Plugin initial implementation **(Preview)** [3]
- Fix #971: Rethrow the InterruptException that is caught in ApplyMojo.java [4]
- Fix #823: Converting `StringBuffer` to `StringBuilder` in `jkube/jkube-kit/common/src/main/java/org/eclipse/jkube/kit/common/util/IoUtil.java` and `jkube/jkube-kit/common/src/main/java/org/eclipse/jkube/kit/common/util/TemplateUtil.java` [5]
- Fix #815: `java.lang.ClassCastException` during `oc:build` when OpenShift not present [6]
- Fix #716: Update Spring Boot Quickstarts to the latest version [7]
- Fix #907: Bump JKube base images to 0.0.10 [8]
- Fix #832: Bump jib-core to 0.20.0 [9]
- Fix #904: DeploymentConfig ImageChange trigger seems to be wrong for custom images [10]
- Fix #904: `%g` should be resolved to namespace in OpenShift Maven Plugin [11]
- Fix #908: OpenShift-Maven-Plugin doesn't remove periods from container name [12]
- Fix #923: QuarkusGenerator not applicable when using `io.quarkus.platform` groupId [13]
- Fix #895: FileUtil#createDirectory works for files with trailing separator (`/`) [14]
- Fix #913: Make provider name configurable [15]
- Fix #877: LogMojo: Change access modifiers to protected for use in XML configuration [16]
- Fix #1036: JKubeTarArchive doesn't load files in memory [17]
- Fix #1040: Remove deprecated `ExpectedException.none()` and `@Rule` and use `assertThrows` instead [18]
- Fix #1084: Gradle dependencies should be test or provided scope [19]


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

[1] https://repo1.maven.org/maven2/org/eclipse/jkube/kubernetes-maven-plugin/1.5.1/
[2] https://www.eclipse.org/jkube/docs/migration-guide/
[3] https://github.com/eclipse/jkube/issues/31
[4] https://github.com/eclipse/jkube/issues/971
[5] https://github.com/eclipse/jkube/issues/823
[6] https://github.com/eclipse/jkube/issues/815
[7] https://github.com/eclipse/jkube/issues/716
[8] https://github.com/eclipse/jkube/issues/907
[9] https://github.com/eclipse/jkube/issues/832
[10] https://github.com/eclipse/jkube/issues/904
[11] https://github.com/eclipse/jkube/issues/904
[12] https://github.com/eclipse/jkube/issues/908
[13] https://github.com/eclipse/jkube/issues/923
[14] https://github.com/eclipse/jkube/issues/895
[15] https://github.com/eclipse/jkube/issues/913
[16] https://github.com/eclipse/jkube/issues/877
[17] https://github.com/eclipse/jkube/issues/1036
[18] https://github.com/eclipse/jkube/issues/1040
[19] https://github.com/eclipse/jkube/issues/1084
[20] https://github.com/eclipse/jkube
[21] https://gitter.im/eclipse/jkube

Back to the top