Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

v4.2.0

Compare
Choose a tag to compare
@devang-gaur devang-gaur released this 01 Aug 18:17
· 115 commits to master since this release

Java 11 compatibility and Java 11 base image support for Kubernetes mode based docker builds has been added.

  • Fix #1638 : Remove enrichAll parameter from ImageChangeTriggerEnricher
  • Update Docker Maven Plugin to 0.29.0
  • Chore: Refactor BaseEnricher to get rid of duplicated properties
  • Fix #872: Using spring.application.name as service name
  • Fix #1632: imagePullPolicy configuration fixed as per documentation
  • Fix #1591: Add support for custom resources creation via resource fragments
  • Fix #1628: Adding back support for templates in kubernetes mode to HelmMojo; Fix for NPE in UndeployMojo
  • Fix #1591: Add support for custom resources creation via resource fragments
  • Fix #1636: Added support to choose configMap name
  • Fix #1630: Fix CronJob Version
  • Upgrade Fabric8 kubernetes client to v4.3.0
  • Fix #1591: Add support for custom resources creation via resource fragments
  • Update docker maven plugin to 0.30.0
  • Fix #1648: Job creation fails during fabric8:apply with error: forbidden
  • Fix #1656: Openshift serviceaccount requires OAuth token authentication
  • Fix #1622: Additions to minimal profile
  • Feature #1661: Added Resource Versioning Support for RBAC
  • Fix 73: Added Service Port normalization
  • Bumped version to 4.2-SNAPSHOT
  • Fix 1678: Fix breaking xml-config sample build
  • Fix 1666: switchToDeployment does not work
  • removed redundant profiles java11 and java9-plus
  • Upgrade Fabric8 kubernetes client to v4.3.1
  • Feature #1647: Added Base Image support for Java 11
  • Fix #1680: DockerBuildServiceTest Refactored