update to 1.42.0
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/glab?expand=0&rev=55
This commit is contained in:
parent
658fbbdef7
commit
c5bb2c67f9
4
_service
4
_service
@ -2,7 +2,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://gitlab.com/gitlab-org/cli.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v1.41.0</param>
|
||||
<param name="revision">v1.42.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="filename">glab</param>
|
||||
@ -15,6 +15,6 @@
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="manual">
|
||||
<param name="archive">glab-1.41.0.obscpio</param>
|
||||
<param name="archive">glab-1.42.0.obscpio</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.com/gitlab-org/cli.git</param>
|
||||
<param name="changesrevision">3657f322c1dabbbc3b6d31567df8d2c8adf16162</param></service></servicedata>
|
||||
<param name="changesrevision">c3a142d5b46441a3ceaad93184ffce26b1a621eb</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c6253499594445c54eea4f7f7cc2268d63987f675f0fb46b391a29b3076ed93
|
||||
size 18567181
|
3
glab-1.42.0.obscpio
Normal file
3
glab-1.42.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42f1aafc5c6cb37084bb8b4099467181ec0f35247ac8f250a60a003713056f11
|
||||
size 18654221
|
40
glab.changes
40
glab.changes
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 18:48:36 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 1.42.0:
|
||||
* feat(stacked-diffs): add stacked diffs feature
|
||||
* Revert "Merge branch..."
|
||||
* ci: use the danger-review component
|
||||
* fix: require user configuration files to only have 600
|
||||
permissions
|
||||
* chore(deps): update module github.com/briandowns/spinner to
|
||||
v1.23.1
|
||||
* feat(mr create): Add --signoff option
|
||||
* feat(user): Add json format option to events
|
||||
* chore(deps): update module k8s.io/client-go to v0.30.2
|
||||
* chore(deps): update golang to v1.22.4
|
||||
* fix: Mention all available token environment variables in
|
||||
warning
|
||||
* chore: remove multi-version Go testing from CI
|
||||
* chore(deps): update github.com/hashicorp/go-retryablehttp to
|
||||
v0.7.7
|
||||
* chore(ci): fail on linting issues
|
||||
* chore(deps): update module github.com/gdamore/tcell/v2 to
|
||||
v2.7.4
|
||||
* chore(deps): update module golang.org/x/text to v0.16.0
|
||||
* chore(deps): update module github.com/otiai10/copy to v1.14.0
|
||||
* chore(deps): update module github.com/charmbracelet/glamour to
|
||||
v0.7.0
|
||||
* chore(deps): update module golang.org/x/term to v0.21.0
|
||||
* chore(deps): update dependency golang to v1.22.3
|
||||
* chore: update docs linting image and check Markdown links in
|
||||
pipelines
|
||||
* chore(deps): update module github.com/spf13/viper to v1.19.0
|
||||
* fix(cluster agent): fix joining KAS proxy subpaths
|
||||
* chore: fix code_navigation job for latest GO_VERSION
|
||||
* docs: minor update to GitLab Duo title
|
||||
* chore(deps): update module github.com/makenowjust/heredoc to v2
|
||||
* chore(deps): update module github.com/muesli/termenv to v0.15.2
|
||||
* chore(deps): update module github.com/mattn/go-isatty to
|
||||
v0.0.20
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 29 08:13:29 UTC 2024 - pdostal@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: glab
|
||||
version: 1.41.0
|
||||
mtime: 1716925241
|
||||
commit: 3657f322c1dabbbc3b6d31567df8d2c8adf16162
|
||||
version: 1.42.0
|
||||
mtime: 1718642547
|
||||
commit: c3a142d5b46441a3ceaad93184ffce26b1a621eb
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: glab
|
||||
Version: 1.41.0
|
||||
Version: 1.42.0
|
||||
Release: 0
|
||||
Summary: A GitLab command line tool
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6078bc91a756e76de638725e0838149a593129424c7f250ee837a60510ba8d20
|
||||
size 7460772
|
||||
oid sha256:858acefd05909271392c5da6184d96dbd6f7c933959b6c41cc8a743f4e99fcfb
|
||||
size 7515144
|
||||
|
Loading…
Reference in New Issue
Block a user