Skip to content

Tags: codelabspro/controller

Tags

v2.13.0

Toggle v2.13.0's commit message
Merge pull request deis#1271 from mboersma/test-in-docker

feat(Makefile,rootfs): run unit and style tests in container

v2.12.0

Toggle v2.12.0's commit message
Merge pull request deis#1255 from mboersma/default-admin-only-registr…

…ation

fix(charts): default registration mode to "admin_only"

v2.11.1

Toggle v2.11.1's commit message
Merge pull request deis#1245 from mboersma/update-reqs

chore(requirements): update ldap, drf, and requests-toolbelt

v2.11.0

Toggle v2.11.0's commit message
fix(charts): reference registry-proxy on 127.0.0.1 (deis#1239)

On some providers, "localhost" is not set up on the host network. explicitly calling the loopback
address fixes this.

v2.10.0

Toggle v2.10.0's commit message
fix(management): display error when connecting to the database (deis#…

…1190)

This error message is useful even without debug enabled.

v2.9.1

Toggle v2.9.1's commit message

Verified

This commit was signed with the committer’s verified signature.
mboersma Matt Boersma
fix(api): account for NoneType when resource is gone (deis#1178)

In versions prior to Kubernetes v1.5, an empty list was returned when a resource didn't exist. in
v1.5 it now returns a NoneType, so we need to account for that change and convert it back to an
empty list.

v2.9.0

Toggle v2.9.0's commit message
Merge pull request deis#1144 from zinuzoid/new-label-cmd

feat(label-cmd): support new label cmd

v2.8.1

Toggle v2.8.1's commit message
Merge pull request deis#1122 from kmala/release

fix(release): Don't rollback if there is no build

v2.8.0

Toggle v2.8.0's commit message
Merge pull request deis#1119 from kmala/registration

fix(registration): Add support to change the default regsitration mode

v2.7.1

Toggle v2.7.1's commit message
- [`eb1a2a9`](deis@eb1a2a9) charts: Add helm charts for controller