Accepting request 1132765 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1132765 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/istioctl?expand=0&rev=13
This commit is contained in:
commit
247036eae9
6
_service
6
_service
@ -3,9 +3,9 @@
|
||||
<param name="url">https://github.com/istio/istio</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">1.20.0</param>
|
||||
<param name="revision">1.20.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual">
|
||||
<param name="basename">istio</param>
|
||||
@ -16,6 +16,6 @@
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="manual">
|
||||
<param name="archive">istio-1.20.0.obscpio</param>
|
||||
<param name="archive">istio-1.20.1.obscpio</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/istio/istio</param>
|
||||
<param name="changesrevision">6869a6c2371e21c847d216065cf5c59863d01b4c</param></service></servicedata>
|
||||
<param name="changesrevision">552626bd81f625917bcba6e415cae5aa3d5c61af</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47a99eaf8a510d4924f9d857e70141e4bce913b1740821f736df70685733bdf8
|
||||
size 30206477
|
3
istio-1.20.1.obscpio
Normal file
3
istio-1.20.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20d8b44ea14ab156450624462bc89a41bd6d3d5bd24e53bf6ae7974bc2e7e96c
|
||||
size 30246413
|
@ -1,4 +1,4 @@
|
||||
name: istio
|
||||
version: 1.20.0
|
||||
mtime: 1699944808
|
||||
commit: 6869a6c2371e21c847d216065cf5c59863d01b4c
|
||||
version: 1.20.1
|
||||
mtime: 1701979047
|
||||
commit: 552626bd81f625917bcba6e415cae5aa3d5c61af
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 12 21:41:43 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 1.20.1:
|
||||
https://istio.io/latest/news/releases/1.20.x/announcing-1.20.1/
|
||||
* Security update
|
||||
- Changes to Istio CNI Permissions as described in
|
||||
ISTIO-SECURITY-2023-005
|
||||
* Changes
|
||||
- Fixed an issue where the webhook generated by istioctl tag
|
||||
set was unexpectedly being removed by the installer. (Issue
|
||||
#47423)
|
||||
- Fixed an issue where the istioctl tag list command did not
|
||||
accept the --output flag. (Issue #47696)
|
||||
- Fixed an issue where custom injection of the istio-proxy
|
||||
container was not working on OpenShift, due to how OpenShift
|
||||
sets the pod’s SecurityContext.RunAs field.
|
||||
- Fixed an issue where VirtualService HTTP header present match
|
||||
was not working when header-name: {} was set. (Issue #47341)
|
||||
- Fixed multi-cluster leader election not being able to
|
||||
prioritize local over remote leaders. (Issue #47901)
|
||||
- Fixed a memory leak when hostNetwork pods scaled up and down.
|
||||
(Issue #47893)
|
||||
- Fixed a memory leak when WorkloadEntries changed their IP
|
||||
address. (Issue #47893)
|
||||
- Fixed a memory leak when a ServiceEntry was removed. (Issue
|
||||
#47893)
|
||||
- Improved istioctl bug-report performance by reducing the
|
||||
number of calls to the Kubernetes API. The included pod/node
|
||||
details in the report remain comprehensive but will be
|
||||
presented differently.
|
||||
- Removed the --rps-limit flag for istioctl bug-report and
|
||||
added the --rq-concurrency flag. This change enables the bug
|
||||
reporter to limit request concurrency rather than the request
|
||||
rate to the Kubernetes API.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:10:47 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: istioctl
|
||||
Version: 1.20.0
|
||||
Version: 1.20.1
|
||||
Release: 0
|
||||
Summary: CLI for the istio servic mesh in Kubernetes
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24625e0f3918ca2608476f5b7dcc4cd11786a1b175b3ef1d54f6c01acdda52ae
|
||||
size 24414590
|
||||
oid sha256:7e04d42564f724c0367cc2d0948c258a8d0550cb4c63cf92bb0bca1d32195dff
|
||||
size 24417296
|
||||
|
Loading…
x
Reference in New Issue
Block a user