Skip to content

1.8.0 (2022-05-24)

Compare
Choose a tag to compare
@manusa manusa released this 24 May 09:08
· 994 commits to master since this release
  • Fix #1188: Add support for specifying multiple tags in Zero configuration mode
  • Fix #1194: jkube controller name configuration ignored when using resource fragments
  • Fix #1201: ThorntailV2Generator works with Gradle Plugins
  • Fix #1208: Allow env variables to be passed to a webapp generator s2i builder
  • Fix #1218: Generate yaml files for different environments
  • Fix #1251: Generate a preview of jkube documentation for PR if needed
  • Fix #1259: Add integration test and docs for NameEnricher
  • Fix #1260: Add documentation for PodAnnotationEnricher
  • Fix #1261: Add documentation for PortNameEnricher
  • Fix #1262: Add docs + gradle integration test for ProjectLabelEnricher
  • Fix #1263: Remove RemoveBuildAnnotationsEnricher
  • Fix #1268: ProjectLabelEnricher group and version labels should be configurable
  • Fix #1284: webapp custom generator should not require to set a CMD configuration
  • Fix #1295: Spring Boot actuator endpoints failed to generate automatically if deployment.yml resource fragment is used
  • Fix #1297: ReplicaCountEnricher documentation ported to Gradle plugins
  • Fix #1298: Add integration test + documentation for RevisionHistoryEnricher in gradle plugins
  • Fix #1299: Add gradle integration tests and documentation for ServiceAccountEnricher in gradle plugins.
  • Fix #1301: Improve documentation and gradle integration test for TriggersAnnotationEnricher
  • Fix #1302: Port volume-permission maven integration tests + docs to gradle
  • Fix #1303: Add gradle integration test and docs for AutoTLSEnricher
  • Fix #1308: Add documentation for DeploymentConfigEnricher
  • Fix #1310: Add documentation + gradle integration test for ImageChangeTriggerEnricher
  • Fix #1311: Add documentation for OpenShift ProjectEnricher
  • Fix #1312: Add documentation + gradle integration test for RouteEnricher
  • Fix #1322: Support for Startup probes via XML/DSL configuration
  • Fix #1325: jkube.enricher.jkube-name.name doesn't modify .metadata.name for generated manifests
  • Fix #1328: Provide guidance when the final project packaged file is not found
  • Fix #1336: Add documentation and quickstart for using custom generators with Gradle Plugins
  • Fix #1362: VolumePermissionEnricher : Replace iteration with bulk Collection.addAll call
  • Fix #1382: Docker Build ARGS not replaced properly
  • Fix #1324: Support legacy javaee as well as jakartaee projects in the Tomcat webapp generator
  • Fix #1460: Route doesn't use the service "normalizePort"
  • Fix #1470: Add support for Apple M1 CPUs
  • Fix #1482: Quarkus Generator and Enricher should be compatible with the Red Hat build
  • Fix #1483: Assembly files with unnormalized paths don't get fileMode changes
  • Fix #1489: Align BaseGenerator's add and tags config options to work with jkube.generator.* properties
  • Fix #1512: Gradle plugins are graduated