Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
/ fabric8 Public archive
forked from fabric8io/fabric8

Latest commit

 

History

History
78 lines (54 loc) · 6.29 KB

Changes.md

File metadata and controls

78 lines (54 loc) · 6.29 KB

1.2.0.Beta5

  • Profile name must be in lower-case letters
  • Fixed CPU spike when using hawtio and browsing container or profile details
  • Switched to using Apache Karaf 2.4.0

1.2.0.Beta4

  • Improves startup experience so its a bit more clear when fabric8 has completed provisioning.
  • Improvements to the REST API so you can easily view containers for a profile, start/stop/delete containers or POST new profiles to a version or DELETE profiles
  • Fixes these 60 issues

Note that until we move to CXF 3.x the REST API is at http://localhost:8181/cxf/fabric8 and not its usual http://localhost:8181/api/fabric8 - you can always use the fabric:info CLI command to find it.

1.2.0.Beta3

  • Fixes running fabric8 inside docker and creating containers from within docker
  • Fixes these 12 issues

1.2.0.Beta2

  • Upgrade to Apache Karaf 2.4.x build so that we get full Role Based Access Control (RBAC) support on all MBeans, OSGi services and CLI commands (hence the upgrade to 1.2.x as the change to RBAC was bigger than a minor fix to 1.1.x)
  • Container names must be lower case only
  • Improved Auto Scaling UI for easier configuration of the Auto Scaling Requirements
  • Improved Configuration tab on the Profile page in the web console so its easier to configure all profiles whether containers are running or not and whether they actually use OSGi or not.
  • New Arquillian integration testing framework for easier testing against remote or docker based fabrics
  • Fixes to various things like Java containers, Tomcat and Docker
  • Fixes these issues

1.1.0.CR5

1.1.0.CR3

  • New top level Profiles tab in the web console makes it nice and easy to view and search all profiles; filtering by text or tag with nice icons and summary text coming from icon.(svg,png,jpg) and Summary.md files in the wiki
  • First spike of Fabric DNS support
  • AutoScaler can now properly recreate Java Container and Process Container instances if the process is explicitly killed
  • The feature name for the amq: endpoint, mq-fabric-camel has been renamed to camel-amq which is more usual name for camel feature names
  • Deploying WARs to Tomcat, TomEE, Jetty or WildFly can now have their context path configured via the webContextPath property in the maven plugin or in the io.fabric8.web.contextPath.properties file in a profile
  • Fixes these 132 issues and enhancements

1.1.0.CR2

1.1.0.CR1

1.1.0.Beta6

1.1.0.Beta5

1.1.0.Beta4

1.0.0.x

  • first community release integrated into the JBoss Fuse 6.1 product
  • includes hawtio as the console
  • uses git for configuration; so all changes are audited and versioned and its easy to revert changes.