forked from pool/k3s-install
Accepting request 991555 from home:fcrozat:branches:devel:kubic
- Update to version 1.24.3+k3s1: * Update to v1.24.3 (#5870) * Address issues with etcd snapshots * Fix deletion of svclb DaemonSet when Service is deleted * Remove legacy bidirectional datastore sync code * Fix fatal error when reconciling bootstrap data * Promote v1.23.8+k3s2 to stable * Replace dapper testing with regular docker (#5805) * Fix issue with containerd stats missing from cadvisor metrics * Bump runc version to v1.1.3 * Bump remotedialer * Bump kine to v0.9.3 * Don't crash when service IPFamiliyPolicy is not set * Fix egress selector proxy/bind-address support * Add tests for down-level etcd join * Handle egress-selector-mode change during upgrade * Remove go-powershell dead dependency (#5777) * add 1.24 release channel (#5742) * Mark v1.23.8+k3s1 to stable * Update to v1.24.2 * Bump helm-controller * containerd: Enable enable_unprivileged_ports and enable_unprivileged_icmp by default * Enable compact tests for k3s s390x * Only listen on loopback when resetting * Ensure that CONTAINERD_ variables are not shadowed by later entries * Sanitize filenames for use in configmap keys * Disable urfave markdown/man docs generation * Delay service readiness until after startuphooks have finished (#5649) * add arm tests and upgrade tests (#5526) * Add alternate scripts location (#5692) OBS-URL: https://build.opensuse.org/request/show/991555 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/k3s-install?expand=0&rev=11
This commit is contained in:
parent
7bf6c395f8
commit
553ba5cb5e
2
_service
2
_service
@ -2,7 +2,7 @@
|
|||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="url">https://github.com/k3s-io/k3s.git</param>
|
<param name="url">https://github.com/k3s-io/k3s.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v1.24.1+k3s1</param>
|
<param name="revision">v1.24.3+k3s1</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/k3s-io/k3s.git</param>
|
<param name="url">https://github.com/k3s-io/k3s.git</param>
|
||||||
<param name="changesrevision">0581808f5c160b0c0cafec5b8f20430835f34f44</param></service></servicedata>
|
<param name="changesrevision">990ba0e88c90f8ed8b50e0ccd375937b841b176e</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:787ca73b5a75a5fac128854920b4203242300869904fb90e6023ede0049e9bf9
|
|
||||||
size 462341
|
|
BIN
k3s-1.24.3+k3s1.tar.gz
(Stored with Git LFS)
Normal file
BIN
k3s-1.24.3+k3s1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 28 12:19:08 UTC 2022 - fcrozat@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.24.3+k3s1:
|
||||||
|
* Update to v1.24.3 (#5870)
|
||||||
|
* Address issues with etcd snapshots
|
||||||
|
* Fix deletion of svclb DaemonSet when Service is deleted
|
||||||
|
* Remove legacy bidirectional datastore sync code
|
||||||
|
* Fix fatal error when reconciling bootstrap data
|
||||||
|
* Promote v1.23.8+k3s2 to stable
|
||||||
|
* Replace dapper testing with regular docker (#5805)
|
||||||
|
* Fix issue with containerd stats missing from cadvisor metrics
|
||||||
|
* Bump runc version to v1.1.3
|
||||||
|
* Bump remotedialer
|
||||||
|
* Bump kine to v0.9.3
|
||||||
|
* Don't crash when service IPFamiliyPolicy is not set
|
||||||
|
* Fix egress selector proxy/bind-address support
|
||||||
|
* Add tests for down-level etcd join
|
||||||
|
* Handle egress-selector-mode change during upgrade
|
||||||
|
* Remove go-powershell dead dependency (#5777)
|
||||||
|
* add 1.24 release channel (#5742)
|
||||||
|
* Mark v1.23.8+k3s1 to stable
|
||||||
|
* Update to v1.24.2
|
||||||
|
* Bump helm-controller
|
||||||
|
* containerd: Enable enable_unprivileged_ports and enable_unprivileged_icmp by default
|
||||||
|
* Enable compact tests for k3s s390x
|
||||||
|
* Only listen on loopback when resetting
|
||||||
|
* Ensure that CONTAINERD_ variables are not shadowed by later entries
|
||||||
|
* Sanitize filenames for use in configmap keys
|
||||||
|
* Disable urfave markdown/man docs generation
|
||||||
|
* Delay service readiness until after startuphooks have finished (#5649)
|
||||||
|
* add arm tests and upgrade tests (#5526)
|
||||||
|
* Add alternate scripts location (#5692)
|
||||||
|
* Introduce servicelb-namespace parameter
|
||||||
|
* Move all klipper-lb daemonset to common namespace for PodSecurity
|
||||||
|
* E2E: Dualstack test (#5617)
|
||||||
|
* add support for pprof server (#5527)
|
||||||
|
* Update security email contact (#5607)
|
||||||
|
* E2E Improvements and groundwork for test-pad tool (#5593)
|
||||||
|
* Integration Test: Startup (#5630)
|
||||||
|
* Add FlannelConfCNI flag
|
||||||
|
* Add ability to pass configuration options to flannel backend
|
||||||
|
* Bump flannel to v0.18.1
|
||||||
|
* Remove kube-ipvs0 interface when cleaning up
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 13 14:17:50 UTC 2022 - fcrozat@suse.com
|
Mon Jun 13 14:17:50 UTC 2022 - fcrozat@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: k3s-install
|
Name: k3s-install
|
||||||
Version: 1.24.1+k3s1
|
Version: 1.24.3+k3s1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Installer for k3s optimised for openSUSE MicroOS
|
Summary: Installer for k3s optimised for openSUSE MicroOS
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user