From c9345c0e93c395c7859eb2ac37a4fb7a26ff5f6127ac9b98e70f935d6bbe3592 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Mon, 4 Nov 2024 20:06:04 +0000 Subject: [PATCH] update to 0.7.2 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/regclient?expand=0&rev=3 --- _service | 2 +- _servicedata | 2 +- regclient-0.7.2.obscpio | 3 +++ regclient.changes | 36 ++++++++++++++++++++++++++++++++++++ regclient.obsinfo | 6 +++--- regclient.spec | 24 ++++++++++-------------- vendor.tar.gz | 4 ++-- 7 files changed, 56 insertions(+), 21 deletions(-) create mode 100644 regclient-0.7.2.obscpio diff --git a/_service b/_service index 7b363b2..7cda237 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/regclient/regclient git yes - v0.7.1 + v0.7.2 @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index d5fb2f5..95b1dd2 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/regclient/regclient - cdfb08e81b172a64860eb95f8092c08d0c121b04 \ No newline at end of file + 6b1f7bd9a3b2972605f04a534143f7fed522b680 \ No newline at end of file diff --git a/regclient-0.7.2.obscpio b/regclient-0.7.2.obscpio new file mode 100644 index 0000000..452b0e4 --- /dev/null +++ b/regclient-0.7.2.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1302dd4b5e79192f1db4fbe48ef48630e0ccf92bbb3e68dfba8155929e510e9 +size 4796428 diff --git a/regclient.changes b/regclient.changes index 3d309a8..4e593e4 100644 --- a/regclient.changes +++ b/regclient.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Mon Nov 04 19:50:32 UTC 2024 - opensuse_buildservice@ojkastl.de + +- Update to version 0.7.2: + * Release v0.7.2 + * Fix: Dedup warnings on image mod + * Fix: Race condition in the pqueue tests + * Fix: Add a warning if syft is not installed + * Chore: Update docker image base filesystem + * Chore: Remove OpenSSF scorecard and best practices + * Chore: Do not automatically assign myself + * Fix: Detect integer overflows on type conversion + * Feat: Add default host config + * Chore: Remove throttle package. + * Chore: Refactor to remove globals in regbot + * Chore: Refactoring to remove globals in regsync + * Fix: Prevent data race when reading blob and seeking + * Chore: Move throttle from config to reghttp + * Feat: Limit number of retries for a request + * Feat: Consolidate warnings + * Chore: Remove ReqPerSec in tests + * Feat: Support auth on redirect + * Refactor: Move logging into transport and rework backoff + * Refactor: Free up pqueue resources when last entry released + * Configure priority queue algorithm and reorder image copy steps + * Refactor: cleanup reghttp.Resp methods + * Refactor: remove time.Ticker for rate limiting + * Refactor: Remove reghttp.Resp interface + * Refactor: Remove digest calculation from reghttp + * Refactor: Remove multiple API support + * Feat: Add a priority queue for network requests + * Chore: Update staticcheck and fix linter warnings for Go 1.23 + * Fix: Lookup referrers when registry does not give digest with + head + * Fix: Update GHA output generating steps + ------------------------------------------------------------------- Sun Aug 04 07:24:13 UTC 2024 - opensuse_buildservice@ojkastl.de diff --git a/regclient.obsinfo b/regclient.obsinfo index 8f64efa..3df8f9c 100644 --- a/regclient.obsinfo +++ b/regclient.obsinfo @@ -1,4 +1,4 @@ name: regclient -version: 0.7.1 -mtime: 1722715050 -commit: cdfb08e81b172a64860eb95f8092c08d0c121b04 +version: 0.7.2 +mtime: 1730731045 +commit: 6b1f7bd9a3b2972605f04a534143f7fed522b680 diff --git a/regclient.spec b/regclient.spec index ff3f5f3..5406e0b 100644 --- a/regclient.spec +++ b/regclient.spec @@ -16,18 +16,19 @@ # -%define __arch_install_post export NO_BRP_STRIP_DEBUG=true - Name: regclient -Version: 0.7.1 +Version: 0.7.2 Release: 0 Summary: OCI Registry Client in Go and tooling using those libraries License: Apache-2.0 URL: https://github.com/regclient/regclient Source: %{name}-%{version}.tar.gz Source1: vendor.tar.gz -BuildRequires: go >= 1.22 +BuildRequires: bash-completion +BuildRequires: fish BuildRequires: git +BuildRequires: go >= 1.22 +BuildRequires: zsh %description Client interface for the registry API. This packages includes regctl for a @@ -99,8 +100,8 @@ do %{buildroot}/%{_bindir}/${executable} completion fish > %{buildroot}%{_datarootdir}/fish/vendor_completions.d/${executable}.fish # create the zsh completion file - mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d/ - %{buildroot}/%{_bindir}/${executable} completion zsh > %{buildroot}%{_datarootdir}/zsh_completion.d/_${executable} + mkdir -p %{buildroot}%{_datarootdir}/zsh/site-functions/ + %{buildroot}/%{_bindir}/${executable} completion zsh > %{buildroot}%{_datarootdir}/zsh/site-functions/_${executable} done @@ -119,23 +120,18 @@ done %{_bindir}/regsync %files -n %{name}-bash-completion -%dir %{_datarootdir}/bash-completion/completions/ %{_datarootdir}/bash-completion/completions/regbot %{_datarootdir}/bash-completion/completions/regctl %{_datarootdir}/bash-completion/completions/regsync %files -n %{name}-fish-completion -%dir %{_datarootdir}/fish -%dir %{_datarootdir}/fish/vendor_completions.d %{_datarootdir}/fish/vendor_completions.d/regbot.fish %{_datarootdir}/fish/vendor_completions.d/regctl.fish %{_datarootdir}/fish/vendor_completions.d/regsync.fish %files -n %{name}-zsh-completion -%defattr(-,root,root) -%dir %{_datarootdir}/zsh_completion.d/ -%{_datarootdir}/zsh_completion.d/_regbot -%{_datarootdir}/zsh_completion.d/_regctl -%{_datarootdir}/zsh_completion.d/_regsync +%{_datarootdir}/zsh/site-functions/_regbot +%{_datarootdir}/zsh/site-functions/_regctl +%{_datarootdir}/zsh/site-functions/_regsync %changelog diff --git a/vendor.tar.gz b/vendor.tar.gz index 209b326..c63e0e2 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2aea2df464b0d181ecb60528d4f4a2c656aff1d46ac780dc6f6f3cfc868e4262 -size 1827864 +oid sha256:96516407757a8616a9169c117f075d3201ca7d068009b122134604c50ab06f66 +size 1839759