diff --git a/_service b/_service index 1c17eb1..e551499 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/ankitpokhrel/jira-cli.git git .git - v1.1.0 + @PARENT_TAG@ @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index f8e9412..0d6ff0d 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/ankitpokhrel/jira-cli.git - 3b93e147eac468ad985bdece27469153b4bb2814 \ No newline at end of file + 0e0f82d52ef5a775d2cc662fbe38d9732b9b5c59 \ No newline at end of file diff --git a/jira-cli-1.1.0.tar.gz b/jira-cli-1.1.0.tar.gz deleted file mode 100644 index f97052d..0000000 --- a/jira-cli-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7127db6dfbb51e8825ace834f9aced68f3849ecdd957855e342f19410336f64 -size 53636240 diff --git a/jira-cli-1.5.1.tar.gz b/jira-cli-1.5.1.tar.gz new file mode 100644 index 0000000..2b8b9b8 --- /dev/null +++ b/jira-cli-1.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee64d00fb56822af28d801593714e6f3085a489627e0336c4f8e14868b45020a +size 53675999 diff --git a/jira-cli.changes b/jira-cli.changes index e0dae31..5763df1 100644 --- a/jira-cli.changes +++ b/jira-cli.changes @@ -1,3 +1,92 @@ +------------------------------------------------------------------- +Mon Jun 03 08:01:47 UTC 2024 - georg.pfuetzenreuter@suse.com + +- Update to version 1.5.1: + * fix: Skip auth type prompt if already set (#701) + * fix: Properly close created files (#702) + * build: Upgrade goreleaser + * feat: Add support for updating the estimate (#669) + * fix: Respect jira timezone (#697) + * fix: Bring bearer back (#696) + * fix: Jira init broken due to authtype value (#694) + * ci: Upgrade workflow + linter (#695) + * chore(Dockerfile): bump go & alpine versions (#691) + * chore(deps): bump golang.org/x/net from 0.12.0 to 0.17.0 (#671) + * chore: Add supporters + * [feat] Add `mtls` authentication for client certificate auth (#615) + * feat: affects version (#642) + * fix: Issue with no-input on create (#655) + * deps: Upgrade all (#643) + * feat: Enable issue edit to read body from stdin (#619) + * chore: go mod tidy + * fix: Comment author name is not always displayed (#618) + * feat: Allow different jira server for API and for UI (#613) + * fix: Issue with epic field on create (#607) + * dep: Upgrade cobra to v1.7.0 (#608) + * fix: Issue with value assignment in init (#606) + * ci: Upgrade actions and linter (#590) + * ci: Upgrade go version + * ci: Make linter happy + * fix: Detect if Jira v8 server is not using the /createmeta REST endpoint (#574) + * fix: Issue with -c flag on config generation (#582) + * feat: Support for adding watcher to Issue (#584) + * chore: Some minor README changes + * chore(deps): bump golang.org/x/net from 0.4.0 to 0.7.0 (#575) + * ehc: Improve PAGER selection (#570) + * feat: Filter by multiple statuses (#573) + * fix: Use http client wrapper instead of round trip (#530) + * feat: Add help page (#563) + * fix: Worklog comment don't work together with prompt (#562) + * feat(tui): Allow issue transition from the ui (#544) + * fix: Shell completion for Fish and PowerShell (#553) + * chore: Refactor jira client (#543) + * chore(tui): Refactor table data access (#542) + * tui: Use tview Modal instead of the extended one (#541) + * feat: Use single char ellipsis instead of triple dot (#540) + * feat: Allow to set reporter on issue create (#539) + * chore: Update bug report template + * doc: Fix example scripts + * chore: Remove duplication in epic and issue create (#537) + * ehc: Auto fallback to plain output on notty (#538) + * ci: Upgrade golangci-lint to v1.50.1 (#536) + * ehc: Make assignee operation atomic on create (#531) + * fix(build): Invalid commit hash in docker image (#535) + * dep: Upgrade golang to v1.19 (#534) + * doc: Update README + * dep: Upgrade all (#532) + * feat: Add warning for invalid custom field (#528) + * ehc: Remove viper dependency from pkg (#526) + * doc: Fix typo + * doc: Shorten installation section + * ci: Fix build branch + * fix: Respect editor env vars in Windows (#524) + * doc: Upgrade badge URL + * chore: Minor cleanup + * fix: Improve support for pager (#503) + * fix: Make board selection optional (#502) + * feat: allow setting of fixed columns in the list of issues (#509) + * feat: Add labels to the issue listing (#506) + * feat: Filter issues by the absence of label(s) (#505) + * ci: Multi-arch docker image (#508) + * fix: Discrepancy in --insecure flag (#507) + * doc: Add scoop installation process (#497) + * feat: Resolution, assignee & comment on issue move (#492) + * doc: Update zsh completion command + * doc: Update help for completion cmd (#491) + * feat: Add weblink to issue (#483) + * feat: Add support for project datatype in custom fields (#482) + * fix: Option to show issues from all projects in sprint (#475) + * feat: Make date time input in worklog add flexible (#465) + * doc: Minor updates + * doc: Add Nix package (#458) + * doc: Add pkg maintainers + * doc: Add link to project in help (#456) + * chore: Minor refactoring + * feat: Allow to set start datetime on worklog add (#453) + * feat: Support for Jira v9 (#447) + * feat: Add serverinfo command (#440) + * doc: Fix typo + ------------------------------------------------------------------- Sun Aug 14 16:00:16 UTC 2022 - chrisbcoutinho@gmail.com diff --git a/jira-cli.spec b/jira-cli.spec index 5c361fd..5dfd919 100644 --- a/jira-cli.spec +++ b/jira-cli.spec @@ -1,7 +1,7 @@ # # spec file for package jira-cli # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,9 +18,9 @@ %define __arch_install_post export NO_BRP_STRIP_DEBUG=true - +%define shortname jira Name: jira-cli -Version: 1.1.0 +Version: 1.5.1 Release: 0 Summary: CLI tool for Atlassian JIRA inspired by the Github CLI tool License: MIT @@ -28,9 +28,7 @@ Group: Development/Tools/Other URL: https://github.com/ankitpokhrel/jira-cli Source: %{name}-%{version}.tar.gz Source1: vendor.tar.gz -BuildRequires: golang(API) >= 1.18 - -%define shortname jira +BuildRequires: golang(API) >= 1.19 %description JiraCLI is an interactive command line tool for Atlassian Jira that will help diff --git a/vendor.tar.gz b/vendor.tar.gz index 633a812..a0811ef 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d44c2a57bf16a03a1599862e8549bf68f4ece9236c6fad6fded9c4031b671185 -size 6311809 +oid sha256:8e09759e1af877398348937d1193f05b3817d204b3e515f04b40d60d887f2c17 +size 5645525