Skip to main content

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

Hi Everyone,

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

pom.xml:

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

build.gradle:

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

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

These are the features and fixes included in 1.13.0:
- Fix #1478: Should detect and warn the user if creating ingress and ingress controller not available [3]
- Fix #2092: Support for `Chart.yaml` fragments [4]
- Fix #2150: Bump Kubernetes Client to 6.6.0 (fixes issues when trace-logging OpenShift builds) [5]
- Fix #2162: Bump Kubernetes Client to 6.6.1 (HttpClient with support for PUT + InputStream) [6]
- Fix #2165: Introduce a Kubernetes resource Security Hardening profile (opt-in) [7]
- Fix #2166: Potential command line injection in SpringBootWatcher [8]
- Fix #2170: `internal-microservice` profile prevents Service exposure [9]
- Fix #2174: Profile merge constructor accounts for parentProfile field [10]
- Fix #2187: `serviceAccount` configuration option has stopped working [11]
- Fix #2192: Bump Kubernetes Client to 6.7.1 (use JKube Serialization util to wrap around the Kubernetes Client KubernetesSerialization) [12]
- Fix #2201: Bumps JKube Base images to 0.0.19 [13]

Your feedback is highly appreciated, you can provide it by 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.13.0/
[2] https://www.eclipse.org/jkube/docs/migration-guide/
[3] https://github.com/eclipse/jkube/issues/1478
[4] https://github.com/eclipse/jkube/issues/2092
[5] https://github.com/eclipse/jkube/issues/2150
[6] https://github.com/eclipse/jkube/issues/2162
[7] https://github.com/eclipse/jkube/issues/2165
[8] https://github.com/eclipse/jkube/issues/2166
[9] https://github.com/eclipse/jkube/issues/2170
[10] https://github.com/eclipse/jkube/issues/2174
[11] https://github.com/eclipse/jkube/issues/2187
[12] https://github.com/eclipse/jkube/issues/2192
[13] https://github.com/eclipse/jkube/issues/2201
[14] https://github.com/eclipse/jkube
[15] https://gitter.im/eclipse/jkube

Sun Tan

Senior Software Engineer

Eclipse JKube @ Red Hat

also Paris JUG Leader

Red Hat Paris

sutan@xxxxxxxxxx    
M: +33621024173    

@__sunix_   me  

Back to the top