Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

kubernetes1.28-client-common-1.28.7-1.1 RPM for armv7hl

From OpenSuSE Ports Tumbleweed for armv7hl

Name: kubernetes1.28-client-common Distribution: openSUSE Tumbleweed
Version: 1.28.7 Vendor: openSUSE
Release: 1.1 Build date: Mon Feb 26 20:06:54 2024
Group: System/Management Build host: i02-armsrv1
Size: 244467 Source RPM: kubernetes1.28-1.28.7-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://kubernetes.io/
Summary: Kubernetes client tools common files
Kubernetes client tools common files

Provides

Requires

License

Apache-2.0

Changelog

* Mon Feb 26 2024 priyanka.saggu@suse.com
  - Update to version 1.28.7:
    * [go] Bump images, dependencies and versions to go 1.21.7 / setcap/debian-base to bookworm-v1.0.1 and distroless-iptables to v0.4.5
    * Add processStartTime in metrics/slis
    * Revert "kubeadm: fix a bug where the uploaded kubelet configuration in kube-system/kubelet-config ConfigMap does not respect user patch"
    * kubeadm: better checks if the node is CP during "upgrade node"
    * If a pvc has an empty storageclass name, don't try to assign a default StorageClass to it.
    * Drop PendingChanges methods from change trackers, move into UpdateResults
    * Squash some unnecessarily-chained methods in the change trackers
  - Update .spec file to bump go version build requirements:
    * `BuildRequires:  golang(API) = 1.21`
* Thu Feb 22 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Use %patch -P N instead of deprecated %patchN.
* Wed Jan 24 2024 priyanka.saggu@suse.com
  - Update .spec file to remove go version build requirements:
    * above build requirement causing build failures with following error:
    - `go: download go1.20.13 for linux/amd64: toolchain not available`
    - ref: https://go.dev/doc/toolchain
  - Update to version 1.28.6:
    * Revert "Graduate Evented PLEG to Beta"
    * [go] Bump images, dependencies and versions to go 1.20.13 and distroless iptables to 0.2.9
    * e2e framework: adapt unit test to Go 1.22
    * use context for lazy evaluation.
    * Handle edge cases in seat demand stats
    * .*: bump golang.org/x/tools to v0.16.1
    * fix: 119921
    * Use a separate function for checking if device was reconstructed
    * Add tests for checking of uncertain device paths
    * Fix device uncertain errors on reboot
    * fix(scheduler): fix incorrect loop logic in MultiPoint to avoid a plugin being loaded multiple times
    * Add unit test for Job Controller for panic when PodFailurePolicy is used on 1.28
    * etcd: Update to version 3.5.10
    * kube-proxy: Fix etp:Local for externalIPs
* Wed Jan 24 2024 priyanka.saggu@suse.com
  - Update to version 1.28.5:
    * enable SchedulerQueueingHints feature gate in TestIncomingPodsMetrics
    * fix: disable SchedulerQueueingHints feature flag by default
    * Fix panic if there are more terminating pods than active pods
    * [go] Bump images, dependencies and versions to go 1.20.12
    * Move adding GroupVersion log until after an update is confirmed
    * pass GOTOOLCHAIN to build containers
    * handle GOTOOLCHAIN in kube::golang::verify_go_version
    * fix: requeue pods rejected by Extenders properly
    * Bump distroless-iptables to 0.2.8 based on Go 1.20.11
    * fix: smb file share unavailable issue when it's deleted
    * Make StatefulSet restart pods with phase Succeeded
    * run hack scripts to update cyphar/filepath-securejoin to v0.2.4 correctly
    * update filepath-securejoin dependency to 0.2.4 to fix security vulnerability
    * DRA: call plugins for claims even if exist in cache
    * Fix panic when process RunScorePlugins for cap out of range
    * e2e: bootstrap vsphere tests earlier
    * apf: request ejected from queue should use reason 'time-out'
    * apf: remove RequestWaitLimit from queueset config
    * apf: remove timeoutOldRequestsAndRejectOrEnqueueLocked function
    * apf: use context for queue wait
    * apiserver: add flow control metric current_inqueue_seats
* Fri Nov 24 2023 Priyanka Saggu <priyanka.saggu@suse.com>
  - Update .spec file to bump go version build requirements:
    * `BuildRequires:  go >= 1.20.11`
  - Update to version 1.28.4:
    * Use golang library instead of mklink
    * [go] Bump images, dependencies and versions to go 1.20.11
    * Fixing attempt to deploy past allocatable memory limits test on Windows
    * bump golang.org/grpc to v1.56.3
    * Add more test cases ensuring nextScheduleTimeDuration is never < 0
    * Modify mostRecentScheduleTime to return more detailed information about missed schedules
    * removing the import of "k8s.io/utils/ptr" because it was introduced after 1.28
    * Fixing CurrentReplicas and CurrentRevision in completeRollingUpdate
    * Use Patch instead of SSA for Pod Disruption condition
    * KCCM: fix GCP ILB by reintroducing readiness predicate for eTP:Local
    * Fix panic testing intree vSphere dynamic PV.
    * service controller: improve node lifecycle updates - update nodes if providerID has changed
    * implement Stringer for podActions
    * Retry operations if CSI Driver Isn't Found by Treating this Error as Transient
