Accepting request 1166544 from home:ojkastl_buildservice:Branch_devel_kubic
update to 1.21.1 OBS-URL: https://build.opensuse.org/request/show/1166544 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/istioctl?expand=0&rev=33
This commit is contained in:
parent
bfe174e500
commit
ecf9a5e472
4
_service
4
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/istio/istio</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">1.21.0</param>
|
||||
<param name="revision">1.21.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
</service>
|
||||
@ -16,6 +16,6 @@
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="manual">
|
||||
<param name="archive">istio-1.21.0.obscpio</param>
|
||||
<param name="archive">istio-1.21.1.obscpio</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ab513317492f94228b4360abfbfd190a5ecb7a5a1090c2b9c218fe9ed9523df
|
||||
size 31202829
|
3
istio-1.21.1.obscpio
Normal file
3
istio-1.21.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea7f12b8503b3389657baace85722fcc7c01abeb0882b01c1f236abd1092e3f9
|
||||
size 31306253
|
@ -1,4 +1,4 @@
|
||||
name: istio
|
||||
version: 1.21.0
|
||||
mtime: 1710285667
|
||||
commit: 2ca3e986a683fbdb82dffcd7b2e8d02076a42468
|
||||
version: 1.21.1
|
||||
mtime: 1712327482
|
||||
commit: ee6e9f6a314224fd9bcb808ca1d74d1dc66adba8
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 9 06:29:43 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 1.21.1:
|
||||
This release implements the security updates described in our 8th
|
||||
of April post, ISTIO-SECURITY-2024-002 along with bug fixes to
|
||||
improve robustness.
|
||||
https://istio.io/latest/news/security/istio-security-2024-002/
|
||||
* Fixed a bug where VirtualServices containing duplicate hosts
|
||||
with different cases would cause routes to be rejected by
|
||||
Envoy. (Issue #49368)
|
||||
* Fixed an issue where commands relying on Envoy config dump
|
||||
would not work due to the presence of ECDS config.
|
||||
* Fixed an issue where telemetry EnvoyFilter resources were not
|
||||
correctly pruned during the installation process. (Issue
|
||||
#48126)
|
||||
* Fixed an issue where pilot CPU consumption was abnormally high
|
||||
when the in-cluster analysis was enabled. (Issue #49340)
|
||||
* Fixed an issue where updating a ServiceEntry’s TargetPort would
|
||||
not trigger an xDS push. (Issue #49878)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 16 17:26:03 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: istioctl
|
||||
Version: 1.21.0
|
||||
Version: 1.21.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:2623c34ab982bad2364bce4e7bc0dbe55edbfcd2511748386e0550ec0a6d481e
|
||||
size 20089978
|
||||
oid sha256:2f69e8a09b0223100c3e4204a7d3c5a64c0883597e97997390890dafc2f302b5
|
||||
size 20568696
|
||||
|
Loading…
x
Reference in New Issue
Block a user