Skip to content

1.0.0-alpha-4 (2020-06-08)

Compare
Choose a tag to compare
@manusa manusa released this 09 Jun 05:10
· 1834 commits to master since this release
  • Fix #173: Use OpenShift compliant git/vcs annotations
  • Fix #182: Assembly is never null
  • Fix #184: IngressEnricher seems to be broken, Port of fabric8io/fabric8-maven-plugin#1730
  • Fix #198: Wildfly works in OpenShift with S2I binary build (Docker)
  • Fix #199: BaseGenerator retrieves runtime mode from context (not from missing properties)
  • Fix #201: Webapp-Wildfly supports S2I source builds too (3 modes Docker, OpenShift-Docker, OpenShift-S2I)
  • Fix #205: JavaExecGenerator uses jkube/jkube-java-binary-s2i for Docker and S2I builds (#183)
  • Fix #206: WebAppGenerator with "/" path renames artifacts to ROOT.war
  • Fix #206: WebAppGenerator>TomcatAppSeverHandler uses quay.io/jkube/jkube-tomcat9-binary-s2i as base image
  • Fix #210: WebAppGenerator>JettyAppSeverHandler uses quay.io/jkube/jkube-jetty9-binary-s2i as base image
  • Fix #211: pom.xml configured runtime mode <mode> is considered instead of <configuredRuntimeMode>
  • Fix #209: WildFlySwarmGenerator includes required env variables + java options
  • Fix #214: fix: KarafGenerator update (Created Karaf Quickstart #188, fix FileSet problems, upgraded base images)
  • Update Fabric8 Kubernetes Client to v4.10.2
  • Fix #220: Remove Red Hat specific image support
  • Fix #221: Role Resources Not Supported by Kubernetes Cluster Configurations
  • Fix #226: Refactored FileUtil#getRelativeFilePath to use native Java File capabilities
  • Fix #224: RoleBinding Resources Not Supported by Kubernetes Cluster Configurations
  • Fix #191: Removed @Deprecated fields from RunImageConfiguration
  • Fix #233: Provided Slf4j delegate KitLogger implementation
  • Fix #234: Watch works with complex assemblies using AssemblyFile