| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: kubernetes1.18-client | Distribution: openSUSE Leap 15.5 |
| Version: 1.18.4 | Vendor: openSUSE |
| Release: lp155.3.15 | Build date: Mon May 22 12:06:03 2023 |
| Group: System/Management | Build host: obs-power9-11 |
| Size: 42323847 | Source RPM: kubernetes1.18-1.18.4-lp155.3.15.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: http://kubernetes.io | |
| Summary: Kubernetes client tools | |
Kubernetes client tools like kubectl.
Apache-2.0
* Mon Jun 22 2020 Dirk Mueller <dmueller@suse.com>
- avoid verbose diagnostic print on start of kubelet
sc
* Thu Jun 18 2020 dmueller@suse.com
- Update to version 1.18.4:
* enable floating IP for IPv6
* Extend AWS azToRegion method to support Local Zones and other partitions
* kubelet: block non-forwarded packets from crossing the localhost boundary
* Deflake port-forward e2e test
* Fix fieldType being dropped by older go-clients
* FieldManager: Reset if we receive nil or a list with one empty item
* set dest prefix and port for IPv6 sg rule
* fieldManager: Ignore and log all errors when updating managedFields
* Make kubectl tolerate other versions of the CSR API
* Changes to ManagedFields is not mutation for GC
* fix a number of unbounded dimensions in request metrics
* build: Use debian-hyperkube-base@v1.0.0 image
* Check for GCE finalizer in GetLoadBalancer.
* Fix csi-provisioner image for pd csi driver
* hyperkube: Build v1.0.0 image
* build: Add dependency entries for debian-hyperkube-base
* Update CNI to v0.8.6
* Fix public IP not shown issues after assigning public IP to Azure VMs
* Skip Pod Conditions from scheduling queue updates
* add test for finalizers
* skip unnecessary scheduling attempt when pod's finalizers change
* Update CHANGELOG/CHANGELOG-1.18.md for v1.18.3
* Add back anti-affinity to kube-dns pods.
* Check for empty zone string
* Azure - do not use 0 zone or empty string for zone when creating PVs
* Fix client-ca dynamic reload in apiserver
* Fix exclusive CPU allocations being deleted at container restart
* Update strategy used to reuse CPUs from init containers in CPUManager
* Wed Jun 10 2020 Richard Brown <rbrown@suse.com>
- Remove %{?_smp_mflags} to make build more reliable [boo#1172744]
* Wed Jun 10 2020 Bernhard Wiedemann <bwiedemann@suse.com>
- Add reproducible-buildid.patch to make package build reproducible
* Tue Jun 09 2020 rbrown@suse.com
- Update to version 1.18.3:
* Move nfs-provisioner from quay.io/kubernetes_incubator to staging-csi
* Use staging-csi to work around quay.io availability
* Azure: support non-VMSS instances removal
* deps: Use debian-base:v2.1.0 and debian-iptables:v12.1.0
* build: Add build-image OWNERS to debian-{base,iptables} and pause dirs
* count no nodes scheduling failure as unschedulable instead of error
* kubeadm: fix flakes when performing etcd MemberAdd on slower setups
* base-images: Update to kube-cross:v1.13.9-5
* build: Alpha-sort dependencies.yaml
* fix: azure disk dangling attach issue
* kube-proxy: increase the session affinity timeout to ensure that the test passes in ipvs mode
* cluster: ipvs conntrack module vs kernel version
* allow k8s.io/kubernetes/third_party/forked/ipvs in e2e test framework import restrictions (transitive dep from pkg/kubemark)
* add license headers for third_party/forked/ipvs
* third_party/forked/ipvs: check the address family if the netlink address family attribute is not set
* run hack/update-vendor.sh to remove github.com/docker/libnetwork
* remove github.com/docker/libnetwork from go.mod
* update pkg/util/ipvs to use third_party/forked/ipvs
* move github.com/docker/libnetwork/ipvs to third_party/forked
* fix backoff manager timer initialization race
* fix: ACR auth fails in private azure clouds
* Restore cache-control header filter
* kube-scheduler: compatibility with ServerSideApply
* bugfix: initcontainer wasn't considered when calculate resource request
* fix: azure file csi migration failure
* Fix flaws in Azure CSI translation
* Revert "stop defaulting kubeconfig to http://localhost:8080"
* Update CHANGELOG/CHANGELOG-1.18.md for v1.18.2
* Fix Node initialization for GCP cloud provider
* Simplify unregistration of csiplugin
* Unregister csiplugin even if socket path is gone
* Move PSP tests behind a feature tag
* kube-openapi bump to release-1.18
* Preserve int/float distinction when decoding raw values
* Check Annotations map against nil for ConfigMapLock#Update()
* Fix CSINodeInfo startup
* Wait for APIServer 'ok' forever during CSINode initialization during Kubelet init
* Mon Jun 08 2020 Richard Brown <rbrown@suse.com>
- Add ConditionPathExists=/var/lib/kubelet/config.yaml to kubelet.service [boo#1146372]
* Wed May 20 2020 Richard Brown <rbrown@suse.com>
- Run sysctl -a --system before kubelet to ensure sysctl parameters are correctly loaded [boo#1171770]
* Wed Apr 22 2020 rbrown@suse.com
- Update to version 1.18.2:
* Fix GCE ILB for large clusters
* Restore the ability to `kubectl apply --prune` without -n flag
* Fix client watch reestablishment handling of client-side timeouts
* Fix priorityClass typo, add numeric priority to static pods
* Update CHANGELOG/CHANGELOG-1.18.md for v1.18.1
* Test dropped round-trip annotations in HPA conversion
* Drop round-trip annotations in HPA conversion
* Skip updating cache on pod update if the node was deleted
* Thu Apr 16 2020 Richard Brown <rbrown@suse.com>
- kubelet-common: conflict with other instances of kubelet-common and require kubernetes-kubelet%{baseversion}
* Tue Apr 14 2020 rbrown@suse.com
- Update to version 1.18.1:
* Ensure Azure availability zone is always in lower cases
* Even with build error, kubectl apply should apply all valid resources
* fix: update max azure disk max count
* Ensure diff doesn't persist patches
* Fix permissions for endpointslice controller
* Clean up event messages for errors.
* Allow list-resources.sh to continue if a resource fails to list
* fix a bug where spn: prefix is unexpectedly added to kubeconfig apiserver-id setting
* Adds integration test for apply failures when applying multiple resources
* Fixes problem where kubectl apply stops after first error
* fix cpu resource metric type by changing to counter
* fix concurreny issue in lb creation
* Kubeadm: fix Ready condition check
* kubeadm: add missing RBAC for getting nodes on "upgrade apply"
* Check that ImageInspect pointer is not nil
* Fix bug about unintentional scale out during updating deployment.
* Update CHANGELOG/CHANGELOG-1.18.md for v1.18.0
* build/dependencies: Remove bazel WORKSPACE go_version check
* deps: Update to Golang 1.13.9
* build: Remove kube-cross image building
* Label Windows test as Serial.
* Fri Apr 03 2020 Richard Brown <rbrown@suse.com>
- Initial Packaging - see kubernetes changelog for historic logs
/usr/bin/kubectl /usr/share/bash-completion/completions/kubectl /usr/share/doc/packages/kubernetes1.18-client /usr/share/doc/packages/kubernetes1.18-client/CONTRIBUTING.md /usr/share/doc/packages/kubernetes1.18-client/README.md /usr/share/licenses/kubernetes1.18-client /usr/share/licenses/kubernetes1.18-client/LICENSE /usr/share/man/man1/kubectl-alpha-debug.1.gz /usr/share/man/man1/kubectl-alpha.1.gz /usr/share/man/man1/kubectl-annotate.1.gz /usr/share/man/man1/kubectl-api-resources.1.gz /usr/share/man/man1/kubectl-api-versions.1.gz /usr/share/man/man1/kubectl-apply-edit-last-applied.1.gz /usr/share/man/man1/kubectl-apply-set-last-applied.1.gz /usr/share/man/man1/kubectl-apply-view-last-applied.1.gz /usr/share/man/man1/kubectl-apply.1.gz /usr/share/man/man1/kubectl-attach.1.gz /usr/share/man/man1/kubectl-auth-can-i.1.gz /usr/share/man/man1/kubectl-auth-reconcile.1.gz /usr/share/man/man1/kubectl-auth.1.gz /usr/share/man/man1/kubectl-autoscale.1.gz /usr/share/man/man1/kubectl-certificate-approve.1.gz /usr/share/man/man1/kubectl-certificate-deny.1.gz /usr/share/man/man1/kubectl-certificate.1.gz /usr/share/man/man1/kubectl-cluster-info-dump.1.gz /usr/share/man/man1/kubectl-cluster-info.1.gz /usr/share/man/man1/kubectl-completion.1.gz /usr/share/man/man1/kubectl-config-current-context.1.gz /usr/share/man/man1/kubectl-config-delete-cluster.1.gz /usr/share/man/man1/kubectl-config-delete-context.1.gz /usr/share/man/man1/kubectl-config-get-clusters.1.gz /usr/share/man/man1/kubectl-config-get-contexts.1.gz /usr/share/man/man1/kubectl-config-rename-context.1.gz /usr/share/man/man1/kubectl-config-set-cluster.1.gz /usr/share/man/man1/kubectl-config-set-context.1.gz /usr/share/man/man1/kubectl-config-set-credentials.1.gz /usr/share/man/man1/kubectl-config-set.1.gz /usr/share/man/man1/kubectl-config-unset.1.gz /usr/share/man/man1/kubectl-config-use-context.1.gz /usr/share/man/man1/kubectl-config-view.1.gz /usr/share/man/man1/kubectl-config.1.gz /usr/share/man/man1/kubectl-convert.1.gz /usr/share/man/man1/kubectl-cordon.1.gz /usr/share/man/man1/kubectl-cp.1.gz /usr/share/man/man1/kubectl-create-clusterrole.1.gz /usr/share/man/man1/kubectl-create-clusterrolebinding.1.gz /usr/share/man/man1/kubectl-create-configmap.1.gz /usr/share/man/man1/kubectl-create-cronjob.1.gz /usr/share/man/man1/kubectl-create-deployment.1.gz /usr/share/man/man1/kubectl-create-job.1.gz /usr/share/man/man1/kubectl-create-namespace.1.gz /usr/share/man/man1/kubectl-create-poddisruptionbudget.1.gz /usr/share/man/man1/kubectl-create-priorityclass.1.gz /usr/share/man/man1/kubectl-create-quota.1.gz /usr/share/man/man1/kubectl-create-role.1.gz /usr/share/man/man1/kubectl-create-rolebinding.1.gz /usr/share/man/man1/kubectl-create-secret-docker-registry.1.gz /usr/share/man/man1/kubectl-create-secret-generic.1.gz /usr/share/man/man1/kubectl-create-secret-tls.1.gz /usr/share/man/man1/kubectl-create-secret.1.gz /usr/share/man/man1/kubectl-create-service-clusterip.1.gz /usr/share/man/man1/kubectl-create-service-externalname.1.gz /usr/share/man/man1/kubectl-create-service-loadbalancer.1.gz /usr/share/man/man1/kubectl-create-service-nodeport.1.gz /usr/share/man/man1/kubectl-create-service.1.gz /usr/share/man/man1/kubectl-create-serviceaccount.1.gz /usr/share/man/man1/kubectl-create.1.gz /usr/share/man/man1/kubectl-delete.1.gz /usr/share/man/man1/kubectl-describe.1.gz /usr/share/man/man1/kubectl-diff.1.gz /usr/share/man/man1/kubectl-drain.1.gz /usr/share/man/man1/kubectl-edit.1.gz /usr/share/man/man1/kubectl-exec.1.gz /usr/share/man/man1/kubectl-explain.1.gz /usr/share/man/man1/kubectl-expose.1.gz /usr/share/man/man1/kubectl-get.1.gz /usr/share/man/man1/kubectl-kustomize.1.gz /usr/share/man/man1/kubectl-label.1.gz /usr/share/man/man1/kubectl-logs.1.gz /usr/share/man/man1/kubectl-options.1.gz /usr/share/man/man1/kubectl-patch.1.gz /usr/share/man/man1/kubectl-plugin-list.1.gz /usr/share/man/man1/kubectl-plugin.1.gz /usr/share/man/man1/kubectl-port-forward.1.gz /usr/share/man/man1/kubectl-proxy.1.gz /usr/share/man/man1/kubectl-replace.1.gz /usr/share/man/man1/kubectl-rollout-history.1.gz /usr/share/man/man1/kubectl-rollout-pause.1.gz /usr/share/man/man1/kubectl-rollout-restart.1.gz /usr/share/man/man1/kubectl-rollout-resume.1.gz /usr/share/man/man1/kubectl-rollout-status.1.gz /usr/share/man/man1/kubectl-rollout-undo.1.gz /usr/share/man/man1/kubectl-rollout.1.gz /usr/share/man/man1/kubectl-run.1.gz /usr/share/man/man1/kubectl-scale.1.gz /usr/share/man/man1/kubectl-set-env.1.gz /usr/share/man/man1/kubectl-set-image.1.gz /usr/share/man/man1/kubectl-set-resources.1.gz /usr/share/man/man1/kubectl-set-selector.1.gz /usr/share/man/man1/kubectl-set-serviceaccount.1.gz /usr/share/man/man1/kubectl-set-subject.1.gz /usr/share/man/man1/kubectl-set.1.gz /usr/share/man/man1/kubectl-taint.1.gz /usr/share/man/man1/kubectl-top-node.1.gz /usr/share/man/man1/kubectl-top-pod.1.gz /usr/share/man/man1/kubectl-top.1.gz /usr/share/man/man1/kubectl-uncordon.1.gz /usr/share/man/man1/kubectl-version.1.gz /usr/share/man/man1/kubectl-wait.1.gz /usr/share/man/man1/kubectl.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Aug 9 14:42:24 2025