Releases: cloud66-oss/starter
1.4.3
1.4.2
Easy Onboarding
Added support for easy Kubernetes onboarding:
2c9cb3f
Easy Onboarding
Added support for easy Kubernetes onboarding:
2c9cb3f
Disable API mode for Kubernetes
Conversion from service.yml to kubernetes.yml
This release will support the direct convertion from a service.yml
to the kubernetes.yml
format. This give you the option to run a Cloud 66 service definition on your local Kubernetes cluster (for example minikube). The kubernetes
pack will be available to be used both through the API and the CLI tool.
command: starter -g kube
Conversion from docker-compose.yml to service.yml
This release will support the direct convertion from a docker-compose.yml
to the service.yml
format. The docker-compose
pack will be available to be used both through the API and the CLI tool.
Starter API support + extended Node support (including Meteor)
This release will support API mode. You can use Starter as a microservice to analyse codebases on demand. Also, this version will use Docker Registry to check if a specific version public version exists. We add Meteor support to the Node buildpack. The binaries are compiled using Go 1.7 (compatible with macOS Sierra)
Starter 1.0.3
Support for nodejs and PHP!