Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
10
_service
10
_service
@ -3,20 +3,18 @@
|
||||
<param name="url">https://github.com/cilium/hubble</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v1.16.3</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>
|
||||
</service>
|
||||
<service name="set_version" mode="manual">
|
||||
</service>
|
||||
<service name="go_modules" mode="manual">
|
||||
</service>
|
||||
<!-- services below are running at buildtime -->
|
||||
<service name="tar" mode="buildtime">
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="manual">
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/cilium/hubble</param>
|
||||
<param name="changesrevision">5d300c49107b3fc8f7d3354ae497eae289691456</param></service></servicedata>
|
||||
<param name="changesrevision">930a8cf4d11175a34e11e6fecaca425ba9dfa330</param></service></servicedata>
|
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 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:832f672ff2759f331735796b4a473e27aaabd7ab9ed7b77bb9eb423d3899e3b8
|
||||
size 28087821
|
@ -1,55 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 29 14:04:58 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 1.16.3:
|
||||
* Prepare for v1.16.3 release
|
||||
* Remove the vendor team from CODEOWNERS
|
||||
* chore(deps): update actions/checkout action to v4.2.2
|
||||
* chore(deps): update actions/setup-go action to v5.1.0
|
||||
* chore(deps): update dependency cilium/cilium to v1.16.3
|
||||
* chore(deps): update all github action dependencies
|
||||
* Makefile: Use hubble target to build release binaries
|
||||
* Drop building 32-bit release binaries
|
||||
* Update the release issue template
|
||||
* Update stable release to 1.16.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 04 19:39:03 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 1.16.2:
|
||||
* Prepare for v1.16.2 release
|
||||
* chore(deps): update docker/setup-buildx-action action to v3.7.1
|
||||
* chore(deps): update all github action dependencies
|
||||
* chore(deps): update golang to v1.23.2
|
||||
* chore(deps): update docker/build-push-action action to v6.8.0
|
||||
* chore(deps): update dependency cilium/cilium to v1.16.2
|
||||
* chore(deps): update actions/checkout action to v4.2.0
|
||||
* chore(deps): update dependency ubuntu to v24
|
||||
* chore(deps): update golang
|
||||
* chore(deps): update dependency helm/helm to v3.16.1
|
||||
* chore(deps): update docker.io/library/alpine docker tag to
|
||||
v3.20.3
|
||||
* Update stable release to 1.16.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 14 13:56:03 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 1.16.1:
|
||||
* Prepare for v1.16.1 release
|
||||
* chore(deps): update golang to v1.23.1
|
||||
* chore(deps): update actions/upload-artifact action to v4.4.0
|
||||
* chore(deps): update all github action dependencies
|
||||
* chore(deps): update all github action dependencies
|
||||
* chore(deps): update golang to v1.23.0
|
||||
* chore(deps): update golang to v1.22.6
|
||||
* chore(deps): update docker/build-push-action action to v6.6.1
|
||||
* chore(deps): update actions/upload-artifact action to v4.3.6
|
||||
* chore(deps): update actions/upload-artifact action to v4.3.5
|
||||
* chore(deps): update docker/setup-buildx-action action to v3.6.1
|
||||
* doc: update slack channel reference
|
||||
* Remove v0.13 branch from Renovate config
|
||||
* Update stable release to 1.16.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 25 17:37:50 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: hubble
|
||||
version: 1.16.3
|
||||
mtime: 1730129755
|
||||
commit: 5d300c49107b3fc8f7d3354ae497eae289691456
|
||||
version: 1.16.0
|
||||
mtime: 1721918322
|
||||
commit: 930a8cf4d11175a34e11e6fecaca425ba9dfa330
|
||||
|
20
hubble.spec
20
hubble.spec
@ -16,18 +16,17 @@
|
||||
#
|
||||
|
||||
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: hubble
|
||||
Version: 1.16.3
|
||||
Version: 1.16.0
|
||||
Release: 0
|
||||
Summary: Network, Service & Security Observability for Kubernetes using eBPF
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/cilium/hubble
|
||||
Source: hubble-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
BuildRequires: bash-completion
|
||||
BuildRequires: fish
|
||||
BuildRequires: go >= 1.22
|
||||
BuildRequires: zsh
|
||||
|
||||
%description
|
||||
Hubble is a fully distributed networking and security observability platform
|
||||
@ -107,7 +106,7 @@ go build \
|
||||
|
||||
%install
|
||||
# Install the binary.
|
||||
install -D -m 0755 bin/%{name} %{buildroot}/%{_bindir}/%{name}
|
||||
install -D -m 0755 bin/%{name} "%{buildroot}/%{_bindir}/%{name}"
|
||||
|
||||
# create the bash completion file
|
||||
mkdir -p %{buildroot}%{_datarootdir}/bash-completion/completions/
|
||||
@ -118,8 +117,8 @@ mkdir -p %{buildroot}%{_datarootdir}/fish/vendor_completions.d/
|
||||
%{buildroot}/%{_bindir}/%{name} completion fish > %{buildroot}%{_datarootdir}/fish/vendor_completions.d/%{name}.fish
|
||||
|
||||
# create the zsh completion file
|
||||
mkdir -p %{buildroot}%{_datarootdir}/zsh/site-functions/
|
||||
%{buildroot}/%{_bindir}/%{name} completion zsh > %{buildroot}%{_datarootdir}/zsh/site-functions/_%{name}
|
||||
mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d/
|
||||
%{buildroot}/%{_bindir}/%{name} completion zsh > %{buildroot}%{_datarootdir}/zsh_completion.d/_%{name}
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
@ -127,12 +126,17 @@ mkdir -p %{buildroot}%{_datarootdir}/zsh/site-functions/
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%files -n %{name}-bash-completion
|
||||
%dir %{_datarootdir}/bash-completion/completions/
|
||||
%{_datarootdir}/bash-completion/completions/%{name}
|
||||
|
||||
%files -n %{name}-fish-completion
|
||||
%dir %{_datarootdir}/fish
|
||||
%dir %{_datarootdir}/fish/vendor_completions.d
|
||||
%{_datarootdir}/fish/vendor_completions.d/%{name}.fish
|
||||
|
||||
%files -n %{name}-zsh-completion
|
||||
%{_datarootdir}/zsh/site-functions/_%{name}
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datarootdir}/zsh_completion.d/
|
||||
%{_datarootdir}/zsh_completion.d/_%{name}
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4fbfaf32ced8bd9a888e09e1b4d425f6ae63cc4c09c3db3792d8a5f8cb16065d
|
||||
size 5106625
|
||||
oid sha256:b02048662c07f52438570c9fb6094979b96061931de222ef8955dfbbe07e3555
|
||||
size 5107346
|
||||
|
Loading…
Reference in New Issue
Block a user