Skip to content

Releases: generationtux/brizo

v0.1.7

19 Apr 19:23
Compare
Choose a tag to compare

Release of version 0.1.7

v0.1.6

19 Apr 15:23
Compare
Choose a tag to compare

Release of version 0.1.6

v0.2.1

13 Apr 14:44
f2a50e3
Compare
Choose a tag to compare

Release of version 0.2.1

v0.2.0

12 Apr 03:06
f2a50e3
Compare
Choose a tag to compare

Release of version 0.2.0

v0.1.5

17 Apr 17:00
f2a50e3
Compare
Choose a tag to compare

Release of version 0.1.5

0.1.4

17 Mar 16:01
Compare
Choose a tag to compare

Container image: gentux/brizo:0.1.4

Bug Fixes:

  • Fixed migration flow and logic so values are properly assigned with new column additions

0.1.3

14 Mar 19:34
Compare
Choose a tag to compare

Container image: gentux/brizo:0.1.3

Bugfixes:

  • Migrations fix

0.1.2

13 Mar 17:44
b6bb684
Compare
Choose a tag to compare
  • Reworked data structure
  • Version promote endpoint
  • New help section
  • Display of Containers and Volumes in Version detail

0.1.1

27 Feb 17:55
Compare
Choose a tag to compare

Container image: gentux/brizo:0.1.1

New features:

  • Create and view API access tokens

Bugfixes:

  • OAuth state management when using multiple instances of Brizo. This is a temporary fix with a more permanent solution coming soon.
  • Services that get bootstrapped for environments now set label selectors

0.1.0 First release!

24 Feb 18:29
Compare
Choose a tag to compare

This is the initial release for Brizo! The goal is to build a super useful PAAS that can be dropped into a K8s cluster. This project is under active development, and for the first release we support the following features:

The corresponding container image for this release is available at gentux/brizo:0.1.0

  • Auth using Github
  • Invite users by Github username
  • Create apps and corresponding environments (will bootstrap a generic k8s service for each env)
  • Config env variables per environment
  • Create a version with one or more containers that gets launched with corresponding environment variables
  • When ports are exposed for a version the corresponding environments service is updated to forward traffic to these ports
  • Provision temporary volumes for versions and mount them to containers

We are planning and working on documentation and hope to make progress very soon. We currently have not scheduled release cycle but our goal is to develop and release immediately and often.

screen shot 2017-02-24 at 1 32 43 pm