-
Notifications
You must be signed in to change notification settings - Fork 382
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jberkhahn The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@mszostok |
Fixes:
|
33831d6
to
c6acf66
Compare
- Add `replace` directive in go.mod to ensure proper versions - Add `// +build` tag in tools.go - Move comment under imports in tools.go to get rid of lint error - Add `pin-dependency.sh` - This script switches to the preferred version for specified module - Add `update-vendor.sh` - this script updates vendor based on go.mod files - Add `verify-modules.sh` script which is replacement for `verify-vendor.sh` - Bump controller-runtime from 0.2.0-beta.0 to 0.2.0 - Add go script to verify the boilerplate - same as [kubeadm](https://github.com/kubernetes/kubeadm) - Add `export GO111MODULE=on` to Makefile as unit-test uses Go 1.12 on our prow pipeline - Replace github.com/appscode/jsonpatch with gomodules.xyz/jsonpatch/v2 - Change healthz endpoints to 8081, as new controller-runtime exposes metrics on 8080 - Change docker volume mount configuration to ensure better performance (https://docs.docker.com/docker-for-mac/osxfs-caching/) - update **Dependency Management** section in devguide.md Co-authored-by: Mateusz Szostok <[email protected]>
/test pull-build-all-images-for-arm64 |
/lgtm |
working through this. Currently barfing on a whole bunch of api violations. I think this is because the version of client-go the automated
go mod inti
gave me is wrong - we were on release v12.0 before. I can't seem to get it to give me that version.