diff --git a/.changeset/images-tag-usage.md b/.changeset/images-tag-usage.md deleted file mode 100644 index 4b83651..0000000 --- a/.changeset/images-tag-usage.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codacy/codacy-cloud-cli": minor ---- - -`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. diff --git a/.changeset/issue-dependency-chains.md b/.changeset/issue-dependency-chains.md deleted file mode 100644 index 88abfd3..0000000 --- a/.changeset/issue-dependency-chains.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codacy/codacy-cloud-cli": minor ---- - -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. diff --git a/CHANGELOG.md b/CHANGELOG.md index bd7c468..eaa17c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index aaca4ca..bc6fd93 100644 --- a/package.json +++ b/package.json @@ -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": {