Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/images-tag-usage.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/issue-dependency-chains.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @codacy/codacy-cloud-cli

## 1.13.0

### Minor Changes

- [#58](https://github.com/codacy/codacy-cloud-cli/pull/58) [`a06a95b`](https://github.com/codacy/codacy-cloud-cli/commit/a06a95b008faa70f87920fec09c06de5d687c8d2) Thanks [@pedrobpereira](https://github.com/pedrobpereira)! - `images` now shows how many tags each image holds, and the organization's image tag usage against its limit. `--output json` includes `tagCount` per image. The `image --delete --keep-latest` warning now uses the organization's actual tag limit instead of assuming 1,000.

- [#57](https://github.com/codacy/codacy-cloud-cli/pull/57) [`891564b`](https://github.com/codacy/codacy-cloud-cli/commit/891564b5b45359499efc292f33f890a2325908af) Thanks [@pedrobpereira](https://github.com/pedrobpereira)! - Show dependency import chains on `codacy issue`/`codacy issues` for SCA issues, matching what `codacy finding`/`codacy findings` already show. `--output json` gains `dependencyChains` on the issue payload.

## 1.12.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codacy/codacy-cloud-cli",
"version": "1.12.1",
"version": "1.13.0",
"description": "A command-line tool to interact with Codacy Cloud from your terminal",
"homepage": "https://www.codacy.com",
"repository": {
Expand Down
Loading