forked from pool/k3s-install
Accepting request 982486 from home:fcrozat:branches:devel:kubic
- Update to version 1.24.1+k3s1: * Set default egress-selector-mode to agent * Remove control-plane egress context and fix agent mode. * Refactor egress-selector pods mode to watch pods * Bump containerd and runc * Update flaky tests for v1.24 (#5625) * Revert "Give kubelet the node-ip value (#5579)" * Re-add --cloud-provider=external kubelet arg * Update to v1.24.1 (#5616) * Bump dynamiclistener to v0.3.3 * remove dweomer from maintainers (#5582) * Add support for configuring the EgressSelector mode * Give kubelet the node-ip value (#5579) * Remove errant unversioned etcd go.mod entry * Remove objects when removed from manifests (#5560) * Add apparmor-parser to OpenSUSE/SLE Micro test VMs * Bump sonobuoy version and fix deprecated arg * Build standalone containerd 1.6 * Remove --docker/dockershim support * Always set pod-infra-container-image to protect it from image GC * Remove deprecated flags from cloud-controller-manager * Remove deprecated flags from kube-apiserver * Remove deprecated flags from kubelet * Update Kubernetes to v1.24 * Bump golang to 1.18.1 * Update CNI version in config file * Fix typo in image scan script * Mark v1.23.6+k3s1 stable * Add "ipFamilyPolicy: PreferDualStack" to have dual-stack ingress support * Move auto-generated resolv.conf out of /tmp to prevent accidental cleanup OBS-URL: https://build.opensuse.org/request/show/982486 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/k3s-install?expand=0&rev=9
This commit is contained in:
parent
eccaca1d6e
commit
7bf6c395f8
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/k3s-io/k3s.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v1.23.6+k3s1</param>
|
||||
<param name="revision">v1.24.1+k3s1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/k3s-io/k3s.git</param>
|
||||
<param name="changesrevision">418c3fa858b69b12b9cefbcff0526f666a6236b9</param></service></servicedata>
|
||||
<param name="changesrevision">0581808f5c160b0c0cafec5b8f20430835f34f44</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:825fad3f063fdc829bfc3b5e6e56b826829a227c0bd087f22d95eaa31e0cc9c6
|
||||
size 453170
|
3
k3s-1.24.1+k3s1.tar.gz
Normal file
3
k3s-1.24.1+k3s1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:787ca73b5a75a5fac128854920b4203242300869904fb90e6023ede0049e9bf9
|
||||
size 462341
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 13 14:17:50 UTC 2022 - fcrozat@suse.com
|
||||
|
||||
- Update to version 1.24.1+k3s1:
|
||||
* Set default egress-selector-mode to agent
|
||||
* Remove control-plane egress context and fix agent mode.
|
||||
* Refactor egress-selector pods mode to watch pods
|
||||
* Bump containerd and runc
|
||||
* Update flaky tests for v1.24 (#5625)
|
||||
* Revert "Give kubelet the node-ip value (#5579)"
|
||||
* Re-add --cloud-provider=external kubelet arg
|
||||
* Update to v1.24.1 (#5616)
|
||||
* Bump dynamiclistener to v0.3.3
|
||||
* remove dweomer from maintainers (#5582)
|
||||
* Add support for configuring the EgressSelector mode
|
||||
* Give kubelet the node-ip value (#5579)
|
||||
* Remove errant unversioned etcd go.mod entry
|
||||
* Remove objects when removed from manifests (#5560)
|
||||
* Add apparmor-parser to OpenSUSE/SLE Micro test VMs
|
||||
* Bump sonobuoy version and fix deprecated arg
|
||||
* Build standalone containerd 1.6
|
||||
* Remove --docker/dockershim support
|
||||
* Always set pod-infra-container-image to protect it from image GC
|
||||
* Remove deprecated flags from cloud-controller-manager
|
||||
* Remove deprecated flags from kube-apiserver
|
||||
* Remove deprecated flags from kubelet
|
||||
* Update Kubernetes to v1.24
|
||||
* Bump golang to 1.18.1
|
||||
* Update CNI version in config file
|
||||
* Fix typo in image scan script
|
||||
* Mark v1.23.6+k3s1 stable
|
||||
* Add "ipFamilyPolicy: PreferDualStack" to have dual-stack ingress support
|
||||
* Move auto-generated resolv.conf out of /tmp to prevent accidental cleanup
|
||||
* Check if user has a correct cluster-cidr and service-cidr config
|
||||
* Replace DefaultProxyDialerFn dialer injection with EgressSelector support
|
||||
* Ensure that WaitForAPIServerReady always re-dials through the loadbalancer
|
||||
* Don't start embedded kubelet until after apiserver is up
|
||||
* Add new `k3s completion` command for shell completion (#5461)
|
||||
* Use ListWatch helpers instead of bare List/Watch
|
||||
* server: Allow to enable network policies with IPv6-only
|
||||
* agent(netpol): Explicitly enable IPv4 when necessary
|
||||
* Bump kine to v0.9.1 for nats.io support
|
||||
* Make supervisor errors parsable by Kubernetes client libs
|
||||
* Drop unnecessary intermediate variable
|
||||
* Add systemd cgroup controller support
|
||||
* Add CNI Plugins and Flannel version to build scripts
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 3 07:43:27 UTC 2022 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: k3s-install
|
||||
Version: 1.23.6+k3s1
|
||||
Version: 1.24.1+k3s1
|
||||
Release: 0
|
||||
Summary: Installer for k3s optimised for openSUSE MicroOS
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user