Accepting request 1137990 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1137990 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/istioctl?expand=0&rev=14
This commit is contained in:
commit
9e4de14624
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.20.1</param>
|
||||
<param name="revision">1.20.2</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.20.1.obscpio</param>
|
||||
<param name="archive">istio-1.20.2.obscpio</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20d8b44ea14ab156450624462bc89a41bd6d3d5bd24e53bf6ae7974bc2e7e96c
|
||||
size 30246413
|
3
istio-1.20.2.obscpio
Normal file
3
istio-1.20.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58f240df50eaec071ed880450723fb553c0f34f334310937a0359f67cb74a7cd
|
||||
size 30276621
|
@ -1,4 +1,4 @@
|
||||
name: istio
|
||||
version: 1.20.1
|
||||
mtime: 1701979047
|
||||
commit: 552626bd81f625917bcba6e415cae5aa3d5c61af
|
||||
version: 1.20.2
|
||||
mtime: 1704268501
|
||||
commit: 5f5d657c72d30a97cae97938de3a6831583e9f15
|
||||
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 19:23:07 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 1.20.2:
|
||||
https://istio.io/latest/news/releases/1.20.x/announcing-1.20.2/
|
||||
* Changes
|
||||
- Added configurable scaling behavior for Gateway
|
||||
HorizontalPodAutoscaler in the helm chart. (usage)
|
||||
- Fixed a bug where overlapping wildcard hosts in a
|
||||
VirtualService produces incorrect routing configurations when
|
||||
wildcard services were selected (e.g. in ServiceEntry).
|
||||
(Issue #45415)
|
||||
- Fixed an issue where Istio was performing additional XDS
|
||||
pushes for StatefulSets and headless Service endpoints while
|
||||
scaling. (Issue #48207)
|
||||
- Fixed an issue where the Istio injection webhook may be
|
||||
modified in dry-run mode. (Issue #48241)
|
||||
- Fixed an issue if DestinationRule’s exportTo includes
|
||||
workload’s current namespace (not ‘.’), other namespaces are
|
||||
ignored from exportTo. (Issue #48349)
|
||||
- Fixed an issue where the QUIC listeners were not correctly
|
||||
created when dual-stack is enabled. (Issue #48336)
|
||||
- Fixed an issue where istioctl proxy-config ecds didn’t
|
||||
display all EcdsConfigDump.
|
||||
- Fixed an issue where new endpoints may not be sent to
|
||||
proxies. (Issue #48373)
|
||||
- Fixed an issue where installing with Stackdriver and using
|
||||
custom configurations would prevent Stackdriver from being
|
||||
enabled.
|
||||
- Fixed an issue where long-lived connections, TCP bytes and
|
||||
gRPC, could result in a proxy memory leak.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 12 21:41:43 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package istioctl
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: istioctl
|
||||
Version: 1.20.1
|
||||
Version: 1.20.2
|
||||
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:7e04d42564f724c0367cc2d0948c258a8d0550cb4c63cf92bb0bca1d32195dff
|
||||
size 24417296
|
||||
oid sha256:3ed4f80a7636e440c70a66df9f63ebfca740127f5bb8848a3d444a5fb88ba561
|
||||
size 24419967
|
||||
|
Loading…
x
Reference in New Issue
Block a user