Skip to content

Commit

Permalink
tilt-apiserver: refresh cached certs that have expired (#5975)
Browse files Browse the repository at this point in the history
fixes #5974

Signed-off-by: Nick Santos <nick.santos@docker.com>

Signed-off-by: Nick Santos <nick.santos@docker.com>
  • Loading branch information
nicks authored Nov 16, 2022
1 parent fcb3ec1 commit 812e456
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ require (
github.com/tilt-dev/localregistry-go v0.0.0-20201021185044-ffc4c827f097
github.com/tilt-dev/probe v0.3.1
github.com/tilt-dev/starlark-lsp v0.0.0-20220812175527-c0c1958f8166
github.com/tilt-dev/tilt-apiserver v0.7.0
github.com/tilt-dev/tilt-apiserver v0.7.1
github.com/tilt-dev/wmclient v0.0.0-20201109174454-1839d0355fbc
github.com/tonistiigi/fsutil v0.0.0-20210609172227-d72af97c0eaf
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1432,8 +1432,8 @@ github.com/tilt-dev/probe v0.3.1 h1:PQhXSBkgcGBUU/eKt4vgAUKsAWWjBr2F53xNAc0E7zs=
github.com/tilt-dev/probe v0.3.1/go.mod h1:F53NFbqblwu5oyIk2t+BPkswiboxuF8e5D3wbPnY4JA=
github.com/tilt-dev/starlark-lsp v0.0.0-20220812175527-c0c1958f8166 h1:q8XpS99WmxxaAE9A088mcigxllgyJ1skLJ86bIORbEQ=
github.com/tilt-dev/starlark-lsp v0.0.0-20220812175527-c0c1958f8166/go.mod h1:bnkWmNDRqs9DgHgrImOSt6dFAcVcN14pqhR3iZsWWaE=
github.com/tilt-dev/tilt-apiserver v0.7.0 h1:mJtJ9VJwV2vRhR/p6Q5Ie5C35B1mpUggR8yC7nMkgE4=
github.com/tilt-dev/tilt-apiserver v0.7.0/go.mod h1:lLroVFhXpkdkGxC31N/KqmIMZiROlXzXFCGRcr5K5J8=
github.com/tilt-dev/tilt-apiserver v0.7.1 h1:aFZLTijtFT7yEJiP6XAvgKMT7fl2x8cMXYak0EiO6rM=
github.com/tilt-dev/tilt-apiserver v0.7.1/go.mod h1:lLroVFhXpkdkGxC31N/KqmIMZiROlXzXFCGRcr5K5J8=
github.com/tilt-dev/wmclient v0.0.0-20201109174454-1839d0355fbc h1:wGkAoZhrvnmq93B4W2v+agiPl7xzqUaxXkxmKrwJ6bc=
github.com/tilt-dev/wmclient v0.0.0-20201109174454-1839d0355fbc/go.mod h1:n01fG3LbImzxBP3GGCTHkgXuPeJusWg6xv0QYGm9HtE=
github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ github.com/tilt-dev/starlark-lsp/pkg/document
github.com/tilt-dev/starlark-lsp/pkg/middleware
github.com/tilt-dev/starlark-lsp/pkg/query
github.com/tilt-dev/starlark-lsp/pkg/server
# github.com/tilt-dev/tilt-apiserver v0.7.0
# github.com/tilt-dev/tilt-apiserver v0.7.1
## explicit; go 1.19
github.com/tilt-dev/tilt-apiserver/pkg/server/apiserver
github.com/tilt-dev/tilt-apiserver/pkg/server/builder
Expand Down

0 comments on commit 812e456

Please sign in to comment.