Revisions of minikube

buildservice-autocommit accepted request 816891 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 52)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 816805 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 51)
- Fix build on aarch64
- Build only on supported architectures: x86 x86_64 aarch64
buildservice-autocommit accepted request 816571 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 50)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 816558 from Michał Rostecki's avatar Michał Rostecki (mrostecki) (revision 49)
- Update to 1.11.0:
  Features:
  * add 'defaults' sub-command to minikube config
  * addons: add OLM addon
  * addons:: Add Ambassador Ingress controller addon
  * bump oldest k8s version supported to 1.13
  * bump default kubernetes version to 1.18.3
  * Bump helm-tiller 2.16.7 and promote tiller ClusterRoleBinding to v1
  Minor Improvements:
  * docker/podman drivers: add fall back image in docker hub
  * docker/podman drivers: exit with usage when need login to registry
  * multinode: copy apiserver certs only to control plane
  * docker-env: restart dockerd inside minikube on failure
  * wait for kubernetes components on soft start
  * improve minikube status display for one node
  * improve solution message for wrong kuberentes-version format
  Bug fixes:
  * fix HTTP_PROXY env not being passed to docker engine
  * honor --image-repository even if --image-mirror-country is set
  * parallels driver: fix HostIP implementation
  * addon registry: avoid getting stuck on registry port 443
  * respect native-ssh param properly
  * fixed parsing kubernetes version for keywords "latest" or "stable"
  * multinode: make sure multinode clusters survive restarts
  * multinode: delete docker volumes when deleting a node
  * multinode: delete worker volumes for docker driver
  * multinode: recreate existing control plane node correctly
Michał Rostecki's avatar Michał Rostecki (mrostecki) accepted request 759202 from Michał Rostecki's avatar Michał Rostecki (mrostecki) (revision 48)
- Update to 1.6.2:
  * Update default k8s version to v1.17.0
  * Make Kubernetes version sticky for a cluster instead of auto-upgrading
  * cache add: load images to all profiles & skip previously cached images
  * Update dashboard to 2.0.0b8 and pre-cache it again
  * Pre-cache the latest kube-addon-manager
  * Add sch_netem kernel module for network emulation
  * Don't use bash as the entrypoint for docker
  * Make lock names uid and path specific to avoid conflicts
  * Remove deprecated annotation storageclass.beta.kubernetes.io
  * show status in profile list
  * Use newer gvisor version
  * Adds dm-crypt support
  * Add performance analysis packages to minikube ISO
  * Offline: always transfer image if lookup fails, always download drivers
  * Update ingress-dns addon
  * Fix update-context to use KUBECONFIG when the env is set
  * Fixed IPv6 format for SSH
  * Add hyperkit version check whether user's hyperkit is newer
  * start: Remove create/delete retry loop
  * Change error text to encourage better issue reports
buildservice-autocommit accepted request 747362 from Michał Rostecki's avatar Michał Rostecki (mrostecki) (revision 47)
baserev update by copy to link target
Michał Rostecki's avatar Michał Rostecki (mrostecki) accepted request 747357 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 46)
- update to 1.5.2:
  * Fix node InternalIP not matching host-only address #5427
  * Add helm-tiller addon #5363
  * Add ingress-dns addon #5507
  * Add validation checking for minikube profile #5624
  * add ability to override autoupdating drivers #5640
  * Add option to configure dnsDomain in kubeAdm #5566
  * Added flags to purge configuration with minikube delete #5548
  * Upgrade Buildroot to 2019.02 and VirtualBox to 5.2 #5609
  * Add libmachine debug logs back #5574
  * Add JSON output for addons list #5601
  * Update default Kubernetes version to 1.16.1 #5593
  * Upgrade nginx ingress controller to 0.26.1 #5514
  * Initial translations for fr, es, de, ja, and zh-CN #5466
  * PL translation #5491
  * Warn if incompatible kubectl version is in use #5596
  * Fix crash when deleting the cluster but it doesn't exist #4980
  * Add json output for profile list #5554
  * Allow addon enabling and disabling when minikube is not running #5565
  * Added option to delete all profiles #4780
  * Replace registry-creds addon ReplicationController with Deployment #5586
  * Performance and security enhancement for ingress-dns addon #5614
  * Add addons flag to 'minikube start' in order to enable specified addons #5543
  * Warn when a user tries to set a profile name that is unlikely to be valid #4999
  * Make error message more human readable #5563
  * Adjusted Terminal Style Detection #5508
  * Fixes image repository flags when using CRI-O and containerd runtime #5447
  * fix "minikube update-context" command fail #5626
  * Fix pods not being scheduled when ingress deployment is patched #5519
  * Fix order of parameters to CurrentContext funcs #5439
