From 8ba94eb57bc840771ba7c5af19f5094fb5de4966 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 13:50:39 +0000 Subject: [PATCH] chore(main): release techdocs-rewrite-relative-links 1.0.0 --- .release-please-manifest.json | 3 +- .../CHANGELOG.md | 37 +++++++++++++++++++ .../techdocs-rewrite-relative-links/README.md | 4 +- 3 files changed, 41 insertions(+), 3 deletions(-) create mode 100644 actions/techdocs-rewrite-relative-links/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 157121026..d0c0fd578 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -12,5 +12,6 @@ "actions/setup-conftest": "1.0.0", "actions/setup-argo": "1.0.0", "actions/generate-openapi-clients": "1.0.0", - "actions/push-to-gcs": "0.1.0" + "actions/push-to-gcs": "0.1.0", + "actions/techdocs-rewrite-relative-links": "1.0.0" } diff --git a/actions/techdocs-rewrite-relative-links/CHANGELOG.md b/actions/techdocs-rewrite-relative-links/CHANGELOG.md new file mode 100644 index 000000000..ca48c0a4d --- /dev/null +++ b/actions/techdocs-rewrite-relative-links/CHANGELOG.md @@ -0,0 +1,37 @@ +# Changelog + +## 1.0.0 (2024-11-29) + + +### 🎉 Features + +* Add new techdocs-rewrite-relative-links-action ([#99](https://github.com/grafana/shared-workflows/issues/99)) ([93c8404](https://github.com/grafana/shared-workflows/commit/93c84040a318ceb535ed130b9b75c76eb68b0a06)) +* add workflow to check for non-releasable actions ([#588](https://github.com/grafana/shared-workflows/issues/588)) ([e16bf1a](https://github.com/grafana/shared-workflows/commit/e16bf1ac180d7b6c9c13a6e556b24e0f7dc0d57c)) + + +### 🏗️ Build System + +* **deps:** bump github.com/lmittmann/tint ([#177](https://github.com/grafana/shared-workflows/issues/177)) ([826d369](https://github.com/grafana/shared-workflows/commit/826d3691f064335999aef6ef23ffc6538e147376)) +* **deps:** bump github.com/stretchr/testify to 1.10.0 in techdocs-rewrite-relative-links ([#544](https://github.com/grafana/shared-workflows/issues/544)) ([5d49d39](https://github.com/grafana/shared-workflows/commit/5d49d39babf8ae91ba280ccef533c31e1946c699)) +* **deps:** bump github.com/urfave/cli/v2 ([#201](https://github.com/grafana/shared-workflows/issues/201)) ([dde8acb](https://github.com/grafana/shared-workflows/commit/dde8acb54da60098e920bd9442c7e139667a3a28)) +* **deps:** bump github.com/yuin/goldmark ([#169](https://github.com/grafana/shared-workflows/issues/169)) ([e301e85](https://github.com/grafana/shared-workflows/commit/e301e85d119a27052ec81ee08e7534ebd5399419)) +* **deps:** bump github.com/yuin/goldmark ([#490](https://github.com/grafana/shared-workflows/issues/490)) ([3b57051](https://github.com/grafana/shared-workflows/commit/3b5705198b2065f0f3770d1dc0897100dd542279)) +* **deps:** bump github.com/yuin/goldmark from 1.7.1 to 1.7.2 in /actions/techdocs-rewrite-relative-links in the go group ([#158](https://github.com/grafana/shared-workflows/issues/158)) ([5ea1833](https://github.com/grafana/shared-workflows/commit/5ea18334f9d4802d225a8f166b32420ce718c312)) +* **deps:** bump github.com/yuin/goldmark from 1.7.2 to 1.7.3 in /actions/techdocs-rewrite-relative-links in the go group ([#162](https://github.com/grafana/shared-workflows/issues/162)) ([f74fc14](https://github.com/grafana/shared-workflows/commit/f74fc14c6814279a125394bd334e8b9136eef32a)) +* **deps:** bump golang.org/x/term ([#236](https://github.com/grafana/shared-workflows/issues/236)) ([bc8f42d](https://github.com/grafana/shared-workflows/commit/bc8f42d48bc613f37cd79dcf404c38bb10478b66)) +* **deps:** bump golang.org/x/term ([#442](https://github.com/grafana/shared-workflows/issues/442)) ([401c24d](https://github.com/grafana/shared-workflows/commit/401c24d573c64ce526c64ca16a545be291e5bf1e)) +* **deps:** bump golang.org/x/term from 0.21.0 to 0.22.0 in /actions/techdocs-rewrite-relative-links in the go group ([#175](https://github.com/grafana/shared-workflows/issues/175)) ([a9d055f](https://github.com/grafana/shared-workflows/commit/a9d055f624a21325a10cea41709364d59d48741c)) +* **deps:** bump golang.org/x/term from 0.25.0-0.26.0 in techdocs-rewrite-relative-links ([#527](https://github.com/grafana/shared-workflows/issues/527)) ([05b04e5](https://github.com/grafana/shared-workflows/commit/05b04e5c7e0e2d34f7e28a3ee29e2a9f65f1e2a6)) +* **deps:** bump the go group ([#211](https://github.com/grafana/shared-workflows/issues/211)) ([737f037](https://github.com/grafana/shared-workflows/commit/737f0378710fde818882a9a5f913fdc6f9c74bd7)) +* **deps:** bump the go group ([#460](https://github.com/grafana/shared-workflows/issues/460)) ([8172509](https://github.com/grafana/shared-workflows/commit/8172509ced8cde8cdbc8c8430811b0aafa5a3478)) +* **deps:** bump the go group in /actions/techdocs-rewrite-relative-links with 3 updates ([#151](https://github.com/grafana/shared-workflows/issues/151)) ([c1e60af](https://github.com/grafana/shared-workflows/commit/c1e60af3dc9e1d3262a753f33e3763379660e118)) + + +### 🔧 Miscellaneous Chores + +* **deps:** update actions/checkout action to v4.1.7 ([#244](https://github.com/grafana/shared-workflows/issues/244)) ([1d5fba5](https://github.com/grafana/shared-workflows/commit/1d5fba52e7cb2780dfd1af758e1d84e35ce6e8f7)) +* **deps:** update actions/checkout action to v4.2.0 ([#313](https://github.com/grafana/shared-workflows/issues/313)) ([ba6268c](https://github.com/grafana/shared-workflows/commit/ba6268c6beef0ab5b461f45eef4cfe1b4e6d6013)) +* **deps:** update actions/checkout action to v4.2.1 ([#445](https://github.com/grafana/shared-workflows/issues/445)) ([c72e039](https://github.com/grafana/shared-workflows/commit/c72e039d656ea7db5cbcfd98dffd0f8554e1f029)) +* **deps:** update actions/checkout action to v4.2.2 ([#498](https://github.com/grafana/shared-workflows/issues/498)) ([7c6dbe2](https://github.com/grafana/shared-workflows/commit/7c6dbe23c5fd8f3ab5863fb0e3f9d95de621b746)) +* **deps:** update actions/setup-go action to v5.0.2 ([#245](https://github.com/grafana/shared-workflows/issues/245)) ([47c75fd](https://github.com/grafana/shared-workflows/commit/47c75fd2f3c1bb6d1a1b7e21c3dabbb24081f56d)) +* **deps:** update actions/setup-go action to v5.1.0 ([#501](https://github.com/grafana/shared-workflows/issues/501)) ([afcd2c5](https://github.com/grafana/shared-workflows/commit/afcd2c517a07f844b271fa82982f96ed436216d2)) diff --git a/actions/techdocs-rewrite-relative-links/README.md b/actions/techdocs-rewrite-relative-links/README.md index 54aaea220..eef2c1a92 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 # v4.1.1 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v1.0.0 with: repository: grafana/shared-workflows - ref: techdocs-rewrite-relative-links-v0.0.1 + ref: techdocs-rewrite-relative-links-v1.0.0 path: _shared-workflows - name: Rewrite relative links