diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cc21fae045..89dff41aaa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -28,7 +28,7 @@ "actions/docker-build-push-image": "0.3.4", "actions/docker-export-digest": "0.1.4", "actions/docker-import-digests-push-manifest": "0.2.2", - "actions/component-change-detection": "1.0.2", + "actions/component-change-detection": "1.1.0", "actions/socket-export-sbom": "1.0.0", "actions/issues-update-project-status": "0.2.1", "actions/go-flaky-tests": "0.1.1", diff --git a/actions/component-change-detection/CHANGELOG.md b/actions/component-change-detection/CHANGELOG.md index 50d8b61e0f..a1136f20fa 100644 --- a/actions/component-change-detection/CHANGELOG.md +++ b/actions/component-change-detection/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.1.0](https://github.com/grafana/shared-workflows/compare/component-change-detection/v1.0.2...component-change-detection/v1.1.0) (2026-08-27) + + +### 🎉 Features + +* replace dawidd6/action-download-artifact with first-party GitHub actions ([#1955](https://github.com/grafana/shared-workflows/issues/1955)) ([e378ca0](https://github.com/grafana/shared-workflows/commit/e378ca000c6166a44060ed3a3c987a53da14128d)) + + +### 🐛 Bug Fixes + +* **deps:** update module github.com/bmatcuk/doublestar/v4 to v4.10.0 ([#2203](https://github.com/grafana/shared-workflows/issues/2203)) ([fc7eca3](https://github.com/grafana/shared-workflows/commit/fc7eca3fa322beded321ca1cf7ad565a55363f1b)) + + +### 🔧 Miscellaneous Chores + +* **deps:** update actions/setup-go action to v6.5.0 ([#2145](https://github.com/grafana/shared-workflows/issues/2145)) ([67f1fea](https://github.com/grafana/shared-workflows/commit/67f1fea99eb1c85cc97bb621d3b3130381f623a9)) +* **deps:** update actions/setup-go action to v7 ([#2233](https://github.com/grafana/shared-workflows/issues/2233)) ([80e1047](https://github.com/grafana/shared-workflows/commit/80e1047e842e97d3cf0dc01269955fbede9b8932)) +* **deps:** update module github.com/go-logfmt/logfmt to v0.6.1 ([#2185](https://github.com/grafana/shared-workflows/issues/2185)) ([0e76b00](https://github.com/grafana/shared-workflows/commit/0e76b0012f40d2ce5798f06eb14824b95276a183)) + ## [1.0.2](https://github.com/grafana/shared-workflows/compare/component-change-detection/v1.0.1...component-change-detection/v1.0.2) (2026-06-10) diff --git a/actions/component-change-detection/README.md b/actions/component-change-detection/README.md index e770e4f7d8..4a278496eb 100644 --- a/actions/component-change-detection/README.md +++ b/actions/component-change-detection/README.md @@ -19,13 +19,13 @@ jobs: contents: read steps: - name: Checkout with history - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v1.0.2 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v1.1.0 with: fetch-depth: 100 - name: Detect changed components id: detect - uses: grafana/shared-workflows/actions/component-change-detection@component-change-detection/v1.0.2 + uses: grafana/shared-workflows/actions/component-change-detection@component-change-detection/v1.1.0 with: config-file: ".component-deps.yaml" previous-tags-source: "deploy-prod.yml"