Commit Graph

4527 Commits (be58227d56031bad6c903ae95ad2e8d3cb75a024)

Author SHA1 Message Date
Medya Ghazizadeh be58227d56
Merge pull request #4582 from medyagh/medyagh-type_check_lint
Improve typecheck for driver options
2019-06-24 20:34:00 -07:00
Medya Gh 34fda98f4e Improve typecheck for driver options 2019-06-24 15:23:57 -07:00
Medya Gh c7bf1ce7cd type check for drivers 2019-06-24 14:39:21 -07:00
Medya Ghazizadeh 550218e7ee
Merge pull request #4539 from kumarom/registry-proxy
Add docs for registry proxy addon
2019-06-24 11:51:11 -07:00
Medya Ghazizadeh 2dc4cce738
Merge pull request #4574 from minikube-bot/jenkins-releases.json-v1.2.0
update releases.json to include v1.2.0
2019-06-24 11:48:30 -07:00
Medya Ghazizadeh e0c20a4202
Merge pull request #4558 from afbjorklund/reportcard-new
Fix the reportcard: gofmt, golint and gocyclo
2019-06-24 11:44:42 -07:00
Francis 467d8c975f Clean up profile folder after minikube delete 2019-06-24 09:48:25 -07:00
Thomas Strömberg 62c0d53b7d
Mention v1.2.0 release 2019-06-24 17:07:10 +08:00
Thomas Strömberg f568bdec59
Merge pull request #4576 from kubernetes/new-jpg
Update start.jpg to v1.2
2019-06-24 17:00:32 +08:00
minikube-bot 79816c0b71 Update releases.json to include v1.2.0 2019-06-24 01:33:45 -07:00
Thomas Strömberg 4dc6523806
Merge pull request #4573 from kubernetes/v1.2.0
Add release notes for v1.2.0
2019-06-24 16:22:23 +08:00
Thomas Stromberg f4defb5d4c Update start.jpg to v1.2 2019-06-24 16:21:38 +08:00
Thomas Stromberg 2c917304ec Add release notes for v1.2.0 2019-06-24 15:12:52 +08:00
Anders Björklund c7ea856d2a
Merge pull request #4557 from afbjorklund/golint
Add golint and gocyclo smaller make targets
2019-06-24 08:18:43 +02:00
Thomas Strömberg db74dda76e
Merge pull request #4571 from kubernetes/issue-langs2
Remove extraneous whitespace from GitHub issue templates
2019-06-24 13:25:47 +08:00
Thomas Stromberg b6f90d033e Remove extraneous whitespace 2019-06-24 13:24:45 +08:00
Thomas Strömberg e236c966a7
Merge pull request #4569 from kubernetes/v1.2.0
Bump Makefile version to v1.2.0 to prepare for a release
2019-06-24 13:03:55 +08:00
Thomas Strömberg e851619553
Merge pull request #4568 from kubernetes/allow-naked-version
Allow --kubernetes-version to be specified without the leading v
2019-06-24 13:03:34 +08:00
Thomas Strömberg ce74af2d08
Merge pull request #4455 from djmgit/sudo_message
Provide warning message for unnecessary sudo
2019-06-24 12:58:41 +08:00
Thomas Strömberg a702ce659d
Merge pull request #4562 from kubernetes/demo
Universally redirect stdlog messages to glog
2019-06-24 11:52:22 +08:00
Thomas Stromberg 7d394fa597 Add missing import and parens 2019-06-24 11:42:05 +08:00
Thomas Stromberg 76dfdb0269 Bump Makefile version to v1.2.0 to prepare for a release 2019-06-24 11:38:56 +08:00
Thomas Strömberg fa54e2ab9f
Merge pull request #4559 from afbjorklund/markdownlint-new
Make markdownlint happy about whitespace
2019-06-24 10:37:01 +08:00
Thomas Stromberg a9ec145bcb Allow --kubernetes-version to be specified without the leading v 2019-06-24 10:29:09 +08:00
Thomas Strömberg d0a77c1dab
Merge pull request #4567 from kubernetes/issue-langs
Adjustment titles of Chinese & English issue template titles
2019-06-24 10:00:46 +08:00
Thomas Strömberg e1f8446886
Merge pull request #4421 from afbjorklund/podman-run
Enable running containers with Podman
2019-06-24 09:49:05 +08:00
Thomas Stromberg 48eb7e867a Try a longer name to see if it it will make zh-CN show up in GitHub 2019-06-24 09:48:27 +08:00
Thomas Stromberg feed7a5889 Simplify English about description 2019-06-24 09:44:19 +08:00
Thomas Strömberg 9d58040dd0
Merge pull request #4566 from kubernetes/issue-langs
Use non-list YAML format for issue labels, simplify text
2019-06-24 09:43:38 +08:00
Thomas Stromberg e9f499a84b Merge 2019-06-24 09:37:55 +08:00
Thomas Stromberg 80ded8a1c5 Use inline label format, simplify reporting text 2019-06-24 09:35:17 +08:00
Thomas Stromberg 53eddb4e64 Rename en-US so that it comes first in list 2019-06-24 09:35:01 +08:00
Thomas Stromberg 31354884a5 run goimports 2019-06-23 21:11:42 +08:00
Thomas Stromberg 742dee9e4c Turn console output message into less noisy info message 2019-06-23 21:03:42 +08:00
Thomas Stromberg abff28db7e Universally redirect stdlog messages to glog 2019-06-23 20:58:11 +08:00
Sharif Elgamal ce79abade5
Merge pull request #4560 from kubernetes/demo
zh-CN: Use non-unicode percent signs for proper interpolation
2019-06-22 22:47:23 -07:00
Thomas Stromberg d94d94718d Use non-unicode percent signs for proper interpolation 2019-06-23 11:44:03 +08:00
Anders F Björklund eededa6fdd Make markdownlint happy about whitespace
Use "make mdlint" to check current status
2019-06-22 19:04:43 +02:00
Anders F Björklund f20f223c02 Decrease cyclomatic complexity
Here is the report (from gocyclo), before:

