From c7ae440c1553faf0f13e55256353bd35e4336a27 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 10:19:03 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 150 ++++++++++++++++++++++++++++++++++ 2 files changed, 151 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d856f21..49a1c07 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.1.1"} +{".":"1.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 89815ab..6f75c8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,155 @@ # Changelog +## [1.2.0](https://github.com/grafana/wait-for-github/compare/v1.1.1...v1.2.0) (2025-11-03) + + +### 🎉 Features + +* port to `tablewriter` 1.0.4 ([7eecb18](https://github.com/grafana/wait-for-github/commit/7eecb18919b5d1fc98620cbe20d9b2dfc1f3fa8a)) + + +### 🐛 Bug Fixes + +* **ci:** sanitize composite action input ([f3424e7](https://github.com/grafana/wait-for-github/commit/f3424e7e840dddf3802b2513ba3eb7df6c5d8898)) +* **cli:** fix `--log-level` flag being ignored ([cfd4171](https://github.com/grafana/wait-for-github/commit/cfd417193fbdeaba9897e574f0a1e003535e32e1)) +* **deps:** update module github.com/google/go-github/v73 to v74 ([1fe4130](https://github.com/grafana/wait-for-github/commit/1fe41308a0387c04417793bbd1d325942328d9ff)) +* **deps:** update module github.com/google/go-github/v73 to v75 ([396e2fe](https://github.com/grafana/wait-for-github/commit/396e2fe28e6a62538c96f0741cc8c843c2ec026e)) +* **deps:** update module github.com/google/go-github/v75 to v76 ([6320738](https://github.com/grafana/wait-for-github/commit/6320738ee9aa1e8630a3c328fdceef75460fe11a)) +* **deps:** update module github.com/stretchr/testify to v1.11.0 ([71df25e](https://github.com/grafana/wait-for-github/commit/71df25e9058281d39149c3621a603f947d8ffc45)) +* **deps:** update module github.com/stretchr/testify to v1.11.1 ([aa55fae](https://github.com/grafana/wait-for-github/commit/aa55fae1e0e5e3b354e296045a2e6b5d6f646180)) +* **deps:** update module golang.org/x/oauth2 to v0.32.0 ([d06f9c0](https://github.com/grafana/wait-for-github/commit/d06f9c05ec073a8126fa29be291b5ad07fd02bf5)) +* **deps:** update module golang.org/x/term to v0.34.0 ([a51091d](https://github.com/grafana/wait-for-github/commit/a51091d8a00e66a12f20aa36ffcf7571ccc889c7)) +* **deps:** update module golang.org/x/term to v0.35.0 ([7e71b0b](https://github.com/grafana/wait-for-github/commit/7e71b0b8475f9ea0a211df42caad88dce2f91ccf)) +* **deps:** update module golang.org/x/text to v0.28.0 ([4e66cc8](https://github.com/grafana/wait-for-github/commit/4e66cc897933dad2808346b7bac20e14c0028697)) +* **deps:** update module golang.org/x/text to v0.29.0 ([1132003](https://github.com/grafana/wait-for-github/commit/1132003d65998c8acc39c64dccb99dfc11eb4de0)) +* **deps:** update module golang.org/x/text to v0.30.0 ([23b0e04](https://github.com/grafana/wait-for-github/commit/23b0e04cf4cc9f85c822220cd7ddf9b35ab31dad)) +* don't share non-thread-safe ANSITransformer instance ([4014dfd](https://github.com/grafana/wait-for-github/commit/4014dfd34acf05233d60935f0ea59cd6d601a1ca)) + + +### 🏗️ Build System + +* **deps:** bump actions/setup-go from 5.3.0 to 5.4.0 ([909d166](https://github.com/grafana/wait-for-github/commit/909d166f1cc93f3f5770a016806879faf657c9cf)) +* **deps:** bump actions/setup-go from 5.4.0 to 5.5.0 ([be2f69a](https://github.com/grafana/wait-for-github/commit/be2f69a87e7bc9f92b766dc4aed3266892c14e3b)) +* **deps:** bump distroless/static-debian12 from `3d0f463` to `d9f9472` ([517adda](https://github.com/grafana/wait-for-github/commit/517adda2455ed2e4236d1d75a5e21b6631d26c05)) +* **deps:** bump distroless/static-debian12 from `3f2b64e` to `95ea148` ([a8f06ac](https://github.com/grafana/wait-for-github/commit/a8f06ac58f54ff909ef97d7704f8f42396fca4ae)) +* **deps:** bump distroless/static-debian12 from `95ea148` to `3d0f463` ([26a5224](https://github.com/grafana/wait-for-github/commit/26a5224e5c281bb84f11e6c43aa198d27edf342b)) +* **deps:** bump distroless/static-debian12 from `b7b9a69` to `2e114d2` ([0a001b9](https://github.com/grafana/wait-for-github/commit/0a001b911acd2f0dbb080ac0a6b7e676f7451f32)) +* **deps:** bump distroless/static-debian12 from `d9f9472` to `b7b9a69` ([8d58b7c](https://github.com/grafana/wait-for-github/commit/8d58b7c387084198ab661bd24d806284a66b7f4b)) +* **deps:** bump github.com/bradleyfalzon/ghinstallation/v2 ([4fe15bd](https://github.com/grafana/wait-for-github/commit/4fe15bd4a89a96349e3b287b992a68634c2b23e2)) +* **deps:** bump github.com/bradleyfalzon/ghinstallation/v2 ([c8ea677](https://github.com/grafana/wait-for-github/commit/c8ea677fc4d8d200e79131c9053ed52287e28836)) +* **deps:** bump github.com/bradleyfalzon/ghinstallation/v2 ([66adb78](https://github.com/grafana/wait-for-github/commit/66adb788669eb74b30b476d898677b46436a8318)) +* **deps:** bump github.com/cloudflare/circl from 1.3.7 to 1.6.1 ([038ce96](https://github.com/grafana/wait-for-github/commit/038ce96dd5dc5546b6560a4aa9152ed60a38eaaf)) +* **deps:** bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 ([84e3298](https://github.com/grafana/wait-for-github/commit/84e3298ea5144c9c188415af453cb64dabd02acb)) +* **deps:** bump github.com/hashicorp/go-retryablehttp ([f6e2f21](https://github.com/grafana/wait-for-github/commit/f6e2f21c87cd15e09bcff56fe165880bf68df0a3)) +* **deps:** bump github.com/lmittmann/tint from 1.0.7 to 1.1.0 ([8ef1977](https://github.com/grafana/wait-for-github/commit/8ef19777f1a4fc0e1bf723ab58d6948425e7bc60)) +* **deps:** bump github.com/lmittmann/tint from 1.1.0 to 1.1.1 ([c9434af](https://github.com/grafana/wait-for-github/commit/c9434af95a92edddcc844ab4de4f3e855cf0243f)) +* **deps:** bump github.com/lmittmann/tint from 1.1.1 to 1.1.2 ([1490b05](https://github.com/grafana/wait-for-github/commit/1490b05ad06b6fdbae29d50aab9dd35d620dc5fa)) +* **deps:** bump github.com/migueleliasweb/go-github-mock ([20eb2ee](https://github.com/grafana/wait-for-github/commit/20eb2ee742c0a11e820748e1129b59275c62782c)) +* **deps:** bump github.com/migueleliasweb/go-github-mock ([d9d8ed2](https://github.com/grafana/wait-for-github/commit/d9d8ed2c95017ca7f348586f18b63377592892bc)) +* **deps:** bump github.com/olekukonko/tablewriter ([d55c8e6](https://github.com/grafana/wait-for-github/commit/d55c8e66e3ae3eb9f3b02b8d94218cfc7bc8aaca)) +* **deps:** bump github.com/olekukonko/tablewriter from 1.0.4 to 1.0.5 ([bdee2d1](https://github.com/grafana/wait-for-github/commit/bdee2d180a5c88be659836fe9d32474e99d36daf)) +* **deps:** bump github.com/olekukonko/tablewriter from 1.0.5 to 1.0.6 ([77dd38e](https://github.com/grafana/wait-for-github/commit/77dd38ef13f4bac62c1b9b3658903bfd9a3b767a)) +* **deps:** bump github.com/olekukonko/tablewriter from 1.0.6 to 1.0.7 ([43c8d13](https://github.com/grafana/wait-for-github/commit/43c8d13b60bbbc050a548e1a6295eee247caea79)) +* **deps:** bump github.com/olekukonko/tablewriter from 1.0.7 to 1.0.8 ([2494019](https://github.com/grafana/wait-for-github/commit/2494019d3ae9531b630a93e98c529552e962b243)) +* **deps:** bump github.com/olekukonko/tablewriter from 1.0.8 to 1.0.9 ([4ac6230](https://github.com/grafana/wait-for-github/commit/4ac62300d64101b4f4321fcb7bb601fea8ad260b)) +* **deps:** bump github.com/olekukonko/tablewriter from 1.0.9 to 1.1.0 ([44efe3b](https://github.com/grafana/wait-for-github/commit/44efe3b27b210c6b74012a6a833f18b5c20f2cd9)) +* **deps:** bump github.com/urfave/cli/v2 from 2.27.6 to 2.27.7 ([df0f37e](https://github.com/grafana/wait-for-github/commit/df0f37ecf617e360d98fbf9eb35fa381eba97173)) +* **deps:** bump github.com/urfave/cli/v3 from 3.3.8 to 3.4.1 ([ff3ff92](https://github.com/grafana/wait-for-github/commit/ff3ff92eafcfcdb06dfa32f26e6e0ada0e1b05e1)) +* **deps:** bump github.com/urfave/cli/v3 from 3.4.1 to 3.5.0 ([1469cad](https://github.com/grafana/wait-for-github/commit/1469cad81cd898d85cd597d67169c5f816f407c3)) +* **deps:** bump github/codeql-action from 3.28.11 to 3.28.12 ([9d572c3](https://github.com/grafana/wait-for-github/commit/9d572c3bea7a5300140301af484d2ae61832cc4c)) +* **deps:** bump github/codeql-action from 3.28.12 to 3.28.13 ([28bd767](https://github.com/grafana/wait-for-github/commit/28bd7674eaf836d58921b9886a7f6d35ab679c66)) +* **deps:** bump github/codeql-action from 3.28.13 to 3.28.15 ([aace8a5](https://github.com/grafana/wait-for-github/commit/aace8a527a76e76fdf380fc90800192650af29be)) +* **deps:** bump github/codeql-action from 3.28.15 to 3.28.17 ([625b9b6](https://github.com/grafana/wait-for-github/commit/625b9b6ec917bf120504670d14076d16c084385a)) +* **deps:** bump github/codeql-action from 3.28.17 to 3.28.18 ([3fc5829](https://github.com/grafana/wait-for-github/commit/3fc582926c7062ad663a7626f054e1fe7f72cc11)) +* **deps:** bump github/codeql-action from 3.28.18 to 3.28.19 ([0ed6d0e](https://github.com/grafana/wait-for-github/commit/0ed6d0e93705b04b68ed5ddebfc08d1aeebf25db)) +* **deps:** bump github/codeql-action from 3.28.19 to 3.29.0 ([5d93f64](https://github.com/grafana/wait-for-github/commit/5d93f6405165566e574af9634025b3e5f0075a9c)) +* **deps:** bump github/codeql-action from 3.29.0 to 3.29.1 ([3335aa7](https://github.com/grafana/wait-for-github/commit/3335aa7d1c1720a320d4a1cbb2c8be228fe4ed70)) +* **deps:** bump github/codeql-action from 3.29.1 to 3.29.2 ([a7ddbef](https://github.com/grafana/wait-for-github/commit/a7ddbef12fdace8d777278d79eae552c2729e704)) +* **deps:** bump github/codeql-action from 3.30.0 to 3.30.1 ([56ac241](https://github.com/grafana/wait-for-github/commit/56ac241b95a2b286f37a093f850c382e16efef04)) +* **deps:** bump github/codeql-action from 3.30.3 to 3.30.5 ([5067190](https://github.com/grafana/wait-for-github/commit/5067190548f78e7523b7eb39abf5d0d1b765fae2)) +* **deps:** bump github/codeql-action from 3.30.5 to 4.30.8 ([c0073d9](https://github.com/grafana/wait-for-github/commit/c0073d9e5f854adf0a60340ebedc287a152ae5ba)) +* **deps:** bump github/codeql-action from 4.30.8 to 4.30.9 ([b698752](https://github.com/grafana/wait-for-github/commit/b698752e18045714282b485fd97218226461f623)) +* **deps:** bump github/codeql-action from 4.30.9 to 4.31.0 ([3120d3d](https://github.com/grafana/wait-for-github/commit/3120d3dbf15d70615ae5cb14eb660c3a022ea32d)) +* **deps:** bump golang from `2c9684d` to `0c9f3e0` ([3aac75d](https://github.com/grafana/wait-for-github/commit/3aac75de39123ad44f8268c8e9e9c6dc4a832745)) +* **deps:** bump golang from `72ff633` to `6edc205` ([bdea564](https://github.com/grafana/wait-for-github/commit/bdea564265c7df613d54beff964f16b516c9479d)) +* **deps:** bump golang from `933e5a0` to `72ff633` ([ce2e952](https://github.com/grafana/wait-for-github/commit/ce2e95283dcce94dd219d20ba095c7a52def467d)) +* **deps:** bump golang from 1.24.1-alpine3.21 to 1.24.2-alpine3.21 ([2dd8948](https://github.com/grafana/wait-for-github/commit/2dd894829d58a887aebf510975f686623fef93c4)) +* **deps:** bump golang from 1.24.2-alpine3.21 to 1.24.3-alpine3.21 ([bcc235d](https://github.com/grafana/wait-for-github/commit/bcc235d73cf3ecbcf6e8e11e34d8e56a189c81cd)) +* **deps:** bump golang from 1.24.3-alpine3.21 to 1.24.4-alpine3.21 ([bee1401](https://github.com/grafana/wait-for-github/commit/bee140142eb760d6195c697e4797a914db67f87b)) +* **deps:** bump golang from 1.24.4-alpine3.21 to 1.24.5-alpine3.21 ([4752c3e](https://github.com/grafana/wait-for-github/commit/4752c3e49fa6dc174630ce9c088d4c8b0bf7b81f)) +* **deps:** bump golang from 1.25.1-alpine3.21 to 1.25.2-alpine3.21 ([d338fd4](https://github.com/grafana/wait-for-github/commit/d338fd4618c63f0202577f496100d235c2870af8)) +* **deps:** bump golang from 1.25.2-alpine3.21 to 1.25.3-alpine3.21 ([8fefac0](https://github.com/grafana/wait-for-github/commit/8fefac0dd0892f8f07bd08ffc44e29335277fc8e)) +* **deps:** bump golang.org/x/crypto from 0.31.0 to 0.35.0 ([fef5ee6](https://github.com/grafana/wait-for-github/commit/fef5ee6fde4640e0cc6ebe43ccb8b4789fc0b88e)) +* **deps:** bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 ([aa0ae2a](https://github.com/grafana/wait-for-github/commit/aa0ae2a229c7b08eafa193604b8869d718be55d8)) +* **deps:** bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 ([c01763e](https://github.com/grafana/wait-for-github/commit/c01763ec6f06b63b18e704347ac3d30d3f70daef)) +* **deps:** bump golang.org/x/oauth2 from 0.30.0 to 0.31.0 ([33c2082](https://github.com/grafana/wait-for-github/commit/33c20823bb4614f406e1d357e90e75d9af6154ad)) +* **deps:** bump golang.org/x/term from 0.30.0 to 0.32.0 ([14efdc8](https://github.com/grafana/wait-for-github/commit/14efdc871582dbf48a05504c703d17aaf358b92d)) +* **deps:** bump golang.org/x/term from 0.32.0 to 0.33.0 ([f1aac8c](https://github.com/grafana/wait-for-github/commit/f1aac8c18a694314a0a82a8a226750916f36cb1d)) +* **deps:** bump golang.org/x/term from 0.35.0 to 0.36.0 ([89cc7f0](https://github.com/grafana/wait-for-github/commit/89cc7f03823ee06495500744e0771c08c36b1afd)) +* **deps:** bump golang.org/x/text from 0.23.0 to 0.24.0 ([06ef51a](https://github.com/grafana/wait-for-github/commit/06ef51a4f7632fc7bd0347f18eeda03157b30fe0)) +* **deps:** bump golang.org/x/text from 0.24.0 to 0.25.0 ([fe2ce06](https://github.com/grafana/wait-for-github/commit/fe2ce068fcf215003c6019cb406cb6fce02d5727)) +* **deps:** bump golang.org/x/text from 0.25.0 to 0.26.0 ([9c13e15](https://github.com/grafana/wait-for-github/commit/9c13e154c649290a9bb07a75f351cca8330a67a1)) +* **deps:** bump golang.org/x/text from 0.26.0 to 0.27.0 ([b4287a4](https://github.com/grafana/wait-for-github/commit/b4287a42708e6b6f6d8a4ec3fed5b09ba0b84880)) +* **deps:** bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 ([420ae75](https://github.com/grafana/wait-for-github/commit/420ae75d0e527f348a07b15f1a0f96270ae0b207)) +* **deps:** bump golangci/golangci-lint-action from 6.5.1 to 6.5.2 ([954c43d](https://github.com/grafana/wait-for-github/commit/954c43d04b0328304c0694411c962ad5ae2ffa6a)) +* **deps:** bump golangci/golangci-lint-action from 6.5.2 to 7.0.0 ([b90a7a0](https://github.com/grafana/wait-for-github/commit/b90a7a0376e3ca7c19c4387601c75ea06073573e)) +* **deps:** bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 ([f2ca5f2](https://github.com/grafana/wait-for-github/commit/f2ca5f2d8b0ba0551db360c40e9613ece77a5697)) +* **deps:** update grafana/shared-workflows requirement to 402975d84dd3fac9ba690f994f412d0ee2f51cf4 ([9b30c83](https://github.com/grafana/wait-for-github/commit/9b30c835d5929f614958c55cc973b44f1ca8c7be)) +* **docker:** optimise build performance with cache mounts ([71e31ef](https://github.com/grafana/wait-for-github/commit/71e31ef09f3745e7bd6e37adfe54532e6cea10bc)) + + +### 🤖 Continuous Integration + +* multi-arch docker builds via shared-workflow ([b62bd84](https://github.com/grafana/wait-for-github/commit/b62bd848b46685743277d16aa42b8bf8aa49d2d2)) +* use github hosted runners for multiarch docker builds ([003b5d0](https://github.com/grafana/wait-for-github/commit/003b5d01a9ca92c369bc0d755f8cb54debe2a2da)) +* utilize github.CheckResponse to handle API errors ([082c278](https://github.com/grafana/wait-for-github/commit/082c27843e00dd94eee1399d0ebbbf99620037ae)) + + +### 🔧 Miscellaneous Chores + +* cli/v3 unfortunately does not allow parallel runs ([572b61e](https://github.com/grafana/wait-for-github/commit/572b61e9a763b69be1b2e23d5b96881043842e7b)) +* **deps:** update actions/checkout action to v4.3.0 ([5281b83](https://github.com/grafana/wait-for-github/commit/5281b83292c64f34b0d1ad6ccd100146a03d3af9)) +* **deps:** update actions/checkout action to v5 ([401bf17](https://github.com/grafana/wait-for-github/commit/401bf17269b4c2f5b173af13bb3a151ea470c36f)) +* **deps:** update actions/setup-go action to v6 ([1d58eba](https://github.com/grafana/wait-for-github/commit/1d58eba363134b95caa44a4542229af6d878f762)) +* **deps:** update gcr.io/distroless/static-debian12 docker digest to 87bce11 ([250c40e](https://github.com/grafana/wait-for-github/commit/250c40ef0b24b53116d87f372ee43a957c13cabb)) +* **deps:** update gcr.io/distroless/static-debian12 docker digest to f2ff10a ([846e5d2](https://github.com/grafana/wait-for-github/commit/846e5d226517203cea4a94ddbd9366fc1df5f4fa)) +* **deps:** update github/codeql-action action to v3.29.10 ([4e2b42f](https://github.com/grafana/wait-for-github/commit/4e2b42fe122af227482690eb8a7aecb0dd66c50d)) +* **deps:** update github/codeql-action action to v3.29.11 ([c93aa23](https://github.com/grafana/wait-for-github/commit/c93aa23120a3deb2e20437a7e1b66d101de5dc4e)) +* **deps:** update github/codeql-action action to v3.29.3 ([9487789](https://github.com/grafana/wait-for-github/commit/9487789b294520c251d0fc0fb612d0c8fe305482)) +* **deps:** update github/codeql-action action to v3.29.4 ([0717b5a](https://github.com/grafana/wait-for-github/commit/0717b5a68ef7369c6f7b1e0507b5e50c64caf7d3)) +* **deps:** update github/codeql-action action to v3.29.5 ([f1d997e](https://github.com/grafana/wait-for-github/commit/f1d997e41ceabd718e97097c47ba37c0ebd19bb2)) +* **deps:** update github/codeql-action action to v3.29.9 ([5871e2d](https://github.com/grafana/wait-for-github/commit/5871e2d571229a90262b86b6d0a3b8d0de2647c7)) +* **deps:** update github/codeql-action action to v3.30.0 ([2e875e1](https://github.com/grafana/wait-for-github/commit/2e875e10b9fa1e2e7ee7a30679461a3cd2703b22)) +* **deps:** update github/codeql-action action to v3.30.2 ([c1cd296](https://github.com/grafana/wait-for-github/commit/c1cd296e2e914b15c7e593e476ceba9ff958f82b)) +* **deps:** update github/codeql-action action to v3.30.3 ([60a2fd7](https://github.com/grafana/wait-for-github/commit/60a2fd7e9f91edf8b772824c1a739ee5ec8be2fc)) +* **deps:** update github/codeql-action action to v3.30.4 ([672cf34](https://github.com/grafana/wait-for-github/commit/672cf34f7c6328af3365ab484468d6a5f5b0d380)) +* **deps:** update github/codeql-action action to v4.31.2 ([a6f56c7](https://github.com/grafana/wait-for-github/commit/a6f56c75e21cc7e5ad0cc0be9dd3740696ca2b23)) +* **deps:** update golang docker tag to v1.24.6 ([fa5fc07](https://github.com/grafana/wait-for-github/commit/fa5fc0759d235d35cbad8a5b9f91723653346840)) +* **deps:** update golang docker tag to v1.25.0 ([7d074a5](https://github.com/grafana/wait-for-github/commit/7d074a52332078150973f255cc0289621f9ca248)) +* **deps:** update golang docker tag to v1.25.1 ([41f9926](https://github.com/grafana/wait-for-github/commit/41f992637e43262a1e95222d684ecd97663ed16e)) +* **deps:** update golang:1.25.1-alpine3.21 docker digest to 331bde4 ([b8230eb](https://github.com/grafana/wait-for-github/commit/b8230ebbca58a0eb2fb97bf63f4ec3fc14083575)) +* **deps:** update golang:1.25.1-alpine3.21 docker digest to a887c10 ([767ecb5](https://github.com/grafana/wait-for-github/commit/767ecb5257421ed27a4406d2015a4e8d2e07b200)) +* **deps:** update golang:1.25.2-alpine3.21 docker digest to 0134653 ([8df6d15](https://github.com/grafana/wait-for-github/commit/8df6d15cad7d49fc0120e22188410b669e62a12b)) +* **deps:** update golang:1.25.2-alpine3.21 docker digest to 0ae17b3 ([547aedc](https://github.com/grafana/wait-for-github/commit/547aedc1008b48f4dc0c8cf0d2804a2635444606)) +* **deps:** update golang:1.25.2-alpine3.21 docker digest to 7300a8d ([a8db15f](https://github.com/grafana/wait-for-github/commit/a8db15f1a1f35cf16ae344addc625a0dcf9013da)) +* **deps:** update googleapis/release-please-action action to v4.3.0 ([ed6f167](https://github.com/grafana/wait-for-github/commit/ed6f167e6b15d2fac6642c2dda7fc04345ef09ba)) +* **deps:** update googleapis/release-please-action action to v4.4.0 ([ceb90d7](https://github.com/grafana/wait-for-github/commit/ceb90d71139337492188860c4f27ca3bc82dcd4d)) +* **deps:** update grafana/shared-workflows digest to b483872 ([3b77f43](https://github.com/grafana/wait-for-github/commit/3b77f4396f66565d6c502d22dcaaf1b99255cdea)) +* **deps:** update grafana/shared-workflows digest to b483872 ([7d790d8](https://github.com/grafana/wait-for-github/commit/7d790d8a39b28788449fbf482047b69f17c8f5f7)) +* **deps:** update grafana/shared-workflows/ action to ([4f6e203](https://github.com/grafana/wait-for-github/commit/4f6e20377d8bbf1239c4c06282d951fde9e8f8af)) +* **deps:** update grafana/shared-workflows/ action to ([989743d](https://github.com/grafana/wait-for-github/commit/989743da074269db7b8ac21fa7d443d56c703841)) +* **deps:** update grafana/shared-workflows/ action to ([7d36e20](https://github.com/grafana/wait-for-github/commit/7d36e2090b9bc9e802c802fa0a00e4bbe7a8fe8a)) +* **deps:** update grafana/shared-workflows/build-push-to-dockerhub action to v0.2.0 ([03d6ae9](https://github.com/grafana/wait-for-github/commit/03d6ae9cd81ef105529c8eb9f829ed26b39e5a6c)) +* **deps:** update grafana/shared-workflows/build-push-to-dockerhub action to v0.3.0 ([3e1b677](https://github.com/grafana/wait-for-github/commit/3e1b6771e8f0357653458cefeb44fd043f7ec24b)) +* **deps:** update module github.com/google/go-github/v52 to v73 ([55309e0](https://github.com/grafana/wait-for-github/commit/55309e0ced1adad78fcbfb2e97132cf5907edde0)) +* **deps:** update module github.com/google/go-github/v52 to v73 ([aea95e8](https://github.com/grafana/wait-for-github/commit/aea95e8b198eafca361af7d1c838095af86f9be5)) +* **deps:** update module github.com/urfave/cli/v2 to v3 ([10912c3](https://github.com/grafana/wait-for-github/commit/10912c3af5cefc64f8b3fe612cf07df2aab564f4)) +* disable unnecessary logging again ([e81c183](https://github.com/grafana/wait-for-github/commit/e81c183b6994be58e724b5c69ed02c2bfe7f911d)) +* go mod tidy and manually update v52 refs to v73 ([42e850f](https://github.com/grafana/wait-for-github/commit/42e850fb18f8e37b1d7280a66e1bccf728c05695)) +* switch from dependabot to renovate ([670c965](https://github.com/grafana/wait-for-github/commit/670c96543289db9bde969d482d85c10400d93195)) +* update lint-pr-title to v1.2.0 ([a8e571f](https://github.com/grafana/wait-for-github/commit/a8e571f16ed4252fca002b226182744ad648cb25)) +* use cli/v3 within the code ([7c0e22d](https://github.com/grafana/wait-for-github/commit/7c0e22d369999def7b648bf9fee24584ea673cee)) + ## [1.1.1](https://github.com/grafana/wait-for-github/compare/v1.1.0...v1.1.1) (2025-03-11)