* Thu Oct 26 2023 Priyanka Saggu <priyanka.saggu@suse.com>
  - Update .spec file to bump go version build requirements:
    * `BuildRequires:  go >= 1.20.10`
  - Update to version 1.28.3:
    * Register UnauthenticatedHTTP2DOSMitigation into kube components
    * Skip TestUnauthenticatedHTTP2ClientConnectionClose http1 tests
    * Disable UnauthenticatedHTTP2DOSMitigation by default
    * Prevent rapid reset http2 DOS on API server
    * Fix concurrent write when filling PVC labels
    * Modify test PVC to detect concurrent map write bug
    * [go] Bump images, dependencies and versions to go 1.20.10
    * Fix to honor PDB with an empty selector `{}`
    * .: bump golang.org/x/net to v0.17.0
    * Mark a volume as uncertain-attached after detach error
    * Unit & integration tests for OpenAPIV2 AddUpdateAPIService
    * Fix 120878 - Refactor cacheabledownloader so handler can be updated and fix AddUpdateAPIService to update handler
    * Fix 120739 - Prevent AddUpdateAPIService from blocking on updating spec
    * Fix 120758 - prevent cache Load on uninitialized spec
    * Add nil checks for hpa object target type values
    * Make a certain ipv4-vs-ipv6 config error non-fatal, for backward compat
    * [go] Bump images, versions and deps to use Go 1.20.9
    * Only configure swap if available on node
    * Use local isCgroup2UnifiedMode consistently
    * cronjob controller: ensure already existing jobs are added to Active list of cronjobs
    * reintroduce resourcequota.NewMonitor
    * change rolling update logic to exclude sunsetting nodes
    * vsphere: adapt to govmomi bump
    * .: bump govmomi to v0.30.6
    * Increase range of job_sync_duration_seconds
    * sync Service API status rest storage
    * kubeadm: remove reference of k8s.io/kubernetes/pkg/apis/core/v1
    * fix race on etcd client constructor for healthchecks
    * e2e pods: fix WaitForPodsResponding retry
    * kmsv2: reload metrics bug fix backport
    * scheduler: start scheduling attempt with clean UnschedulablePlugins
* Wed Sep 20 2023 Priyanka Saggu <priyanka.saggu@suse.com>
  - Update to version 1.28.2:
    * fix(queue_test): make sure the first bind failure via counter
    * [go] Bump images, versions and deps to use Go 1.20.8
    * scheduler: unit test case for concurrent event with other pod
    * scheduler: fix tracking of concurrent events
    * sort stability list of metrics in the shell command
    * Feature-gate SidecarContainers code in pkg/kubelet/kuberuntime
    * Add an e2e test for the pod sandbox changed scenario
    * fix: concurrent map writes in e2e test
    * Automated cherry pick of #119776: Fix a job quota related deadlock (#120319)
    * TopologyAwareHints: Take lock in HasPopulatedHints
    * Fallback to legacy discovery on a wider range of conditions in aggregator
    * Fix OpenAPI aggregation cleanup
    * apiextensions-apiserver: generate applyconfigurations
    * Revert to json-patch 4.12.0
    * update build cross image to the correct release branch image
    * Mark Job onPodConditions as optional in pod failure policy
    * Incorporating feedback on 119341
    * Release commit for Kubernetes v1.28.1
    * Add wait for cache sync
    * check for overflow
    * Fix CEL cost handling of zero length replacement strings
    * Use env varaibles for passing path
    * Use environment varaibles for parameters in Powershell
    * e2e framework util subtle bug checking endpoints
    * Pass Pinned field to kubecontainer.Image
    * prep for go1.21: use -e in go list
    * kubeadm: fix nil pointer when etcd member is already removed
    * update to golangci-lint v1.54.1 + go-ruleguard v0.4.0
    * Make gomaxprocs install optional, limit to tests
    * Drop [Feature: tag to make sure this tests runs on pre-submits
    * Statefulset should wait for new replicas when removing .start.ordinal
    * e2e WaitForServiceEndpointsNum take into account the address family
    * fix: when PreFilter returns UnschedulableAndUnresolvable, copy the state in all nodes in statusmap
    * Fix a bug that PostFilter plugin may not function if previous PreFilter plugins return Skip
    * Add test coverage of result size of string operations
    * Bump cel-go to v0.16.1
* Wed Sep 20 2023 Priyanka Saggu <priyanka.saggu@suse.com>
  - initial package for Kubernetes v1.28.0

Files

/usr/share/doc/packages/kubernetes1.28-client-common
/usr/share/doc/packages/kubernetes1.28-client-common/CONTRIBUTING.md
/usr/share/doc/packages/kubernetes1.28-client-common/README.md
/usr/share/licenses/kubernetes1.28-client-common
/usr/share/licenses/kubernetes1.28-client-common/LICENSE
/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-whoami.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-delete-user.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-get-users.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-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-ingress.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-token.1.gz
/usr/share/man/man1/kubectl-create.1.gz
/usr/share/man/man1/kubectl-debug.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-events.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, Wed Apr 10 23:40:29 2024