From 769643f9b50999cdf1fbddbb1bf9878c1d76d46e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 06:21:02 +0000 Subject: [PATCH] chore(main): release 0.31.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dd743a420..f6e05c2c2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.31.1"} +{".":"0.31.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 56455881e..a2f764af2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ For releases from v0.24.0 to v0.28.3, you can find the changelog in the GitHub releases: https://github.com/grafana/tanka/releases +## [0.31.2](https://github.com/grafana/tanka/compare/v0.31.1...v0.31.2) (2025-01-16) + + +### 🐛 Bug Fixes + +* `Unexpected input(s) 'github-token'` in `release-please` job ([#1301](https://github.com/grafana/tanka/issues/1301)) ([e465a31](https://github.com/grafana/tanka/commit/e465a3123ea9b18f6b3afe4414f7bb80b57efa32)) + + +### 🏗️ Build System + +* **deps:** bump astro from 5.1.1 to 5.1.2 in /docs in the docs-dependencies group ([#1303](https://github.com/grafana/tanka/issues/1303)) ([27991f4](https://github.com/grafana/tanka/commit/27991f4c9cfab28bf366e6c3991bbfa12dac374e)) +* **deps:** bump github.com/99designs/gqlgen from 0.17.61 to 0.17.62 in /dagger ([#1302](https://github.com/grafana/tanka/issues/1302)) ([59b78ed](https://github.com/grafana/tanka/commit/59b78ed994966256025b69b381c3376e5acc3ac6)) +* **deps:** bump golang.org/x/term from 0.27.0 to 0.28.0 ([#1304](https://github.com/grafana/tanka/issues/1304)) ([c071693](https://github.com/grafana/tanka/commit/c071693977b19aa35d05179f33313426f4c88ce2)) +* **deps:** bump the dagger-dependencies group in /dagger with 3 updates ([#1306](https://github.com/grafana/tanka/issues/1306)) ([8d77eb3](https://github.com/grafana/tanka/commit/8d77eb3646193b93c1445272e1a7e5a873640c21)) +* **deps:** bump the docs-dependencies group in /docs with 3 updates ([#1307](https://github.com/grafana/tanka/issues/1307)) ([7c745e1](https://github.com/grafana/tanka/commit/7c745e1fd1f5357637aaa18f2b3afef1992fac1b)) + + +### 🔧 Miscellaneous Chores + +* **deps:** update dependency helm to v3.17.0 ([#1310](https://github.com/grafana/tanka/issues/1310)) ([9811551](https://github.com/grafana/tanka/commit/9811551e0d030e07900935d5a429e56fa72cfeee)) +* **deps:** update dependency kustomize to v5.6.0 ([#1308](https://github.com/grafana/tanka/issues/1308)) ([43069eb](https://github.com/grafana/tanka/commit/43069ebb99fa51aab9eeb825a0db1987617ddc30)) + ## [0.31.1](https://github.com/grafana/tanka/compare/v0.31.0...v0.31.1) (2025-01-02)