# GitLab CLI v1.108.0 - Product: GitLab CLI (https://whatsnew.fyi/product/gitlab-cli) - Vendor: GitLab - Date: 2026-07-14 - Version: v1.108.0 - Original notes: https://gitlab.com/gitlab-org/cli/-/releases/v1.108.0 - Permalink: https://whatsnew.fyi/product/gitlab-cli/releases/v1.108.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Show absolute time alongside relative in note output - **added** — Show note and discussion IDs in mr note list - **added** — Remove secure files by name - **added** — Add wait flag for CI status subcommand - **fixed** — Preserve saved values on re-authentication - **fixed** — Strip newline from git describe output - **fixed** — Avoid panic when viewing a closed issue with no closer - **fixed** — Fall back to raw body when markdown rendering fails ##### Changelog ###### ✨ Features * ff181daa: feat(mr): show absolute time alongside relative in note output (Tomas Vik ) * 2b6946d7: feat(mr): show note and discussion IDs in mr note list (Tomas Vik ) * b3fafd19: feat(securefile): remove by name (Jack <30406998-jack1902@users.noreply.gitlab.com>) * 53756300: feat: Add Wait Flag for CI Status Subcommand (Jonathan Bowe ) ###### 🐛 Bug Fixes * 33acf839: fix(auth): preserve saved values on re-authentication (Kai Armstrong ) * 76c823ef: fix(changelog): strip newline from git describe output (Kai Armstrong ) * 3860206d: fix(issue): avoid panic when viewing a closed issue with no closer (Kai Armstrong ) * 24f5e59c: fix(mr): fall back to raw body when markdown rendering fails (Tomas Vik ) ###### 📝 Documentation * f30aa8d1: docs(config): list missing user-settable global keys in help (Kai Armstrong ) * 215c18e8: docs(security): mark experimental subcommands and clarify synopsis (Brendan Lynch ) * 2cabe0db: docs: updates for GitLab Duo CLI GA (Uma Chandran ) ###### 📦 Dependencies * 1f440305: chore(deps): update dependency @commitlint/cli to ^21.2.0 (GitLab Renovate Bot ) * 9d222d04: chore(deps): update module charm.land/bubbletea/v2 to v2.0.8 (GitLab Renovate Bot ) * 1dcfc3c9: chore(deps): update module gitlab.com/gitlab-org/api/client-go/v2 to v2.47.0 (GitLab Renovate Bot ) ###### 🔧 Maintenance * 9ba9110d: chore(git): remove duplicate mockgen directive for GitRunner (Tomas Vik ) * a9044ba3: refactor: enforce IOStreams output helpers over direct fmt.Fprint calls (Oscar Tovar ) ###### 🔀 Others * 152be15c: test(mrutils): parallelize noteTimeAgo test (Tomas Vik )