Accepting request 1250383 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1250383 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/istioctl?expand=0&rev=31
This commit is contained in:
commit
f096db7ece
2
_service
2
_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.24.3</param>
|
||||
<param name="revision">1.25.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
<param name="filename">istioctl</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:071916e2de7b23e3ea67d0e334e280ff1ff3d99b664f14970081fefea461480a
|
||||
size 33051661
|
3
istioctl-1.25.0.obscpio
Normal file
3
istioctl-1.25.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fdb2fab2cfb420cc9c26078b3f4956cf30a92b95bb66d233ab2d215d2c8c07e0
|
||||
size 31582733
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 5 10:39:55 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 1.25.0:
|
||||
https://istio.io/latest/news/releases/1.25.x/announcing-1.25/
|
||||
https://istio.io/latest/news/releases/1.25.x/announcing-1.25/change-notes/
|
||||
istioctl-related changes:
|
||||
* Improved the output of istioctl proxy-config secret to display
|
||||
trust bundles provided by Spire.
|
||||
* Added alias -r for --revision flags in istioctl analyze.
|
||||
* Added support for AuthorizationPolicies with CUSTOM action in
|
||||
the istioct x authz check command.
|
||||
* Added support for the --network parameter to the istioctl
|
||||
experimental workload group create command. (Issue #54022)
|
||||
* Added the ability to safely restart/upgrade the
|
||||
system-node-critical istio-cni node agent DaemonSet in-place.
|
||||
This works by preventing new pods from starting on the node
|
||||
while istio-cni is being restarted or upgraded. This feature is
|
||||
enabled by default and can be disabled by setting the
|
||||
environment variable AMBIENT_DISABLE_SAFE_UPGRADE=true in
|
||||
istio-cni. (Issue #49009)
|
||||
* Added changes for rootca-compare command to handle the case
|
||||
when pod has multiple root CA. (Issue #54545)
|
||||
* Added support for istioctl waypoint delete to delete specified
|
||||
revision waypoints.
|
||||
* Added support for the analyzer to report negative status
|
||||
conditions on select Istio and Kubernetes Gateway API
|
||||
resources. (Issue #55055)
|
||||
* Improved the performance of istioctl proxy-config secret and
|
||||
istioctl proxy-config. (Issue #53931)
|
||||
* Fixed an issue in the rootca-compare command to handle the case
|
||||
when a pod has multiple root CAs. (Issue #54545)
|
||||
* Fixed an issue where istioctl install deadlocks if multiple
|
||||
ingress gateways are specified in the IstioOperator file.
|
||||
(Issue #53875)
|
||||
* Fixed an issue where istioctl waypoint delete --all would
|
||||
delete all gateway resources, even non-waypoints. (Issue
|
||||
#54056)
|
||||
* Fixed the istioctl experimental injector list command to not
|
||||
print redundant namespaces for injector webhooks.
|
||||
* Fixed istioctl analyze reporting IST0145 errors when using the
|
||||
same host with different ports and multiple gateways. (Issue
|
||||
#54643)
|
||||
* Fixed an issue where istioctl --as implicitly set --as-group=""
|
||||
when --as is used without --as-group.
|
||||
* Removed --recursive flags and set recursion to true for
|
||||
istioctl analyze.
|
||||
* Removed the experimental flag --xds-via-agents from the
|
||||
istioctl proxy-status command.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 11 07:27:21 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: istioctl
|
||||
version: 1.24.3
|
||||
mtime: 1738251355
|
||||
commit: 44d0e58e49d0dc89e27fc4f8679c68132d46b887
|
||||
version: 1.25.0
|
||||
mtime: 1740513328
|
||||
commit: 57e59c2e5d6b757a68d867491d9c9c09694e1522
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: istioctl
|
||||
Version: 1.24.3
|
||||
Version: 1.25.0
|
||||
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:f22f7f2503ab734672d99d731b1900520f7a5fb775b7128bc623073153a06819
|
||||
size 20019443
|
||||
oid sha256:c9dd9d639681c0a5351731b1ec50ef7fd9590f5b2b8fa4ba1829be6376c32924
|
||||
size 20041645
|
||||
|
Loading…
x
Reference in New Issue
Block a user