- 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)
- 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
- AutoScaler can now properly recreate ssh containers if the ssh hosts are specified in the json like in this example plus there is a new autoscale-status CLI command to see how the auto scaler is progressing
- Fixes these 56 issues and enhancements
- 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
- Renamed CLI command
fabric:profile-download
tofabric:profile-download-artifacts
- Fixes these 165 issues and enhancements
- Working Java Container for working with Micro Services and Spring Boot
- Great Spring Boot integration
- Support for Apache Tomcat, TomEE and Jetty as web containers
- integration with fabric:watch * and various containers like Java Container, Spring Boot, Tomcat, TomEE, Jetty
- lots more QuickStart examples which are all included in the distribution and turned into archetypes
- new Continuous Deployment commands like profile-import, profile-export and improved mvn fabric8:zip goal that works with multi-maven projects
- Fixes these 136 issues and enhancements
- the script to start a container is now bin/fabric8 and by default it will create a fabric unless you explicitly configure one of the fabric8 environment variables
- added new maven plugin goals (fabric8:agregate-zip, fabric8:zip, fabric8:branch)
- fully working docker support so using the docker profile you can create containers using docker.
- Fixes these 300 issues and enhancements
- 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.