This commit is contained in:
parent
ce6b0e45b2
commit
ad587f4821
2
_service
2
_service
@ -5,7 +5,7 @@
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="revision">v1.22.2</param>
|
||||
<param name="revision">v1.22.4</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="tar" mode="disabled"/>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/kubernetes/kubernetes.git</param>
|
||||
<param name="changesrevision">4193f7fe6b30bca6cf30741a6460c6c532c2dc42</param></service></servicedata>
|
||||
<param name="changesrevision">714321c6b1b5f8b7964b9eb17d48f2746545f615</param></service></servicedata>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d123bbce76271f1b5b5d74d282e96f10a1248a8c18720128523b391fdf70aec8
|
||||
size 21406116
|
3
kubernetes-1.22.4.tar.xz
Normal file
3
kubernetes-1.22.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a66fcb0dae77afe9c5d6c0fa49f7bbd62b9e8f31de580d0fb906a1c1c36334c
|
||||
size 21413152
|
@ -1,5 +0,0 @@
|
||||
name: kubernetes
|
||||
version: 1.22.2
|
||||
mtime: 1631741492
|
||||
commit: 8b5a19147530eaac9476b0ab82980b4088bbc1b2
|
||||
|
@ -1,3 +1,85 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 08 15:23:39 UTC 2021 - rbrown@suse.com
|
||||
|
||||
- Update to version 1.22.4:
|
||||
* defer close the rotated log open
|
||||
* proxy/iptables: fix all-vs-ready endpoints a bit
|
||||
* proxy/iptables: Remove a no-op check
|
||||
* proxy/iptables: Add more stuff to the unit test
|
||||
* proxy/iptables: Fix TestOnlyLocalNodePortsNoClusterCIDR
|
||||
* proxy/iptables: test that we create a consistent set of iptables rules
|
||||
* proxy/iptables: Misc improvements to unit test
|
||||
* proxy/iptables: Improve the sorting logic in TestOverallIPTablesRulesWithMultipleServices
|
||||
* proxy/iptables: Fix sync_proxy_rules_iptables_total metric
|
||||
* Fixed nil pointer dereference
|
||||
* Add tests for checking bind mounts
|
||||
* Check subpath file
|
||||
* Add check for subpaths
|
||||
* Fixed unit test SELinux support
|
||||
* Add shortcut for SELinux detection
|
||||
* Don't guess SELinux support on error
|
||||
* Manual cherry pick of kube-openapi changes for release-1.22 Bump kube-openapi against kube-openapi/release-1.22 branch
|
||||
* kube-proxy: fix stale detection logic
|
||||
* Use separate pathSpec for local and remote to properly handle cleaning paths
|
||||
* [go1.16] Update to go1.16.10
|
||||
* Automated cherry pick of #105122: added keys for structured logging (#105137)
|
||||
* Update debian, debian-iptables, setcap images to pick up CVE-2021-33910 fixes
|
||||
* Fixing how EndpointSlice Mirroring handles Service selector transitions
|
||||
* Add unit tests to cover scheduler's setup
|
||||
* sched: ensure feature gate is honored when instantiating scheduler
|
||||
* Fix race condition in logging when request times out
|
||||
* use original requests in NodeResourcesBalancedAllocation instead of NonZero
|
||||
* Remove nodes with Cluster Autoscaler taint from LB backends.
|
||||
* Fix issue in node status updating VolumeAttached list
|
||||
* Support cgroupv2 in node problem detector test
|
||||
* Update CHANGELOG/CHANGELOG-1.22.md for v1.22.3
|
||||
* Free APF seats for watches handled by an aggregated apiserver.
|
||||
* parameter 'disabled-metrics' is invalid
|
||||
* Run storage hostpath e2e test client pod as privileged
|
||||
* support more than 100 disk mounts on Windows
|
||||
* [go1.16] Update to go1.16.9
|
||||
* Clear initial UDP conntrack entries for loadBalancerIPs
|
||||
* Verifying the auth headers are set for upgraded aggregated API requests
|
||||
* apiserver aggregator upgrade unit test
|
||||
* Aggregator uses the regular transport even if the request requires upgrades
|
||||
* Fix PreferNominatedNode test
|
||||
* Remove Error Message Check Dynamic PV Tests
|
||||
* go fmt
|
||||
* Add e2e test to verify kubelet restart behaviour
|
||||
* kubelet: set terminated podWorker status for terminated pods
|
||||
* Fix quota controller hotloop in integration tests
|
||||
* remove StartedPodsErrorsTotal metrice message
|
||||
* Copy VolumeSnapshotContent annotations in snapshottable.go test
|
||||
* Fix bugs in e2e pod test
|
||||
* Ensure terminal pods maintain terminal status
|
||||
* Do not sync Waiting statuses for Terminated pods
|
||||
* Adds CancelRequest function to CommandHeadersRoundTripper
|
||||
* Fixes kubectl command headers which hangs on kubectl run
|
||||
* Revert "Build non-static binaries with PIE buildmode"
|
||||
* Ignore VMs in vmss delete backend pools
|
||||
* Fix CSR test to accept certs shorter than the requested duration
|
||||
* fix: skip not found nodes when reconciling LB backend address pools
|
||||
* fix: consolidate logs for instance not found error
|
||||
* Remove a duplicate StorageClass creation call
|
||||
* Update Containerd version - GCE Windows
|
||||
* e2e scheduling priorities: do not reference control loop variable
|
||||
* storege e2etest: Delete restored PVC/Pod in snapshottable
|
||||
* pkg/kubelet/cm/memorymanager: Fix ErrorS key/value pair
|
||||
* v1.22: Fix test flake in old svc registry
|
||||
* 'New' Event namespace validate failed
|
||||
* kubelet: Handle UID reuse in pod worker
|
||||
* Add test for recreating a static pod
|
||||
* Update CHANGELOG/CHANGELOG-1.22.md for v1.22.2
|
||||
* Refine locking in API Priority and Fairness config controller
|
||||
* kube-controller-manager: properly check generic ephemeral volume feature
|
||||
* Fix null JSON round tripping
|
||||
* Propagate conversion errors
|
||||
* integration test
|
||||
* fix 104329: check for headless before trying to release the ClusterIPs
|
||||
* fix detach disk issue on deleting node
|
||||
* kubelet: fix sandbox creation error suppression when pods are quickly deleted
|
||||
* remove listx from OWNERS_ALIASES
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 11:22:40 UTC 2021 - rbrown@suse.com
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define baseversionminus1 1.21
|
||||
|
||||
Name: kubernetes%{baseversion}
|
||||
Version: 1.22.2
|
||||
Version: 1.22.4
|
||||
Release: 0
|
||||
Summary: Container Scheduling and Management
|
||||
License: Apache-2.0
|
||||
@ -68,7 +68,12 @@ management of containerized applications.
|
||||
It groups containers that make up an application into logical units
|
||||
for management and discovery.
|
||||
|
||||
<<<<<<< .mine
|
||||
|
||||
|
||||
=======
|
||||
|
||||
>>>>>>> .new
|
||||
# packages to build containerized control plane
|
||||
|
||||
%package apiserver
|
||||
|
Loading…
Reference in New Issue
Block a user