Revisions of minikube

Michał Rostecki's avatar Michał Rostecki (mrostecki) accepted request 906172 from Klaus Kämpf's avatar Klaus Kämpf (kwk) (revision 80)
- update to 1.22.0:
  Features:
  * minikube version: add --components flag to list all included
    software #11843
  Minor Improvements:
  *  auto-pause: add support for other container runtimes #11834
  *  windows: support renaming binary to kubectl.exe and running as
     kubectl #11819
  Bugs:
  *  Fix "kubelet Default-Start contains no runlevels" error #11815
  Version Upgrades:
  * bump default kubernetes version to v1.21.2 & newest kubernetes
    version to v1.22.0-beta.0 #11901
- update to 1.21.0:
  Features:
  * Support setting addons from environmental variables #11469
  * Add "resume" as an alias for "unpause" #11431
  * Implement target node option for cp command #11304
  * add more polish translations #11587
  Bugs:
  * Fix delete command for paused kic driver with containerd/crio runtime #11504
  * kicbase: try image without sha before failing #11559
  * bug: return error on invalid function name in extract.TranslatableStrings #11454
  * Prevent downloading duplicate binaries already present in preload #11461
  * gcp-auth addon: do not reapply gcp-auth yamls on minikube restart #11486
  * Disable Non-Active Containers Runtimes #11516
  * Persist custom addon image/registry settings. #11432
  * Fix auto-pause on VMs (detect right control-plane IP) #11438
            
  Version Upgrades:
  * bump default k8s version to v1.20.7 and newest to v1.22.0-alpha.2 #11525
  * containerd: upgrade io.containerd.runtime.v1.linux to io.containerd.runc.v2 (suppot cgroup v2) #11325
  * metallb-addon: Update metallb from 0.8.2 to 0.9.6 #11410
  * Modify MetricsServer to use v1 api version (instead of v1beta1). #11584
buildservice-autocommit accepted request 891277 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 79)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 78)
- update to 1.20.0:
  * Add --file flag to 'minikube logs' to automatically put logs into a file. #11240
  * Batch logs output to speedup minikube logs command #11274
  * warn about performance for certain versions of kubernetes #11217
  * Update olm addon to v0.17.0 #10947
  * Update newest supported Kubernetes version to v1.22.0-alpha.1 #11287
buildservice-autocommit accepted request 884329 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 77)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 76)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 75)
- update to 1.19.0:
  * allow Auto-Pause addon on VMs #11019
  * Do not allow running darwin/amd64 minikube binary on darwin/arm64 systems #11024
  * Respect memory being set in the minikube config #11014
  * new command image ls to list images in a cluster #11007
buildservice-autocommit accepted request 877822 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 74)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 877648 from Klaus Kämpf's avatar Klaus Kämpf (kwk) (revision 73)
- Update to 1.81.1
  Features:
    kvm2 driver: Add flag --kvm-numa-count" support topology-manager
    simulate numa #10471
  Minor Improvements:
    Spanish translations #10687
    Change podman priority to default on Linux #10458
        
  Bug Fixes:
        
    Remove WSLENV empty check from IsMicrosoftWSL #10711
    Added WaitGroups to prevent stderr/stdout from being empty in error logs #10694
  Version changes:
    Restore kube-cross build image and bump go to version 1.16 #10691
    Bump github.com/spf13/viper from 1.7.0 to 1.7.1 #10658
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 876241 from Klaus Kämpf's avatar Klaus Kämpf (kwk) (revision 72)
- Update to 1.18.0
  Bug Fixes:
    fix: metric server serve on all ipv4 interfaces #10613