21 tests (*SSHServer).Start pkg/minikube/tests/ssh_mock.go:76:1
19 cmd runStart cmd/minikube/cmd/start.go:173:1
18 integration testTunnel test/integration/tunnel_test.go:40:1
17 extract checkCallExpression pkg/minikube/extract/extract.go:198:1
17 kubeadm TestGenerateConfig pkg/minikube/bootstrapper/kubeadm/kubeadm_test.go:133:1
16 kvm (*Driver).deleteNetwork pkg/drivers/kvm/network.go:153:1
2019-06-22 17:21:42 +02:00
Anders F Björklund c9fabad212 Fix the simple things, gofmt and golint 2019-06-22 16:16:37 +02:00
Anders F Björklund b9d23fa8f9 Add a gofmt make target that only checks
The standard "fmt" target will also rewrite

Add return code, by checking for empty output
2019-06-22 14:48:15 +02:00
Anders F Björklund cc0a1298d9 Add golint and gocyclo smaller make targets
Also fix the broken fmt and reportcard ones:

Recursive variable 'SOURCE_DIRS' references itself (eventually).
2019-06-22 14:35:31 +02:00
Sharif Elgamal 247efdea15
Merge pull request #4534 from kubernetes/k8s-1.15.0
Update Kubernetes default version to v1.15.0
2019-06-21 23:27:20 -07:00
Sharif Elgamal 42498d179a
Merge pull request #4552 from sharifelgamal/translation-fix
Suppress error message when translation file doesn't exist
2019-06-21 16:34:45 -07:00
Sharif Elgamal 79e00c2e05
%v for errors 2019-06-21 15:40:01 -07:00
Thomas Strömberg 412c4be315 Add Arabic and Indonesian issue templates 2019-06-21 10:21:32 -07:00
Sharif Elgamal 0a23696386
Suppress error message when translation file doesn't exist 2019-06-21 09:57:01 -07:00
Thomas Stromberg 5fd16611fa Add Arabic and Indonesian issue templates 2019-06-21 20:57:56 +08:00
Om Kumar 2786c43214 Explain on subnet and split into two sections
Explain how to decide what subnet to use.
Split into two headings.
2019-06-21 12:10:48 +05:30
Sharif Elgamal 37f09da483
Merge pull request #4464 from sharifelgamal/localization-poc
Add ability to localize all strings output to console
2019-06-20 17:08:28 -07:00