Existing VPCs, Fluentd, and More
ddollar
released this
21 Jul 21:42
·
4226 commits
to master
since this release
Existing VPCs
You can now create a Rack in an existing VPC during convox install
(#837) [@ddollar]
$ convox install --existing-vpc vpc-12345678 --existing-subnets=10.0.1.0/24,10.0.2.0/24,10.0.3.0/24
Fluentd
You can now stream your logs to fluentd by adding a service. (#893) [@adamenger]
$ convox services create fluentd --url=tcp://fluentd-collector.example.com:24224
General Enhancements
- Pad the uploading progress to remove artifacts (#890) [@MiguelMoll]
- Warn about multiple missing env vars during
convox start
(#886) [@awsmsrc] - Support
convox run
on unpromoted releases (#860) [@MiguelMoll]