diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3b2d20a5c..d44f340e5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -13,7 +13,7 @@ "actions/setup-argo": "1.0.0", "actions/generate-openapi-clients": "1.0.0", "actions/push-to-gcs": "0.1.0", - "actions/techdocs-rewrite-relative-links": "1.0.0", + "actions/techdocs-rewrite-relative-links": "1.0.1", "actions/validate-policy-bot-config": "1.0.0", "actions/trigger-argo-workflow": "1.0.0" } diff --git a/actions/techdocs-rewrite-relative-links/CHANGELOG.md b/actions/techdocs-rewrite-relative-links/CHANGELOG.md index ca48c0a4d..cda8ae95d 100644 --- a/actions/techdocs-rewrite-relative-links/CHANGELOG.md +++ b/actions/techdocs-rewrite-relative-links/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.0.1](https://github.com/grafana/shared-workflows/compare/techdocs-rewrite-relative-links-v1.0.0...techdocs-rewrite-relative-links-v1.0.1) (2025-01-02) + + +### 🐛 Bug Fixes + +* **techdocs-rewrite-relative-links:** run `go mod tidy` ([#653](https://github.com/grafana/shared-workflows/issues/653)) ([a4e8131](https://github.com/grafana/shared-workflows/commit/a4e8131f2eb342771e1c5564fd934444767c04b0)) + + +### 🏗️ Build System + +* **deps:** bump github.com/lmittmann/tint to 1.0.6 in techdocs-rewrite-relative-links ([#666](https://github.com/grafana/shared-workflows/issues/666)) ([9e7784d](https://github.com/grafana/shared-workflows/commit/9e7784dfb059f9d0fad48bb206e3431410611386)) +* **deps:** bump golang.org/x/term from 0.27.0 in /actions/techdocs-rewrite-relative-links ([#640](https://github.com/grafana/shared-workflows/issues/640)) ([afd0338](https://github.com/grafana/shared-workflows/commit/afd0338e2d7a8786b0365156450f3e02d5bf8af8)) +* **deps:** bump goldmark-markdown from 0.3.0 to 0.4.1 in techdocs-rewrite-relative-links ([#652](https://github.com/grafana/shared-workflows/issues/652)) ([5b45f78](https://github.com/grafana/shared-workflows/commit/5b45f78444eda7dd8b4e08d99bc91e55aa3cb007)) + + +### 🔧 Miscellaneous Chores + +* **deps:** update actions/setup-go action to v5.2.0 ([#646](https://github.com/grafana/shared-workflows/issues/646)) ([bf4b9d4](https://github.com/grafana/shared-workflows/commit/bf4b9d4275d219cda56ae308981df427575b880e)) + ## 1.0.0 (2024-11-29) diff --git a/actions/techdocs-rewrite-relative-links/README.md b/actions/techdocs-rewrite-relative-links/README.md index eef2c1a92..c65e74114 100644 --- a/actions/techdocs-rewrite-relative-links/README.md +++ b/actions/techdocs-rewrite-relative-links/README.md @@ -28,10 +28,10 @@ Then this link inside the file will be changed to ... ```yaml - id: checkout-shared-workflows name: Checkout shared workflows - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v1.0.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v1.0.1 with: repository: grafana/shared-workflows - ref: techdocs-rewrite-relative-links-v1.0.0 + ref: techdocs-rewrite-relative-links-v1.0.1 path: _shared-workflows - name: Rewrite relative links