Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
731 contributions in the last year
Activity overview
Contributed to
GoogleContainerTools/skaffold,
GoogleContainerTools/jib,
GoogleCloudPlatform/google-cloud-eclipse
and 5 other
repositories
Contribution activity
September 2020
Created a pull request in GoogleContainerTools/skaffold that received 3 comments
remove package-lock.json from examples to reduce churn from vulns
Description
Remove package-lock.json from our examples to reduce churn from vulnerabilities found in dependencies. Specifically targetted at the re…
+22
−33,228
•
3
comments
- Document how to disable autosync for buildpacks
- Ensure Windows console color enablement
- Make FakeAPIClient threadsafe
- gotest.sh should use -race like `make test`
- Update quickstart to add reference to `--default-repo`
- npm-update in examples/react-reload
- Fixup `debug` doc references
- Update to buildpacks/pack v0.13.1
- Fix `skaffold build | skaffold deploy` with `SKAFFOLD_DEFAULT_REPO` rewrites image name twice
- Fix #4725: Apply profiles and patches before skaffold config upgrade to latest
- Disable codecov annotations by default
- Add design proposal for supporting dependencies between build artifacts
- Pass docker.Config instead of InsecureRegistries
- Skip cluster integration tests if changes only in docs folder
- Support docker build --secret flag
- Fix TestPluginType_IsKnown unit test
- Pin autoprefixer version at 9.8.6 for docs
- Support build artifact dependencies
- Make flag order deterministic for helm's `--setFiles`
- Bump http-proxy from 1.18.0 to 1.18.1 in examples/react-reload and integration/examples/react-reload
- Adds support for `debug` for Helm
- Add option to skaffold run similar to "skaffold build -b"
- Re-enable survey prompt
- Add pkg/skaffold/ui package
- Surface error for render
- Remove some duplication in unit tests
- Pass a context to DefaultAuthHelper.GetAllConfigs()
- Add fallback to kubectl kustomize if kustomize binary isn't present
- Minikube cluster detection followup
- Use the newer notation for integration tests