-
Notifications
You must be signed in to change notification settings - Fork 38
Comparing changes
Open a pull request
base repository: tilt-dev/ctlptl
base: v0.8.12
head repository: tilt-dev/ctlptl
compare: main
Commits on Nov 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0307618 - Browse repository at this point
Copy the full SHA 0307618View commit details
Commits on Dec 5, 2022
-
cluster: create k3d from a config file. (#265)
fixes #224 Signed-off-by: Nick Santos <nick.santos@docker.com> Signed-off-by: Nick Santos <nick.santos@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 8df0a44 - Browse repository at this point
Copy the full SHA 8df0a44View commit details -
Configuration menu - View commit details
-
Copy full SHA for f66abd9 - Browse repository at this point
Copy the full SHA f66abd9View commit details
Commits on Dec 6, 2022
-
cluster: fix a bug in k3d 5.4+ (#266)
Signed-off-by: Nick Santos <nick.santos@docker.com> Signed-off-by: Nick Santos <nick.santos@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 10ef972 - Browse repository at this point
Copy the full SHA 10ef972View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce09580 - Browse repository at this point
Copy the full SHA ce09580View commit details
Commits on Dec 14, 2022
-
cluster: fix settings write payload (#268)
also, while i'm here, refactor the protocol negotiation to better express what's happening and match the socket names on disk fixes #267 Signed-off-by: Nick Santos <nick.santos@docker.com> Signed-off-by: Nick Santos <nick.santos@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 9991a12 - Browse repository at this point
Copy the full SHA 9991a12View commit details
Commits on Dec 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 045f226 - Browse repository at this point
Copy the full SHA 045f226View commit details
Commits on Jan 30, 2023
-
cluster: add kubernetes v1.26.0 for kind v0.17 (#269)
Signed-off-by: zoetrope <a.ikezoe@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 49b5edb - Browse repository at this point
Copy the full SHA 49b5edbView commit details -
k3dv1alpha4: add HostAliases to config (#270)
Signed-off-by: Nick Sieger <nick@nicksieger.com>
Configuration menu - View commit details
-
Copy full SHA for cbc5581 - Browse repository at this point
Copy the full SHA cbc5581View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7faa84 - Browse repository at this point
Copy the full SHA a7faa84View commit details
Commits on Feb 16, 2023
-
build(deps): bump github.com/containerd/containerd from 1.6.8 to 1.6.…
…18 (#271) Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.6.8 to 1.6.18. - [Release notes](https://github.com/containerd/containerd/releases) - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md) - [Commits](containerd/containerd@v1.6.8...v1.6.18) --- updated-dependencies: - dependency-name: github.com/containerd/containerd dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for be1b350 - Browse repository at this point
Copy the full SHA be1b350View commit details
Commits on Feb 22, 2023
-
deps: upgrade to go 1.20 (#272)
Signed-off-by: Nick Santos <nick.santos@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 733a582 - Browse repository at this point
Copy the full SHA 733a582View commit details -
Add
go install
to README (#273)At least in my small team, we all agree that `go install` is the easiest way to install command line tools.
Configuration menu - View commit details
-
Copy full SHA for a3de768 - Browse repository at this point
Copy the full SHA a3de768View commit details
Commits on Feb 23, 2023
-
build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 (#274)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.3.7...v0.3.8) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cbf4760 - Browse repository at this point
Copy the full SHA cbf4760View commit details
Commits on Feb 24, 2023
-
ci: increase lint timeout (#276)
Signed-off-by: Nick Santos <nick.santos@docker.com>
Configuration menu - View commit details
-
Copy full SHA for de62eb9 - Browse repository at this point
Copy the full SHA de62eb9View commit details -
Add env property on Registry (#277)
* feat: implement env properties on registries Signed-off-by: Nicolas COLLET <MalibuKoKo@users.noreply.github.com> * test(ContainerInspect): add & fill up Config prop in mocked function Signed-off-by: Nicolas COLLET <MalibuKoKo@users.noreply.github.com> * test(registry_test.go): implement function TestCustomEnv Signed-off-by: Nicolas COLLET <MalibuKoKo@users.noreply.github.com> * fix var variable assignment Signed-off-by: Nicolas COLLET <MalibuKoKo@users.noreply.github.com> --------- Signed-off-by: Nicolas COLLET <MalibuKoKo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 319f726 - Browse repository at this point
Copy the full SHA 319f726View commit details -
build(deps): bump golang.org/x/net (#278)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220826154423-83b083e8dc8b to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d62e2bd - Browse repository at this point
Copy the full SHA d62e2bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd9f527 - Browse repository at this point
Copy the full SHA cd9f527View commit details
Commits on Mar 13, 2023
-
cluster: always run 'k3d delete' before 'k3d create' to wipe out any …
…old clusters (#280) Signed-off-by: Nick Santos <nick.santos@docker.com>
Configuration menu - View commit details
-
Copy full SHA for fa38976 - Browse repository at this point
Copy the full SHA fa38976View commit details -
cluster: report errors on the status field (#279)
i've recently changed how i'm logged into clusters so that i get auto-logged out aggressively. So there's often a bunch of clusters that i have contexts for but where healthchecks will fail. this is ok! but let's report it. Signed-off-by: Nick Santos <nick.santos@docker.com>
Configuration menu - View commit details
-
Copy full SHA for f6d3664 - Browse repository at this point
Copy the full SHA f6d3664View commit details
Commits on Mar 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0ad1b52 - Browse repository at this point
Copy the full SHA 0ad1b52View commit details
Commits on Mar 31, 2023
-
cluster: update for kind release v0.18.0 (#282)
Signed-off-by: Nick Santos <nick.santos@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 1b90025 - Browse repository at this point
Copy the full SHA 1b90025View commit details -
circleci: update minikube and k3d (#283)
Signed-off-by: Nick Santos <nick.santos@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 98c383b - Browse repository at this point
Copy the full SHA 98c383bView commit details -
go.mod: update some deps (#284)
Signed-off-by: Nick Santos <nick.santos@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 025125f - Browse repository at this point
Copy the full SHA 025125fView commit details
Commits on Apr 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0ab5b8b - Browse repository at this point
Copy the full SHA 0ab5b8bView commit details
Commits on Apr 4, 2023
-
build(deps): bump github.com/docker/docker (#285)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.14+incompatible to 20.10.24+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v20.10.14...v20.10.24) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 59473e5 - Browse repository at this point
Copy the full SHA 59473e5View commit details
Commits on Apr 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a40b2c5 - Browse repository at this point
Copy the full SHA a40b2c5View commit details
Commits on May 11, 2023
-
build(deps): bump github.com/docker/distribution (#289)
Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.1+incompatible to 2.8.2+incompatible. - [Release notes](https://github.com/docker/distribution/releases) - [Commits](distribution/distribution@v2.8.1...v2.8.2) --- updated-dependencies: - dependency-name: github.com/docker/distribution dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e78edf9 - Browse repository at this point
Copy the full SHA e78edf9View commit details
Commits on May 23, 2023
-
cluster: update for kind release v0.19.0 (#290) (#291)
Signed-off-by: Mark Ingram <mark@lincs.dev>
Configuration menu - View commit details
-
Copy full SHA for 3a6dae7 - Browse repository at this point
Copy the full SHA 3a6dae7View commit details -
circleci: update to kind 0.19 (#292)
Signed-off-by: Nick Santos <nick.santos@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 8b031ca - Browse repository at this point
Copy the full SHA 8b031caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bbc196 - Browse repository at this point
Copy the full SHA 7bbc196View commit details
Commits on Jun 15, 2023
-
cluster: update for kind release v0.20.0 (#294)
Signed-off-by: Nick Santos <nick.santos@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 7469bc8 - Browse repository at this point
Copy the full SHA 7469bc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cce1bc - Browse repository at this point
Copy the full SHA 8cce1bcView commit details
Commits on Jul 8, 2023
-
goreleaser: fix some deprecations (#297)
Signed-off-by: Nick Santos <nick.santos@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 96f78bc - Browse repository at this point
Copy the full SHA 96f78bcView commit details
Commits on Jul 11, 2023
-
test: speed up tests by loading a released version of ko (#299)
Signed-off-by: Nick Santos <nick.santos@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 25ffba0 - Browse repository at this point
Copy the full SHA 25ffba0View commit details
Commits on Jul 14, 2023
-
test: integration test improvements (#300)
- reorganize directory structure - verify that the simple test server starts up - better diagnostics when things fail Signed-off-by: Nick Santos <nick.santos@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 7f4890d - Browse repository at this point
Copy the full SHA 7f4890dView commit details
Commits on Jul 15, 2023
-
test: add docker-desktop k8s tests (#301)
these only run locally because i haven't figured out how to run DD on ci yet Signed-off-by: Nick Santos <nick.santos@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 97c7519 - Browse repository at this point
Copy the full SHA 97c7519View commit details
Commits on Jul 25, 2023
-
vendor: upgrade to docker v24 (#302)
picks up fixes for go 1.20.6 Signed-off-by: Nick Santos <nick.santos@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 7b17159 - Browse repository at this point
Copy the full SHA 7b17159View commit details
Commits on Aug 16, 2023
-
dctr: adjust how CLI is loaded (#304)
Some bits of the load sequence changed in Docker 24 This code has been copied from tilt-dev/tilt#6191 sadly, it's a PITA to test, because Docker loads the env variables at startup Signed-off-by: Nick Santos <nick.santos@docker.com>
Configuration menu - View commit details
-
Copy full SHA for ad3f96e - Browse repository at this point
Copy the full SHA ad3f96eView commit details
Commits on Aug 17, 2023
-
Signed-off-by: Nick Santos <nick.santos@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 099d599 - Browse repository at this point
Copy the full SHA 099d599View commit details
Commits on Aug 18, 2023
-
docker: pass credentials to image pull (#306)
this was mainly a yak shave, since the credentials come from the CLI rather than the API client. fixes #303 Signed-off-by: Nick Santos <nick.santos@docker.com>
Configuration menu - View commit details
-
Copy full SHA for fc87b38 - Browse repository at this point
Copy the full SHA fc87b38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ca4793 - Browse repository at this point
Copy the full SHA 8ca4793View commit details
Commits on Aug 30, 2023
-
cmd: clean up printer implementations (#308)
fixes #307 Signed-off-by: Nick Santos <nick.santos@docker.com>
Configuration menu - View commit details
-
Copy full SHA for a1d6c93 - Browse repository at this point
Copy the full SHA a1d6c93View commit details
Commits on Sep 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1e708a4 - Browse repository at this point
Copy the full SHA 1e708a4View commit details
Commits on Sep 7, 2023
-
cluster: update kind admin to use our abstract RunIO interface (#313)
this is just refactoring to make the next couple changes easier Signed-off-by: Nick Santos <nick.santos@docker.com>
Configuration menu - View commit details
-
Copy full SHA for df0178b - Browse repository at this point
Copy the full SHA df0178bView commit details
Commits on Sep 8, 2023
-
cluster: update kind to use new containerd patch format (#314)
fixes #311 this pre-emptively switches to the new config format before the old format goes away. Signed-off-by: Nick Santos <nick.santos@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 5d03bf0 - Browse repository at this point
Copy the full SHA 5d03bf0View commit details
Commits on Sep 21, 2023
-
go.mod: update k8s libraries (#315)
Signed-off-by: Nick Santos <nick.santos@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 8301bb1 - Browse repository at this point
Copy the full SHA 8301bb1View commit details
Commits on Oct 12, 2023
-
build(deps): bump golang.org/x/net from 0.13.0 to 0.17.0 (#316)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.13.0 to 0.17.0. - [Commits](golang/net@v0.13.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c1eed14 - Browse repository at this point
Copy the full SHA c1eed14View commit details
Commits on Oct 30, 2023
-
build(deps): bump github.com/docker/docker (#318)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.5+incompatible to 24.0.7+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v24.0.5...v24.0.7) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9879c81 - Browse repository at this point
Copy the full SHA 9879c81View commit details
Commits on Nov 20, 2023
-
Add Kubernetes 1.28 to kind v0.20.0 node table (#319)
Signed-off-by: kouki <kouworld0123@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 77fcdaa - Browse repository at this point
Copy the full SHA 77fcdaaView commit details
There are no files selected for viewing