Revisions of minikube

buildservice-autocommit accepted request 837801 from Michał Rostecki's avatar Michał Rostecki (mrostecki) (revision 60)
baserev update by copy to link target
Michał Rostecki's avatar Michał Rostecki (mrostecki) accepted request 837385 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 59)
- update to 1.13.1:
  * Update Default Kubernetes Version to v1.19.2 #9265
  * fix mounting for docker driver in windows #9263
  * CSI Hostpath Driver & VolumeSnapshots addons #8461
  * docker/podman drivers: Make sure CFS_BANDWIDTH is available for --cpus #9255
  * Fix ForwardedPort for podman version 2.0.1 and up #9237
  * Avoid setting time for memory assets #9256
  * point to newest gcp-auth-webhook version #9199
  * Set preload=false if not using overlay2 as docker storage driver #8831
  * Upgrade crio to 1.17.3 #8922
  * Add Docker Desktop instructions if memory is greater than minimum but less than recommended #9181
  * Update minimum memory constants to use MiB instead of MB #9180
buildservice-autocommit accepted request 832038 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 58)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 57)
- update to 1.13.0:
  * Update default Kubernetes version to v1.19.0 tada #9050
  * start: Support for mounting host volumes on start with docker driver #8159
  * start: Add a machine readable reason to all error paths #9126
  * stop: add --keep-context-active flag #9044
  * kubectl: Invoke kubectl if minikube binary is named 'kubectl' #8872
  * Bug fixes
  * docker: Choose the appropriate bridge interface when multiple exist #9062
  * cache: Fix "cache add" for local images by cherry-picking go-containerregistry fix #9160
  * update-context: Fix nil pointer dereference #8989
  * start: Fix --extra-config for scheduler/controllerManager by removing hardcoded values #9136
  * start: Fix --memory flag parsing in minikube start #9033
  * start: Improve overlay module check (behavior & UX) #9163
  * gcp-auth addon: trim whitespace when setting gcp project id #9164
  * cni: Allow flannel CNI to work with kicbase by fixing IP conflict #9046
  * cni: fix multiple node calico-node not ready #9019
  * kic: Retry fix_cgroup on failure #8974
  * json: fix type for kubectl version mismatch to warning #9157
  * json: fix type for latest minikube availability message #9109
  * addon-manager: Add namespace to persistent volume path #9128
  * ssh: respect native-ssh flag #8907
buildservice-autocommit accepted request 827880 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 56)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 55)
- update to 1.12.3:
  * Make waiting for Host configurable via --wait-timeout flag #8948
  * Ignore localhost proxy started with scheme. #8885
  * Improve error handling for validating memory limits #8959
  * Skip validations if --force is supplied #8969
  * Fix handling of parseIP error #8820
  * GCP Auth Addon: Exit with better error messages #8932
  * Add warning for ingress addon enabled with driver of none #8870
  * Update Japanese translation #8967
  * Fix for a few typos in polish translations #8950
buildservice-autocommit accepted request 826108 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 54)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 53)
- update to 1.12.2:
  * New Addon: Automated GCP Credentials #8682
  * status: Add experimental cluster JSON status with state transition support #8868
  * Add support for Error type to JSON output #8796
  * Implement Warning type for JSON output #8793
  * Add stopping as a possible state in deleting, change errorf to warningf #8896
  * Use preloaded tarball for cri-o container runtime #8588
  * docker/podman: warn if allocated memory is below limit #8718
  * Enabling metrics addon when someone enables dashboard #8842
  * make base-image respect --image-repository #8880
  * UI: suggest to enable metric-server for full feature dashboard addon. #8863
  * Fix mount issues with Docker/Podman drivers #8780
  * Fix upgrading from minikube 1.9 and older #8782
  * Make restarts in Docker/Podman drivers more reliable #8864
  * update crio to 1.18.3 and kicbase to ubuntu 20.04 #8895
  * Podman downgrade to 1.9.3 for the build command #8774
  * Upgrade kicbase to v0.0.11 #8899
  * update golang version #8781
  * Update external-provisioner for storage provisioner for Kubernetes 1.18 #8610
  * Upgrade storage provisioner image #8909

- update to 1.12.1:
  * Add support for Calico CNI (--cni=calico) #8571
  * Add support for Cilium CNI (--cni=cilium) #8573
  * Fix bugs which prevented upgrades from v1.0+ to v1.12 #8741
  * Add KicBaseImage to existing config if missing (fixes v1.9.x upgrade) #8738
  * multinode: fix control plane not ready on restart #8698
  * none CNI: error if portmap plug-in is required but unavailable #8684
  * ingress addon: bump to latest version #8705
  * Upgrade go version to 1.14.4 #8660
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
Displaying revisions 61 - 80 of 120
openSUSE Build Service is sponsored by