From 658fbbdef722a412f37b9c3b27cdae2fad772dc5b0f43a38a61dee5988287e24 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Wed, 29 May 2024 11:30:37 +0000 Subject: [PATCH] Accepting request 1177533 from home:pdostal:branches:devel:tools:scm - Update to version 1.41.0: * feat(issue): add epic and due-date to issue create * chore(deps): update dependency go to v1.22.3 * chore(deps): update module github.com/xanzy/go-gitlab to v0.105.0 * chore(deps): update module github.com/spf13/viper to v1.18.2 * fix(cluster-agent): construct kubeconfig authinfo name with agent id * feat: rename `ask git` to `duo ask` * chore(deps): update module github.com/hashicorp/go-version to v1.7.0 * docs: improve integration test docs * docs: clarify that fill option automatically pushes * chore(deps): update dependency axios to ^1.7.2 * chore(deps): update dependency @commitlint/format to ^19.3.0 * fix(auth status): better output for auth status * chore(deps): update module golang.org/x/term to v0.20.0 * chore(deps): update module github.com/mattn/go-runewidth to v0.0.15 * chore(deps): update module k8s.io/client-go to v0.30.1 * chore(deps): update module golang.org/x/text to v0.15.0 * docs: Fix broken or redirecting links * chore(deps): update module gopkg.in/yaml.v2 to v3 * chore(deps): update module github.com/spf13/cobra to v1.8.0 * chore: update code nagivation to use scip * chore(deps): update module github.com/spf13/cast to v1.6.0 * chore(deps): update module github.com/zalando/go-keyring to v0.2.4 * chore(deps): update module github.com/alecaivazis/survey/v2 to v2.3.7 OBS-URL: https://build.opensuse.org/request/show/1177533 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/glab?expand=0&rev=53 --- _service | 4 ++-- _servicedata | 2 +- glab-1.40.0.obscpio | 3 --- glab-1.41.0.obscpio | 3 +++ glab.changes | 46 +++++++++++++++++++++++++++++++++++++++++++++ glab.obsinfo | 6 +++--- glab.spec | 6 +++--- vendor.tar.gz | 4 ++-- 8 files changed, 60 insertions(+), 14 deletions(-) delete mode 100644 glab-1.40.0.obscpio create mode 100644 glab-1.41.0.obscpio diff --git a/_service b/_service index 53b5373..13b97b9 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://gitlab.com/gitlab-org/cli.git git - v1.40.0 + v1.41.0 @PARENT_TAG@ v(.*) glab @@ -15,6 +15,6 @@ gz - glab-1.40.0.obscpio + glab-1.41.0.obscpio diff --git a/_servicedata b/_servicedata index 6bfae18..00df66c 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://gitlab.com/gitlab-org/cli.git - 9ed43f6507f1214b165fcb79f88e5e503f4a3539 \ No newline at end of file + 3657f322c1dabbbc3b6d31567df8d2c8adf16162 \ No newline at end of file diff --git a/glab-1.40.0.obscpio b/glab-1.40.0.obscpio deleted file mode 100644 index a29e76f..0000000 --- a/glab-1.40.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30c595bacfc1d73cfffa98f669d96085698dc66f40e896ad434399613b93c60c -size 18584589 diff --git a/glab-1.41.0.obscpio b/glab-1.41.0.obscpio new file mode 100644 index 0000000..73c7381 --- /dev/null +++ b/glab-1.41.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6253499594445c54eea4f7f7cc2268d63987f675f0fb46b391a29b3076ed93 +size 18567181 diff --git a/glab.changes b/glab.changes index 07b8892..361e89c 100644 --- a/glab.changes +++ b/glab.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Wed May 29 08:13:29 UTC 2024 - pdostal@suse.com + +- Update to version 1.41.0: + * feat(issue): add epic and due-date to issue create + * chore(deps): update dependency go to v1.22.3 + * chore(deps): update module github.com/xanzy/go-gitlab + to v0.105.0 + * chore(deps): update module github.com/spf13/viper to v1.18.2 + * fix(cluster-agent): construct kubeconfig authinfo name with + agent id + * feat: rename `ask git` to `duo ask` + * chore(deps): update module github.com/hashicorp/go-version + to v1.7.0 + * docs: improve integration test docs + * docs: clarify that fill option automatically pushes + * chore(deps): update dependency axios to ^1.7.2 + * chore(deps): update dependency @commitlint/format to ^19.3.0 + * fix(auth status): better output for auth status + * chore(deps): update module golang.org/x/term to v0.20.0 + * chore(deps): update module github.com/mattn/go-runewidth + to v0.0.15 + * chore(deps): update module k8s.io/client-go to v0.30.1 + * chore(deps): update module golang.org/x/text to v0.15.0 + * docs: Fix broken or redirecting links + * chore(deps): update module gopkg.in/yaml.v2 to v3 + * chore(deps): update module github.com/spf13/cobra to v1.8.0 + * chore: update code nagivation to use scip + * chore(deps): update module github.com/spf13/cast to v1.6.0 + * chore(deps): update module github.com/zalando/go-keyring + to v0.2.4 + * chore(deps): update module github.com/alecaivazis/survey/v2 + to v2.3.7 + * chore: upgrade to Go 1.22 + * feat(cluster): Add check manifest usage command + * build: Updating golanglint recommendation + * fix(glab repo fork): clone if --clone flag set + * test: fixing error running integration test locally + * fix(project): don't request statistics + * fix(auth status): exit with code 1 when auth fails + * chore: fix typo in Dangerfile + * refactor: Moving test helper functions to their own file + for reuse + * chore: Add a Maintainer Onboarding issue template + * test: have git tests actually use git instead of stubs + ------------------------------------------------------------------- Thu Apr 25 05:13:51 UTC 2024 - opensuse_buildservice@ojkastl.de diff --git a/glab.obsinfo b/glab.obsinfo index aa4ec12..d2e48b2 100644 --- a/glab.obsinfo +++ b/glab.obsinfo @@ -1,4 +1,4 @@ name: glab -version: 1.40.0 -mtime: 1713986832 -commit: 9ed43f6507f1214b165fcb79f88e5e503f4a3539 +version: 1.41.0 +mtime: 1716925241 +commit: 3657f322c1dabbbc3b6d31567df8d2c8adf16162 diff --git a/glab.spec b/glab.spec index ceb2fdb..d6c784a 100644 --- a/glab.spec +++ b/glab.spec @@ -20,7 +20,7 @@ %define __arch_install_post export NO_BRP_STRIP_DEBUG=true Name: glab -Version: 1.40.0 +Version: 1.41.0 Release: 0 Summary: A GitLab command line tool License: MIT @@ -29,10 +29,10 @@ URL: https://gitlab.com/gitlab-org/cli Source0: %{name}-%{version}.tar.gz Source1: vendor.tar.gz %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version} || 0%{?almalinux_version} || 0%{?rocky_version} -BuildRequires: golang >= 1.21 +BuildRequires: golang >= 1.22 %else BuildRequires: golang-packaging -BuildRequires: golang(API) >= 1.21 +BuildRequires: golang(API) >= 1.22 %endif Suggests: glab-doc diff --git a/vendor.tar.gz b/vendor.tar.gz index b42b2eb..d24db6d 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:966e73c2f222d5924d4c9ec2b67a921760faceac2eb01712bff558229ace82c1 -size 7341378 +oid sha256:6078bc91a756e76de638725e0838149a593129424c7f250ee837a60510ba8d20 +size 7460772