Priya Wadhwa
68baafccf0
fix lint
2020-03-18 10:41:24 -07:00
priyawadhwa
1c9e63312c
Merge pull request #7042 from priyawadhwa/preload-release-script
...
Refactor preload_images.go to function as an automated release script for preloaded tarballs
2020-03-18 10:33:18 -07:00
Thomas Strömberg
924046922a
Merge pull request #7089 from tstromberg/v1.9.0-beta
...
Add release notes for v1.9.0-beta.1
2020-03-18 09:48:12 -07:00
Thomas Stromberg
e95e154fdd
Add release notes for v1.9.0-beta.1
2020-03-18 09:47:15 -07:00
Thomas Strömberg
de5ee57e1f
Merge pull request #7076 from tstromberg/v1.18.0-beta
...
Use Kubernetes v1.18.0-rc.1 by default
2020-03-18 09:04:33 -07:00
Thomas Strömberg
ce1cc8d34c
Merge pull request #7054 from afbjorklund/image-mirror-version-parse
...
Strip the version prefix before calling semver
2020-03-18 08:10:38 -07:00
Thomas Strömberg
361d082179
Merge pull request #7075 from tstromberg/v1.9.0-beta
...
Version bump to v1.9.0-beta.1
2020-03-18 08:10:00 -07:00
Thomas Strömberg
3f6d32aff8
Merge pull request #7080 from priyawadhwa/ignores-driver
...
Move some of the driver validation before driver selection
2020-03-18 07:56:25 -07:00
Thomas Strömberg
8fdb23c18c
Merge pull request #7082 from priyawadhwa/ignore-memory
...
Fix bug where global config memory was ignored
2020-03-18 07:55:57 -07:00
Priya Wadhwa
dd707820fc
If memory is specified in config, suggest that for memory allocation
2020-03-17 18:07:48 -07:00
Priya Wadhwa
d5490a8fb8
Move driver validation before driver selection
...
If a user passes in a driver via --vm-driver or --driver, then we should make sure it matches the preexisting cluster (if one exists) before we try and get information about the driver. This avoids confusing logs where we tell the user we're using the preexisting driver but then error out because they specified a different driver.
2020-03-17 16:04:43 -07:00
Priya Wadhwa
579ac4411c
Use one tarballName function for consistency and add amd64 to the name
2020-03-17 13:58:03 -07:00
Priya Wadhwa
5659a1df6e
Remove cloudbuild stuff, run preload generation in jenkins
2020-03-17 13:54:00 -07:00
Priya Wadhwa
2778bd1c99
Build preload generator image in cloudbuild
2020-03-17 13:14:38 -07:00
Priya Wadhwa
c38cc9debe
Add cloudbuild setup for preload generator image
2020-03-17 13:13:10 -07:00
Thomas Stromberg
14b03f1f75
Update to Kubernetes v1.18.0-rc.1 by default
2020-03-17 12:13:16 -07:00
Thomas Stromberg
f6fd744020
Merge branch 'master' into v1.18.0-beta
2020-03-17 12:12:50 -07:00
Thomas Stromberg
ce5bf6c073
Version bump to v1.9.0-beta.1
2020-03-17 12:10:02 -07:00
Sharif Elgamal
07e8420c2a
Merge pull request #7055 from mojumah/mojumah-patch-1
...
updated French translation
2020-03-17 09:44:44 -07:00
Priya Wadhwa
0acb06bd34
add flag for kubernetes version
2020-03-16 17:51:41 -07:00
Priya Wadhwa
c9c597c2e1
get last 30 releases of k8s from github
2020-03-16 17:48:00 -07:00
Medya Ghazizadeh
82900a7811
Merge pull request #7030 from wallrj/7028-kubeadm-v1beta2-extra-config-controller-manager
...
Remove controllerManager from the kubeadm v1beta2 template
2020-03-16 13:39:54 -07:00
Priya Wadhwa
316eef44d1
Run preloaded images release script in jenkins
2020-03-16 10:44:19 -07:00
jumahmohammad
a350bf06b1
updated French translation
2020-03-15 13:48:50 +00:00
Anders F Björklund
dc6b9bae2b
Add basic unit test for image mirror country
2020-03-15 13:47:56 +01:00
Anders F Björklund
e7af223d72
Strip the version prefix before calling semver
2020-03-15 12:31:14 +01:00
Medya Ghazizadeh
bf1b6d799c
Merge pull request #7048 from afbjorklund/reportcard-1.8.2
...
Improve reportcard for the v1.8.2 release
2020-03-14 19:22:24 -07:00
Medya Ghazizadeh
1be289b5e9
Merge pull request #7051 from vikkyomkar/issue-7029
...
Function name "HostPortBinding" changed to "ForwardedPort
2020-03-14 19:21:01 -07:00
Medya Ghazizadeh
0bd6323c29
Merge pull request #7035 from afbjorklund/goflags
...
Add makefile parameter for adding go build args
2020-03-14 09:15:25 -07:00
vikkyomkar
f54af5d684
function name HostPortBinding changed to ForwardedPort
2020-03-14 21:28:12 +05:30
Vikky Omkar
6ec3fca13e
Merge pull request #2 from kubernetes/master
...
Code rebase
2020-03-14 21:12:44 +05:30
Anders F Björklund
5987a390e7
Improve reportcard for the v1.8.2 release
...
gofmt: 99%
pkg/minikube/docker/store_test.go
Line 1: warning: file is not gofmted with -s (gofmt)
golint: 99%
pkg/minikube/cruntime/docker.go
Line 40: warning: exported type ErrISOFeature should have comment or be unexported (golint)
Line 44: warning: exported function NewErrISOFeature should have comment or be unexported (golint)
gocyclo: 99%
cmd/minikube/cmd/start.go
Line 801: warning: cyclomatic complexity 18 of function generateCfgFromFlags() is high (> 15) (gocyclo)
2020-03-14 14:25:50 +01:00
Anders Björklund
359f846ef3
Merge pull request #7049 from afbjorklund/unused-machineDirs
...
Remove now unused machineDirs function
2020-03-14 14:19:17 +01:00
Anders F Björklund
8447f0f6ce
Remove now unused machineDirs function
2020-03-14 14:10:29 +01:00
Medya Ghazizadeh
75ba4c27df
Merge pull request #7043 from tstromberg/lz4-missing
...
Delete: output underlying status failure, better machine function names
2020-03-13 18:38:24 -07:00
Medya Ghazizadeh
df44b7b51e
Merge pull request #7045 from tstromberg/182-changes
...
Add some color and detail to v1.8.2 changelog
2020-03-13 18:12:43 -07:00
Medya Ghazizadeh
06387461c2
Merge pull request #7041 from tstromberg/better-status-msg2
...
status: error properly if cluster does not exist
2020-03-13 18:03:34 -07:00
Thomas Stromberg
cb601f7f7a
Merge conflict
2020-03-13 17:13:03 -07:00
Thomas Strömberg
c2f0cf061e
Merge pull request #7038 from priyawadhwa/changelog
...
Add two missing bugs to changelog
2020-03-13 17:11:24 -07:00
Thomas Stromberg
0599392cb0
Add some color and detail to v1.8.2 changelog
2020-03-13 16:29:08 -07:00
Priya Wadhwa
6128767779
Add preload bug to changelog
2020-03-13 16:28:05 -07:00
Thomas Stromberg
895967235a
Improve error message output
2020-03-13 16:18:14 -07:00
Priya Wadhwa
8b364befc0
Remove unused variables from Makefile
2020-03-13 16:10:55 -07:00
Priya Wadhwa
a83478f268
Add running preload release script to github actions
2020-03-13 16:10:44 -07:00
Priya Wadhwa
9c8102dd58
Refactor preload_images.go to generate and upload a preloaded tarball
...
This script is now responsible for making sure that the DefaultK8sVersion, NewestK8sVersion, and OldestK8sVersion supported by minikube have preloaded tarballs. It will be run on every PR as an automated release script for preloaded tarballs.
2020-03-13 16:05:46 -07:00
Thomas Stromberg
b0e4b32805
Correct name variable
2020-03-13 16:00:30 -07:00
Thomas Stromberg
9fa98a834b
status: properly state if cluster does not exist
2020-03-13 15:58:14 -07:00
Thomas Stromberg
196a8d7b82
Delete: output underlying status failure, refactor wordy code
2020-03-13 15:51:03 -07:00
Anders Björklund
5986083ca0
Merge pull request #7040 from afbjorklund/docker-19.03.8
...
Upgrade Docker, from 19.03.7 to 19.03.8
2020-03-13 23:40:47 +01:00
Anders F Björklund
94083d85e2
Upgrade Docker, from 19.03.7 to 19.03.8
2020-03-13 23:30:46 +01:00