Skip to content

v1.0.0-alpha.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@dinesh dinesh released this 01 Jun 15:12
· 220 commits to master since this release

Datacol v1.0.0-alpha.5

Datacol provides Heroku-like workflow for deploying apps on cloud (AWS/GCP). It is still under active development, and features may change at any time.

To know more, follow our site.

Distribution

Datacol is distributed in binary form for Linux, OSX, and Windows systems for the v1.0.0-alpha.5 release. Please note that Windows support is currently experimental and may have issues. Binaries are available through on Google Cloud Storage. The direct GCS links are:

Darwin/amd64
Linux/amd64
Windows/amd64

Install

curl -sSL https://www.datacol.io/install | sh 

Changelogs

Datacol alpha.5 release includes following updates:

[Feature] CloudSQL Postgres Support

Provision a Cloudsql Postgres instance directly from CLI using datacol infra create --cpu 1. Later you can link with any app via datacol infra link postgres-1123.

[Feature] Buildpack support

If no Dockerfile or app.yaml ( App-engine config) found, datacol will try to detect the app type with Heroku buildpacks.

[Feature] Streaming logs

Better streaming logs from k8s datacol logs --follow

[Fix] Controller authentication

Added authentication for GRPC api

[Fix] Large repositories

Since GRPC have max 4MB message type, we added support for upload large repositories in chunks of 1MB.

[Fix] Better build status

Support for polling build status from container builder.

[Feature] Improved config

datacol login will dump config into ~/.datacol/config.json