Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gh for openSUSE:Factory checked in at 2023-04-05 21:28:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gh (Old) and /work/SRC/openSUSE:Factory/.gh.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gh" Wed Apr 5 21:28:27 2023 rev:30 rq:1077459 version:2.26.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gh/gh.changes 2023-03-22 22:32:51.254861109 +0100 +++ /work/SRC/openSUSE:Factory/.gh.new.19717/gh.changes 2023-04-05 21:35:53.226647929 +0200 @@ -1,0 +2,82 @@ +Wed Apr 5 06:25:51 UTC 2023 - Pavel Dostál <pdos...@suse.com> + +- Update to 2.26.1 + https://github.com/cli/cli/releases/tag/v2.26.1 + + What's Changed + * extend secure storage default to auth refresh by @vilmibm in #7278 + +- Update to 2.26.1-pre0 + https://github.com/cli/cli/releases/tag/v2.26.1-pre0 + + What's Changed + * extend secure storage default to auth refresh by @vilmibm in #7278 + +- Update to 2.26.0 + https://github.com/cli/cli/releases/tag/v2.26.0 + + Important: credentials now stored securely by default + When running gh auth login, your credentials will now be stored in your operating system's + credential storage instead of directly on disk. In other words, --secure-storage is now default + behavior. We've added a new flag, --insecure-storage, to opt into the old insecure behavior in + case you need to debug an issue with credential storage. + + As before, to take advantage of credential storage, please re-run gh auth login. + For more context, you can read the v2.24.0 release notes + Ref: secure storage by default by @vilmibm in #7276 + + Other new features + * Allow filtering workflow runs by status by @alex-petrov-vt in #7249 + * Gist rename by @wingkwong in #7212 + * Add a --fail-fast option to pr checks --watch by @benjlevesque in #7203 + * Add --template for issue and PR by @guerinoni in #7185 + * gh run view --attempt by @wingkwong in #7232 + * utocomplete branch flags by @bchadwic in #6031 + + Bugfixes + * Make number arg, commit arg, and flags mutually exclusive by @kkocha in #7268 + * Check SSH key existence before uploading by @vaindil in #7246 + * Throw error for non-existing org / repo with non-zero status in repo list by @wingkwong in #7240 + + Docs and development changes + * Bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18 by @dependabot in #7217 + * Properly handle closing files that have been writen to by @samcoe in #7199 + * Added apt update command to linux install docs. by @srgk26 in #7186 + * Revise GH_CONFIG_DIR content in help_topic.go by @wingkwong in #7230 + * Refine the Makefile file so that it can do the basic work by @cubxxw in #7228 + * Clearer message with actionable hint for repo sync by @macmacbr in #7110 + * Fix typo in README.md by @SonicGDX in #7244 + * Retry fetching repo from template by @heaths in #7080 + * Repo list: add test for invalid owner error by @mislav in #7241 + * Improve Amazon Linux install instructions by @mislav in #7252 + * Add commit SHA arg to gh browse help by @kkocha in #7267 + * Additional help doc and example for auth setup-git by @kkocha in #7243 + +- Update to 2.26.0-pre0 + https://github.com/cli/cli/releases/tag/v2.26.0-pre0 + + What's Changed + * Bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18 by @dependabot in #7217 + * Properly handle closing files that have been writen to by @samcoe in #7199 + * feat: gist rename by @wingkwong in #7212 + * Added apt update command to linux install docs. by @srgk26 in #7186 + * docs: revise GH_CONFIG_DIR content in help_topic.go by @wingkwong in #7230 + * add a --fail-fast option to pr checks --watch by @benjlevesque in #7203 + * Add --template for issue and PR by @guerinoni in #7185 + * Feature(Fixes #7229) : Refine the Makefile file so that it can do the basic work by @cubxxw in #7228 + * feat: gh run view --attempt by @wingkwong in #7232 + * fix: throw error for non-existing org / repo with non-zero status in repo list by @wingkwong in #7240 + * issue-6910 clearer message with actionable hint for repo sync by @macmacbr in #7110 + * Autocomplete branch flags by @bchadwic in #6031 + * Fix typo in README.md by @SonicGDX in #7244 + * Retry fetching repo from template by @heaths in #7080 + * repo list: add test for invalid owner error by @mislav in #7241 + * feat: allow filtering workflow runs by status by @alex-petrov-vt in #7249 + * Improve Amazon Linux install instructions by @mislav in #7252 + * Check SSH key existence before uploading by @vaindil in #7246 + * docs: add commit SHA arg to gh browse help by @kkocha in #7267 + * Additional help doc and example for auth setup-git by @kkocha in #7243 + * fix: make number arg, commit arg, and flags mutually exclusive by @kkocha in #7268 + * secure storage by default by @vilmibm in #7276 + +------------------------------------------------------------------- @@ -5 +87 @@ - https://github.com/cli/cli/releases/tag/v2.25.0 + https://github.com/cli/cli/releases/tag/v2.25.1 Old: ---- cli-2.25.1.tar.gz New: ---- cli-2.26.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gh.spec ++++++ --- /var/tmp/diff_new_pack.yRKm9X/_old 2023-04-05 21:35:53.894651742 +0200 +++ /var/tmp/diff_new_pack.yRKm9X/_new 2023-04-05 21:35:53.910651833 +0200 @@ -19,7 +19,7 @@ %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw" %define sname cli Name: gh -Version: 2.25.1 +Version: 2.26.1 Release: 0 Summary: The official CLI for GitHub License: MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.yRKm9X/_old 2023-04-05 21:35:53.974652199 +0200 +++ /var/tmp/diff_new_pack.yRKm9X/_new 2023-04-05 21:35:53.978652221 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/cli/cli</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v2.25.1</param> + <param name="revision">v2.26.1</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">disable</param> <param name="versionrewrite-pattern">v(.*)</param> @@ -16,7 +16,7 @@ <param name="compression">gz</param> </service> <service name="go_modules" mode="disabled"> - <param name="archive">cli-2.25.1.tar.gz</param> + <param name="archive">cli-2.26.1.tar.gz</param> </service> </services> ++++++ cli-2.25.1.tar.gz -> cli-2.26.1.tar.gz ++++++ ++++ 3334 lines of diff (skipped) ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/gh/vendor.tar.gz /work/SRC/openSUSE:Factory/.gh.new.19717/vendor.tar.gz differ: char 5, line 1