Package Release Info

gitea-tea-0.14.1-bp157.2.21.1

Update Info: openSUSE-2026-187
Available in Package Hub : 15 SP7 Update

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

gitea-tea
gitea-tea-bash-completion
gitea-tea-zsh-completion

Change Logs

* Thu May 28 2026 Michal Suchanek <msuchanek@suse.de>
- Fix access to sha256 repositories
  * Use-git-command-instead-of-go-git-1005.patch
* Fri May 15 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 0.14.1:
  * fix(deps): update module github.com/go-authgate/sdk-go to
    v0.11.0 in #988
  * fix(deps): update module golang.org/x/term to v0.43.0 in #989
  * fix(deps): update module code.gitea.io/sdk/gitea to v0.25.1 in
    [#991]
  * fix(deps): update module github.com/urfave/cli/v3 to v3.9.0 in
    [#992]
  * fix(deps): update github.com/urfave/cli to v3.9.0 in #993
  * Fix login edit to check config existence in #987
  * fix(deps): update module code.gitea.io/sdk/gitea to v0.25.0 in
    [#984]
  * fix: pass the name flag value as the organization FullName in
    [#832]
  * Fix login edit to open one editor only in #977
  * fix(deps): update module github.com/go-authgate/sdk-go to
    v0.10.0 in #976
  * feat: add additional admin users subcommands in #842
  * feat(ssh-keys): add ssh-keys command to manage SSH public keys
    in #940
  * Multiple PRs in #848
  * Move integration tests to tests/ directory in #973
  * fix(deps): update module github.com/go-authgate/sdk-go to
    v0.9.0 in #974
  * fix(deps): update module github.com/go-authgate/sdk-go to
    v0.8.0 in #972
  * fix(webhook): Fix when creating webhook, branch filter and auth
    header cannot be added in #964
  * fix: read --assignee flag value instead of nonexistent
  - -assigned-to in #971
  * Fix man page section in #969
  * fix(deps): update module github.com/go-authgate/sdk-go to
    v0.7.0 in #970
  * chore(deps): update docker.gitea.com/gitea docker tag to
    v1.26.1 in #968
  * fix(pagination): replace Page:-1 with explicit pagination loops
    in #967
  * fix(cmd): Update CmdRepos description and usage in repos.go in
    [#946]
  * fix(context): skip local repo detection for repo slugs in #960
  * fix(deps): update module charm.land/lipgloss/v2 to v2.0.3 in
    [#959]
  * fix(deps): update module github.com/go-git/go-git/v5 to v5.18.0
    in #961
  * chore(deps): update docker.gitea.com/gitea docker tag to
    v1.26.0 in #962
* Sat Apr 18 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 0.14.0:
  * 63bc90e feat(branches): add rename subcommand (#939)
  * 9e0a620 feat(pulls): add ci status field to pull request list
    (#956)
  * 84ecd16 fix(deps): update Go dependencies to latest versions
    (#955)
  * 53e53e1 feat(workflows): add dispatch, view, enable and disable
    subcommands (#952)
  * 0489d8c fix(deps): update module golang.org/x/sys to v0.43.0
    (#951)
  * f538c05 refactor: code cleanup across codebase (#947)
  * 662e339 feat(pulls): add resolve, unresolve and review-comments
    subcommands (#948)
Version: 0.13.0-bp156.26.1
* Thu Apr 09 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 0.13.0:
  * docs: add v0.13.0 release notes to CHANGELOG (#945)
  * feat(pulls): add edit subcommand for pull requests (#944)
  * fix(deps): update module github.com/go-git/go-git/v5 to v5.17.2
    (#943)
  * fix(deps): update module github.com/go-git/go-git/v5 to v5.17.1
    (#942)
  * fix(deps): update module code.gitea.io/sdk/gitea to v0.24.1
    (#936)
  * fix(deps): update module github.com/go-authgate/sdk-go to
    v0.6.1 (#935)
  * fix(deps): update module github.com/urfave/cli/v3 to v3.8.0
    (#937)
  * replace log.Fatal/os.Exit with error returns (#941)
  * chore(deps): update docker.gitea.com/gitea docker tag to
    v1.25.5 (#934)
  * fix(deps): update module github.com/olekukonko/tablewriter to
    v1.1.4 (#933)
  * chore(deps): update mcr.microsoft.com/devcontainers/go docker
    tag to v2.1 (#930)
  * chore(deps): update Go dependencies and CI workflow action
    versions (#932)
  * feat(repos): support owner-based repository listing with robust
    lookup (#931)
  * feat(repos): add repo edit subcommand (#928)
  * feat: store OAuth tokens in OS keyring via credstore (#926)
  * add function comment
  * make vet&fmt pass
  * Update to charm libraries v2 (#923)
  * fix(deps): update module golang.org/x/oauth2 to v0.36.0 (#919)
  * go 1.26
  * fix(deps): update module github.com/go-git/go-git/v5 to v5.17.0
    (#910)
  * Parse multiple values in api subcommand (#911)
Version: 0.12.0-bp156.23.1
* Fri Feb 20 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 0.12.0:
  * New Features
  - Add tea actions commands for managing workflow runs and
    workflows in #880, #796
  - Add tea api subcommand for arbitrary API calls not covered by
    existing commands in #879
  - Add repository webhook management commands in #798
  - Add JSON output support for single PR view in #864
  - Add JSON output and file redirection for issue detail view in
    [#841]
  - Support creating AGit flow pull requests in #867
  * Bug Fixes
  - Fix authentication via environment variables when specifying
    repo argument in #809
  - Fix issue detail view ignoring --owner flag in #899
  - Fix PR create crash in #823
  - Fix TTY prompt handling in #897
  - Fix termenv OSC RGBA handling in #907
  - Fix labels delete command and --id flag type in #865
  - Fix delete repo command description in #858
  - Fix pagination flags for secrets list, webhooks list, and
    pull requests list in #853, #852,
  - #851
  - Enable git worktree support and improve PR create error
    handling in #850
  - Only prompt for SSH passphrase when necessary in #844
  - Only prompt for login confirmation when no default login is
    set in #839
  - Skip token uniqueness check when using SSH authentication in
    [#898]
  - Require non-empty token in GetLoginByToken in #895
  - Fix config file permissions to remove group read/write in
    [#856]
  * Improvements
  - Add file locking for safe concurrent access to config file in
    [#881]
  - Improve error messages throughout the CLI in #871
  - Send consistent HTTP request headers in #888
  - Revert requiring HTTP/HTTPS login URLs; restore SSH as a
    login method in #891
  - Refactor context into dedicated subpackages in #873, #888
  - General code cleanup and improvements in #869, #870
  - Add test coverage for login matching in #820
  * Build & Dependencies
  - Build with Go 1.25 in #886
  - Build for Windows aarch64
  - Update Gitea SDK version in #868
  - Update Nix flake in #872
  - Update dependencies including lipgloss v2, urfave/cli v3.6.2,
    go-git v5.16.5, and various Go modules in #849, #875, #876,
    [#878], #884, #885, #900, #901, #904, #905
  - Update CI actions (checkout v6, setup-go v6) in #882, #883
- remove patches that do no longer apply:
  - fix-CVE-2025-58190.patch
  - fix-CVE-2025-47911.patch
  - gitea-tea-Fix-termenv-OSC-RGBA-handling.patch
  - remove-config-file-group-readwrite-permission-856.patch
Version: 0.11.1-bp156.20.1
* Thu Feb 12 2026 Michal Suchanek <msuchanek@suse.de>
- Fix terminal rendering errors
  * gitea-tea-Fix-termenv-OSC-RGBA-handling.patch
Version: 0.11.1-bp156.17.1
* Fri Nov 28 2025 Michal Suchanek <msuchanek@suse.de>
- Do not make config file group-readable.
  * remove-config-file-group-readwrite-permission-856.patch
Version: 0.11.1-bp156.14.1
* Sat Nov 08 2025 olaf@aepfle.de
- CLI.md is supposed to be a text file
- Use fixed git revision to refer to version 0.11.1
- Remove bogus part from package description
* Sat Oct 18 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 0.11.1:
  * 61d4e57 Fix Pr Create crash (#823)
  * 4f33146 add test for matching logins (#820)
  * 08b8398 Update README.md (#819)
* Thu Oct 09 2025 Richard Rahl <rrahl0@opensuse.org>
- add fix-CVE-2025-58190.patch, fixing bsc#1251663
- add fix-CVE-2025-47911.patch, fixing bsc#1251471
* Fri Sep 19 2025 Richard Rahl <rrahl0@opensuse.org>
- fix version to something simpler
* Fri Sep 19 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 0.11.0:
  * Fix yaml output single quote (#814)
  * generate man page (#811)
  * feat: add validation for object-format flag in repo create
    command (#741)
  * Fix release version (#815)
  * update gitea sdk to v0.22 (#813)
  * don't fallback login directly (#806)
  * Check duplicated login name in interact mode when creating new
    login (#803)
  * Fix bug when output json with special chars (#801)
  * add debug mode and update readme (#805)
  * update go.mod to retract the wrong tag v1.3.3 (#802)
  * revert completion scripts removal (#808)
  * Remove pagination from context (#807)
  * Continue auth when failed to open browser (#794)
  * Fix bug (#793)
  * Fix tea login add with ssh public key bug (#789)
  * Add temporary authentication via environment variables (#639)
  * Fix attachment size (#787)
  * deploy image when tagging (#792)
  * Add Zip URL for release list (#788)
  * Use bubbletea instead of survey for interacting with TUI (#786)
  * capitalize a few items
  * rm out of date comparison file
  * README: Document logging in to gitea (#790)
  * remove autocomplete command (#782)
  * chore(deps): update ghcr.io/devcontainers/features/git-lfs
    docker tag to v1.2.5 (#773)
  * replace arch package url (#783)
  * fix: Reenable -p and --limit switches (#778)
* Mon Sep 15 2025 Michal Suchanek <msuchanek@suse.de>
- Install up-to-date autocompletion files.
* Fri Sep 12 2025 Matej Cepl <mcepl@cepl.eu>
- Update to 0.10.1+git.1757695903.cc20b52:
  - feat: add validation for object-format flag in repo create
    command (see gh#openSUSE/openSUSE-git#60)
  - Fix release version
  - update gitea sdk to v0.22
  - don't fallback login directly
  - Check duplicated login name in interact mode when creating
    new login
  - Fix bug when output json with special chars
  - add debug mode and update readme
  - update go.mod to retract the wrong tag v1.3.3
  - revert completion scripts removal
  - Remove pagination from context
  - Continue auth when failed to open browser
  - Fix bug
  - Fix tea login add with ssh public key bug
  - Add temporary authentication via environment variables
  - Fix attachment size
  - deploy image when tagging
  - Add Zip URL for release list
  - Use bubbletea instead of survey for interacting with TUI
  - capitalize a few items
  - rm out of date comparison file
  - README: Document logging in to gitea
  - remove autocomplete command
  - chore(deps): update ghcr.io/devcontainers/features/git-lfs
    docker tag to v1.2.5
  - replace arch package url
  - fix: Reenable `-p` and `--limit` switches
- Remove upstreamed patch:
  - fix-Reenable-p-and-limit-switches-778.patch
Version: 0.10.1-bp156.8.1
* Tue Jun 17 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 0.10.1:
  * 8212d5f Update release ci (#768)
  * d536242 chore(deps): update crazy-max/ghaction-import-gpg action
    to v6 (#736)
  * ffff540 fix(deps): update module github.com/urfave/cli/v3 to
    v3.3.8 (#766)
* Tue Jun 10 2025 Richard Rahl <rrahl0@opensuse.org>
- update to 0.10.0:
  * fix: support SSH remotes with non-standard ports
  * minor helper fixes
  * Bump Table Dep
  * Login via oauth2 flow
  * Feat: interactive issue edit command
  * Use flakes vs devbox
  * Fix helper panic
  * Add --note-file flag to read release notes from a file
  * Fix/Login Edit Use Editor Env
  * Gitea Actions support
  * Expose --labels option
  * Add git helper
  * Support auto detecting branch for PRs
  * context: move human readable note to stderr
  * Add repos rm/delete command
  * Release Asset Management
  * tea branches list/protect/unprotect
  * Add OTP and scopes to login
  * Initial CLI docs
  * Fix for go tools called from make
  * fix interactive login add
  * issues list can show filtered by owner/org instead of repo too
  * fix: non-standard ssh port URL's repo can't be recognized
  * updated dependencies
- remove newer-dependencies.patch, as upstream updated them
* Thu Apr 24 2025 Richard Rahl <rrahl0@opensuse.org>
- update newer-dependencies.patch, fixing bsc#1241819
Version: 0.10.1-bp156.11.1
* Wed Jul 23 2025 Michal Suchanek <msuchanek@suse.de>
- Fix argument parsing fix-Reenable-p-and-limit-switches-778.patch