Skip to content

1.6.0 (2022-02-03)

Compare
Choose a tag to compare
@manusa manusa released this 03 Feb 11:36
· 1157 commits to master since this release
  • Fix #1047: Gradle image build should use the Quarkus generator for Quarkus projects
  • Fix #778: Support deserialization of fragments with mismatched field types of target Java class
  • Fix #802: Update Fabric8 kubernetes Client to v5.10.1
  • Fix #887: Incorrect warning about overriding environment variable
  • Fix #900: Fix #900: Remove projectArtifactId and projectVersion from gradle.properties in Spring Boot Helm Quickstart
  • Fix #961: k8sBuild, k8sResource and k8sApply tasks don't respect skip options
  • Fix #1030: Update IngressEnricher's default targetApiVersion to networking.k8s.io/v1
  • Fix #1054: Log selected Dockerfile in Docker build mode
  • Fix #1055: Throw Exception when podman daemon returns null for given image post build
  • Fix #1106: Container Images based on Java 17 (Java-exec, Tomcat, Jetty, Karaf)
  • Fix #1113: ResourceUtil.deserializeKubernetesListOrTemplate should also handle YAML manifests with multiple docs
  • Fix #1120: OpenShiftBuildService flattens assembly only if necessary
  • Fix #1123: Helm supports .yaml and .yml source files
  • Fix #1136: ConcurrentModificationException when running gradle k8sBuild on Quarkus sample
  • Fix #1145: Remove redundant ServiceHubFactory
  • Fix #1146: VertxGenerator now works with Kubernetes Gradle Plugin
  • Fix #1148: Enable MicronautGenerator with Kubernetes Gradle Plugin
  • Fix #1150: Enable OpenLibertyGenerator on Kubernetes Gradle Plugin
  • Fix #1157: Enable Create Image (pull) HTTP API options
  • Fix #1167: Replace apiextensions.k8s.io/v1beta1 by apiextensions.k8s.io/v1
  • Fix #1180: k8s:watch uses default namespace even if other namespace is configured
  • Fix #1190: OpenShiftBuildService doesn't apply resources in configured namespace
  • Fix #1195: Push goal doesn't respect skip option in image build configuration
  • Fix #1209: Remove WildFly Swarm support
  • Fix #1219: Bump kubernetes-client to 5.11.2
  • Fix #1213: SnakeYaml dependency from Kubernetes Client + uses SafeConstructor
  • Fix #1142: Log informative message whenever a goal/task is skipped
  • Fix #1197: Kubernetes Gradle Build tasks don't account for image model configuration skip field
  • Fix #1245: Deprecate maven.jkube.io annotation prefix used in enrichers in favor of jkube.eclipse.org
  • Fix #1244: Helm Parameters/Variables/Values.yaml can be configured via XML/DSL
  • Fix #1244: Helm parameters can use dotted notation ${helm.parameter.with.dots}
  • Fix #1232: Warning, instead of exception, on temporary image existence
  • Fix #1192: Log Docker Build Context Directory while building image in Simple Dockerfile mode