buildservice-autocommit accepted request 734544 from Michał Rostecki's avatar Michał Rostecki (mrostecki) (revision 45)
baserev update by copy to link target
Michał Rostecki's avatar Michał Rostecki (mrostecki) accepted request 734108 from Michał Rostecki's avatar Michał Rostecki (mrostecki) (revision 44)
- Update to 1.4.0
  * Update default Kubernetes version to v1.16.0
  * Upgrade dashboard to 2.0.0b4
  * Upgrade addon-manager to v9.0.2, improve startup and reconcile
    latency
  * Add --interactive flag to prevent stdin prompts
  * Automatically install docker-machine-driver-hyperkit if missing
    or incompatible
  * Driver defaults to the one previously used by the cluster
  * Include port names in the 'minikube service' cmd's output
  * Include ISO files as part of a GitHub release
Panagiotis Georgiadis's avatar Panagiotis Georgiadis (pgeorgiadis) accepted request 713039 from Markos Chandras's avatar Markos Chandras (markoschandras) (revision 43)
Restore working v1.0.1 version

v1.2.0 dropped the vendor/ directory so current spec
file can't be built on OBS
Panagiotis Georgiadis's avatar Panagiotis Georgiadis (pgeorgiadis) accepted request 712909 from Markos Chandras's avatar Markos Chandras (markoschandras) (revision 42)
- Version bump to 1.2.0
  * Update Kubernetes default version to v1.15.0 (gh#kubernetes/minikube#4534)
  * Allow --kubernetes-version to be specified without the leading v #(gh#kubernetes/minikube#4568)
  * Enable running containers with Podman #(gh#kubernetes/minikube#4421)
  * Provide warning message for unnecessary sudo #(gh#kubernetes/minikube#4455)
  * Universally redirect stdlog messages to glog #(gh#kubernetes/minikube#4562)
  * Add ability to localize all strings output to console #(gh#kubernetes/minikube#4464)
  * Upgrade CNI config version to 0.3.0 #(gh#kubernetes/minikube#4410)
  * Register registry-proxy.yaml.tmpl with registry addons #(gh#kubernetes/minikube#4529)
  * Stop updating /etc/rkt/net.d config files #(gh#kubernetes/minikube#4407)
  * Fix "mount failed: File exists" issue when unmount fails #(gh#kubernetes/minikube#4393)
  * Don't try to load cached images for none driver #(gh#kubernetes/minikube#4522)
  * Add support for Kubernetes v1.15.0-beta.1 #(gh#kubernetes/minikube#4469)
  * Switch kubectl current-context on profile change #(gh#kubernetes/minikube#4504)
  * Add kvm network name validation #(gh#kubernetes/minikube#4380)
  * Detect status before enable/disable addon #(gh#kubernetes/minikube#4424)
  * Automatically add extra options for none driver on ubuntu #(gh#kubernetes/minikube#4465)
- Add ca-certificates-mozilla as build dependency which is required to verify the
  certificate chain of dependencies when downloading them
- Add curl as build dependency which is required by the test suite.
buildservice-autocommit accepted request 711710 from Michał Rostecki's avatar Michał Rostecki (mrostecki) (revision 41)
baserev update by copy to link target
Michał Rostecki's avatar Michał Rostecki (mrostecki) accepted request 711705 from Dany Marcoux's avatar Dany Marcoux (dmarcoux) (revision 40)
According to the official docs[0], libvirt needs to be installed. I stumbled on this while trying to run `minikube start --vm-driver kvm2`. It failed and installing libvirt, then following the steps in the docs solved the issues.

[0]: https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#kvm2-driver
buildservice-autocommit accepted request 700057 from Panagiotis Georgiadis's avatar Panagiotis Georgiadis (pgeorgiadis) (revision 39)
baserev update by copy to link target
Panagiotis Georgiadis's avatar Panagiotis Georgiadis (pgeorgiadis) accepted request 700051 from Panagiotis Georgiadis's avatar Panagiotis Georgiadis (pgeorgiadis) (revision 38)
- Update to 1.0.1
  * Update default Kubernetes version to 1.14.1
  * Add --download-only option to start command
  * Assert that docker has started rather than explicitly restarting it
  * Download ISO image before Docker images, as it's required first
  * update-context is confusing with profiles
  * BugFix: ExecRunner.Copy now parses permissions strings as octal
  * Add user-friendly error messages for VBOX_THIRD_PARTY & HYPERV_NO_VSWITCH
  * Don't enable kubelet at boot, for consistency with other components
  * fix tunnel integration tests for driver None
  * Reroute logs printed directly to stdout
  * Systemd returns error on inactive, so allow that
  * Add known issue: VirtualBox won't boot a 64bits VM when Hyper-V is activated
  * Upgrade Docker, from 18.06.2-ce to 18.06.3-ce
  * Use Reference, allow caching images with both Tag and Digest
  * Added REGISTRY_STORAGE_DELETE_ENABLED environment variable for Registry addon
  * Escape ‘%’ in console.OutStyle arguments
  * Add port name to service struct used in minikube service
  * Update Hyper-V daemons
  * Avoid surfacing "error: no objects passed to apply" non-error from addon-manager
  * Don't cache images when --vmdriver=none
  * Enable CONFIG_NF_CONNTRACK_ZONES
  * Fixed status checking with non-default apiserver-port.
  * Escape systemd special chars in docker-env
  * Add conformance test script
  * #compdef must be the first line
buildservice-autocommit accepted request 690666 from Michał Rostecki's avatar Michał Rostecki (mrostecki) (revision 37)
baserev update by copy to link target
Michał Rostecki's avatar Michał Rostecki (mrostecki) accepted request 690642 from Martin Kravec's avatar Martin Kravec (mkravec) (revision 36)
- Update to 1.0.0
  * Update default Kubernetes version to v1.14.0
    * NOTE: To avoid interaction issues, we also recommend updating kubectl to a recent release (v1.13+)
  * Upgrade addon-manager to v9.0 for compatibility with Kubernetes v1.14
  * Add --image-repository flag so that users can select an alternative repository mirror
  * Rename MINIKUBE_IN_COLOR to MINIKUBE_IN_STYLE
  * mount: Allow names to be passed in for gid/uid 
  * mount: unmount on sigint/sigterm, add --options and --mode, improve UI
  * --extra-config now work for kubeadm as well
  * start: Set the default value of --cache to true
  * Remove the swap partition from minikube.iso
  * Add solution catalog to help users who run into known problems
  * Automatically propagate proxy environment variables to docker env
  * More reliable unmount w/ SIGINT, particularly on kvm2
  * Remove arch suffixes in image names
  * Issue #3253, improve kubernetes-version error string
  * Update kubeadm bootstrap logic so it does not wait for addon-manager
  * Add explicit kvm2 flag for hidden KVM signature
  * Remove the rkt container runtime
  * Store the toolbox on the disk instead of rootfs
  * fix CHANGE_MINIKUBE_NONE_USER regression from recent changes
  * Do not wait for k8s-app pods when starting with CNI
  * Replace server name in updateKubeConfig if --apiserver-name exists #3878
  * feature-gates via minikube config set
  * Upgrade crio to v1.13.1, skip install.tools target as it isn't necessary
  * Update Ingress-NGINX to 0.23 Release
  * Add addon-manager, dashboard, and storage-provisioner to minikube logs
  * logs: Add kube-proxy, dmesg, uptime, uname + newlines between log sources
  * Skip "pull" command if using Kubernetes 1.10, which does not support it.
  * Allow building minikube for any architecture
buildservice-autocommit accepted request 682807 from Panagiotis Georgiadis's avatar Panagiotis Georgiadis (pgeorgiadis) (revision 35)
baserev update by copy to link target
Panagiotis Georgiadis's avatar Panagiotis Georgiadis (pgeorgiadis) accepted request 682799 from Markos Chandras's avatar Markos Chandras (markoschandras) (revision 34)
- Update to 0.35.0
  * Update default Kubernetes version to v1.13.4 (latest stable) (gh#kubernetes/minikube#3807)
  * Update docker/machine to fix the AMD bug (gh#kubernetes/minikube#3809)
  * Enable tap and vhost-net in minikube iso (gh#kubernetes/minikube#3758)
  * Enable kernel modules necessary for IPVS (gh#kubernetes/minikube#3783)
  * Add Netfilter xt_socket module to complete support for Transparent Proxying (TPROXY) (gh#kubernetes/minikube#3712)
  * Change DefaultMountVersion to 9p2000.L (gh#kubernetes/minikube#3796)
  * fix incorrect style name mount (gh#kubernetes/minikube#3789)
  * When missing a hypervisor, omit the bug report prompt (gh#kubernetes/minikube#3787)
  * Fix minikube logs for other container runtimes (gh#kubernetes/minikube#3780)
  * Improve reliability of kube-proxy configmap updates (retry, block until pods are up) (gh#kubernetes/minikube#3774)
  * update libvirtd (gh#kubernetes/minikube#3711)
  * Add flag for disabling the VirtualBox VTX check (gh#kubernetes/minikube#3734)
  * Add make target for building a rpm file (gh#kubernetes/minikube#3742)
  * Improve building of deb package (versioning and permissions) (gh#kubernetes/minikube#3745)
  * chown command should be against user $HOME, not roots home directory. (gh#kubernetes/minikube#3719)
buildservice-autocommit accepted request 679983 from Panagiotis Georgiadis's avatar Panagiotis Georgiadis (pgeorgiadis) (revision 33)
baserev update by copy to link target
Displaying revisions 61 - 80 of 112
openSUSE Build Service is sponsored by