Releases: tilt-dev/ctlptl
v0.4.2
v0.4.1
v0.4.0
Changelog
288a4ab add an example of setting the kuberentes version to the docs (#69)
d2ccb5e cluster: add support for Kind's custom config (#73)
a0c20e0 cluster: delete and re-create the cluster when the config changes (#79)
f125cf4 cluster: improve error reporting for docker-desktop settings. Fixes #71 (#72)
dc7ac0a cluster: make ctlptl apply set the current context (#77)
ff3690a cluster: print the location of the registry on setup (#78)
006e01d cluster: store the cluster spec in the cluster itself (#76)
v0.3.1
v0.3.0
Changelog
19005bb cluster: add a Current() api (#56)
dc40ddb cluster: applying a new cluster should make it the current. deleting a cluster should remove it from kubeconfig (#60)
d03e0e7 cmd: add ctlptl create cluster, ctlptl create registry (#59)
612682d cmd: add ctlptl docker-desktop quit (#58)
2bbb1ef refresh docs (#55)
0cb207e release: update goreleaser to use https (#57)
v0.2.2
New features
- Support for HostFromClusterNetwork so that you can push to the registry from inside the cluster
- Add
ctlptl docker-desktop reset-cluster
Changelog
98ddd61 add a simple server for testing (#50)
d1ab88a cluster: add HostFromClusterNetwork to minikube (#53)
9971d1f cluster: add registry mirrors for the cluster network (#51)
ec308a1 cluster: add spec for setting kubernetes version (#47)
6846688 cluster: minikube 1.15 creates a unique network for each cluster (#52)
472eb5b cmd: add a docker-desktop reset-cluster command (#48)
902ae44 cmd: apply registries first (#54)
v0.2.1
v0.2.0
Changelog
37e5f37 add docker-desktop command (#35)
4845083 add docker-desktop set command (#36)
1291cc6 add minikube support (#41)
ef9246a flesh out the readme (#42)
4aed876 generate cli docs (#39)
df5a541 hide klog flags from the help output (#37)
8aea6f7 readme: add docs (#34)
843ab83 reorganize the admin code a bit (#40)
2b6a00e windows support (#38)
v0.1.0
Changelog
59421d5 Add .circleci/config.yml
e4bfecf Initial commit
66b277e Merge pull request #1 from tilt-dev/nicks/README
9e3c375 Merge pull request #2 from tilt-dev/nicks/init
ac3de07 Merge pull request #3 from tilt-dev/nicks/api-scaffolding
044e3e3 Merge pull request #4 from tilt-dev/circleci-project-setup
37c9e73 add a readme
766849d add api scaffolding
8c85794 add go.mod, and normalize randomly changing the pronunciation
07531c0 add goals (#22)
de3f03c add release scripts for ctlptl (#32)
97be80d api: add types for the registry (#17)
e009ea2 api: use list resources instead of slices (#24)
04872da cluster: add a client for reading/writing docker for mac settings (#16)
d567283 cluster: add the ability to create kind clusters (#23)
d131fa8 cluster: add the ability to read local registry status (#9)
faa9a14 cluster: better minikube detection (#14)
6f0a450 cluster: can create kind clusters with registries (#28)
8fa8289 cluster: ctlptl apply can change the CPU on docker for mac (#20)
8e80f64 cluster: determine age (#8)
405147e cluster: determine product from context (#7)
3c5cfbf cluster: make sure kind delete works (#25)
0dfcfcf cluster: more robust linkage between cluster and registry (#29)
1cfdc83 cluster: read the number of cpus off the cluster (#15)
39731eb cluster: support deletion of a docker-desktop-based cluster (#31)
e7773e7 cmd: cli scaffolding (#5)
ac35188 cmd: scaffolding for ctlptl delete (#21)
60acc2b ctlptl get should default to clusters (#6)
a23cae4 encoding: parse yaml (#11)
b47533e fix unit tests on macos (#30)
1f916f0 printers: fork the apimachinery printer to work with our api types (#13)
e4cf2b8 registry: add a registry controller for listing the registries (#18)
9d84657 registry: add apply and delete (#26)
f987357 registry: add networks (#19)
5bf09a0 registry: don't use 0 in the port spec, because that causes docker to randomly re-assign the port (#27)
0d754e1 richer get/list options (#10)
e4e09e0 scaffolding for an apply command (#12)
198840f tweak the release trigger (#33)