- Update to 1.18.0-beta.0
  Features:
    Auto-pause addon: automatically pause Kubernetes when not in use #10427
    GCP Auth addon: bump to v0.0.4 for multiarch #10361
    Add new command: image load #10366
    Add faster profile list command with -l or --light option. #10380
    Add last start logs to 'minikube logs' output #10465
    Introduce alias 'native' for 'none' driver #10540
    Add audit logs to 'minikube logs' output #10350
    Allow setting custom images for addons #10111
                
  Minor Improvements:
  
    Deb package: make sure to update the package metadata #10420
    Improve the error message of setting cgroup memory limit. #10575
    SSH driver: Don't select Discouraged or Obsolete by default #10554
    drop support for github packages for kicbase #10582
    disable minikube-scheduled-stop.service until a user schedules a stop #10548
    docker/podman: add crun for running on cgroups v2 #10426
    Specify mount point for cri-o config #10528
    Ensure addon integrity by adding Image SHA #10527
    improve kvm network delete/cleanup #10479
    docker/podman: avoid creating overlapping networks with other tools (KVM,...) #10439
    Improve insecure registry validation #10493
    Stop using --memory-swap if it is not available #10507
    UI: do not send image repo info to stderr #10462
    add new extra component to --wait=all to validate a healthy cluster #10424
    Add condition to check --cpus count with available cpu count #10388
    Disable all drivers except "docker" and "ssh" on darwin/arm64 #10452
    Podman: explicitly remove podman volume and network #10435
    Disallow running windows binary (.exe) inside WSL #10354
    adding insecure registry support to containerd runtime #10385
    Docker driver: support ancient versions of docker #10369
    
  Bug Fixes:
    
    cgroup v2: skip setting --memory limits when not configurable. #10512
    metallb addon: fix configuration empty load balancing IP range #10395
    Fixed bug where tmp dir incorrectly set for Snap package manager #10372
    Fixed audit.json error when delete --purge ran #10586
    Fix exit message for insufficient memory #10553
    Fix minikube kubectl context switching #10535
    SSH driver: Make sure that ssh driver gets an ip address #10309
    Fix profile list when there are multi node clusters #9996
    Don't allow profile names that conflict with a multi-node name #10119
  Version changes:
    Buildroot 2020.02.10 #10348
    Change from crio-1.19 to crio-1.20 in kicbase #10477
    bump oldest kubernetes version to v1.14.0, bump default kubernetes version #10531
    Upgrade crio to 1.20.0 #10476
    Upgrade Docker, from 20.10.2 to 20.10.3 #10417
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 875613 from Chris Coutinho's avatar Chris Coutinho (cbcoutinho) (revision 71)
Update package to 1.17.1, re-vendor dependencies using `go mod vendor`
buildservice-autocommit accepted request 857923 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 70)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 69)
- update to 1.16.0:
  * fix ip node retrieve for none driver #9986
  * remove experimental warning for multinode #9987
  * Enable Ingress Addon for Docker Windows #9761
  * Bump preload to v8 to include updated dashboard #9984
  * Add ssh-host command for getting the ssh host keys #9630
  * Added sub-step logging to adm init step on start #9904
  * Add --node option for command ip and ssh-key #9873
  * Upgrade Docker, from 20.10.0 to 20.10.1 #9966
  * Upgrade kubernetes dashboard to v2.1.0 for 1.20 #9963
  * Upgrade buildkit from 0.8.0 to 0.8.1 #9967
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 856786 from Bernhard Wiedemann's avatar Bernhard Wiedemann (bmwiedemann) (revision 68)
Override build date to make package build more reproducible (boo#1047218)

Note: there is some parallelism-related nondeterminism left
and it is probably not https://github.com/golang/go/issues/42159
buildservice-autocommit accepted request 855828 from Michał Rostecki's avatar Michał Rostecki (mrostecki) (revision 67)
baserev update by copy to link target
Michał Rostecki's avatar Michał Rostecki (mrostecki) accepted request 855827 from Michał Rostecki's avatar Michał Rostecki (mrostecki) (revision 66)
- Remove %check section - minikube tests require Internet acceess
  and we will be never able to run them on OBS.
Michał Rostecki's avatar Michał Rostecki (mrostecki) accepted request 855742 from Dan Čermák's avatar Dan Čermák (dancermak) (revision 65)
Add bash-completion subpackage
buildservice-autocommit accepted request 848989 from Michał Rostecki's avatar Michał Rostecki (mrostecki) (revision 64)
baserev update by copy to link target
Michał Rostecki's avatar Michał Rostecki (mrostecki) accepted request 848988 from Michał Rostecki's avatar Michał Rostecki (mrostecki) (revision 63)
- Update to 1.15.1:
  Features:
  * Add Support for driver name alias
  * Add support for latest kubernetes version v1.20.0-beta.1
  * Implement schedule stop for unix
  * New flag --watch flag for minikube status with optional interval duration
  * New flag --namespace for activating non default kubeconfig context
  * Add JSON output to stop, pause and unpause
  * Add support for podman v2 to podman-env command
  * Support ImageRepository for addons
  Bug fixes:
  * less verbose language selector
  * implement "--log_file" and "--log_dir" for klog
  * GCP Auth Addon: support special location for cloud shell
  * Enable TCP Path MTU Discovery when an ICMP black hole is detected
  * Remove hard-coded list of valid cgroupfs mountpoints to bind mount
  * Improve parsing of start flag apiserver-names
  * kvm: recover from minikube-net network left over failures
  * fix help flag 'pflag: help requested' error
  * Update "parallels" driver library and make this driver built into minikube
  Minor Improvements:
  * Upgrade crio to 1.18.4
  * Update ingress-nginx image to v0.40.2
  * Improving log message when profile not found
  * Upgrade buildroot and kernel minor version
buildservice-autocommit accepted request 847499 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 62)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 61)
- update to 1.14.2:
  * fix "profile list" timing out when cluster stopped. 
  * new --wait flag component "kubelet"
  * docker: When creating networks, use MTU of built-in bridge network
  * multinode: ensure worker node join control plane on restart
  * Fix "--native-ssh" flag for "minikube ssh"
  * Fix parallels driver initialization 
  * Delete context when stopped
  * New flag "--ports" to expose ports for docker & podman drivers
  * Ingress addon: fix the controller name
Displaying revisions 41 - 60 of 120
openSUSE Build Service is sponsored by