forked from pool/hubble
Accepting request 1189673 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1189673 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hubble?expand=0&rev=6
This commit is contained in:
commit
53f6a7838f
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/cilium/hubble</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v0.13.6</param>
|
||||
<param name="revision">v1.16.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/cilium/hubble</param>
|
||||
<param name="changesrevision">ebca919509deb38bf2d40edb9b03d0c2834e9a77</param></service></servicedata>
|
||||
<param name="changesrevision">930a8cf4d11175a34e11e6fecaca425ba9dfa330</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85b1d21e2c5fde4c2e04e89ef1c559bb0b90acc30eff7d57170fe5b328e337a0
|
||||
size 67876878
|
3
hubble-1.16.0.obscpio
Normal file
3
hubble-1.16.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02bbb106fac63e8eae86f2a56a86f8a5fa2df5689d9f6b1f491201cf92abf192
|
||||
size 28113933
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 25 17:37:50 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 1.16.0:
|
||||
(no versions between 0.13.6 and this one)
|
||||
* Align version numbers with Cilium
|
||||
* Major Changes:
|
||||
- Move cilium/hubble code to cilium/cilium repo
|
||||
(cilium/cilium#31893, @michi-covalent)
|
||||
* Minor Changes:
|
||||
- hubble: node labels (cilium/cilium#32851, @kaworu)
|
||||
- hubble: support drop_reason_desc in flow filter
|
||||
(cilium/cilium#32135, @chaunceyjiang)
|
||||
* Misc Changes:
|
||||
- Add auto labeler for hubble-cli (cilium/cilium#32343, @aanm)
|
||||
- hive: Rebase on cilium/hive (cilium/cilium#32020, @bimmlerd)
|
||||
- hubble: Support --cel-expression filter in hubble observe
|
||||
(cilium/cilium#32147, @chancez)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 18 18:52:22 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: hubble
|
||||
version: 0.13.6
|
||||
mtime: 1721327631
|
||||
commit: ebca919509deb38bf2d40edb9b03d0c2834e9a77
|
||||
version: 1.16.0
|
||||
mtime: 1721918322
|
||||
commit: 930a8cf4d11175a34e11e6fecaca425ba9dfa330
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: hubble
|
||||
Version: 0.13.6
|
||||
Version: 1.16.0
|
||||
Release: 0
|
||||
Summary: Network, Service & Security Observability for Kubernetes using eBPF
|
||||
License: Apache-2.0
|
||||
@ -99,9 +99,9 @@ go build \
|
||||
-mod=vendor \
|
||||
-buildmode=pie \
|
||||
-ldflags=" \
|
||||
-X github.com/cilium/hubble/pkg.GitBranch=main \
|
||||
-X github.com/cilium/hubble/pkg.GitHash=${COMMIT_HASH:0:8} \
|
||||
-X github.com/cilium/hubble/pkg.Version=%{version}" \
|
||||
-X github.com/cilium/cilium/hubble/pkg.GitBranch=main \
|
||||
-X github.com/cilium/cilium/hubble/pkg.GitHash=${COMMIT_HASH:0:8} \
|
||||
-X github.com/cilium/cilium/hubble/pkg.Version=%{version}" \
|
||||
-o bin/hubble .
|
||||
|
||||
%install
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7846d4d014345549584b8620b0fed41fd81dc5903769a12c960e1f0083a19b37
|
||||
size 10548913
|
||||
oid sha256:b02048662c07f52438570c9fb6094979b96061931de222ef8955dfbbe07e3555
|
||||
size 5107346
|
||||
|
Loading…
Reference in New Issue
Block a user