From 0168df4550fc146ef5d5a285a3e6225b2d278138 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 11 Dec 2024 22:47:00 +0200 Subject: [PATCH] fix(deps): Update dependency cloudquery/cloud to v0.21.0 (#513) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery/cloud](https://togithub.com/cloudquery/cloud) | minor | `0.20.0` -> `0.21.0` | --- ### Release Notes
cloudquery/cloud (cloudquery/cloud) ### [`v0.21.0`](https://togithub.com/cloudquery/cloud/blob/HEAD/CHANGELOG.md#0210-2024-12-11) [Compare Source](https://togithub.com/cloudquery/cloud/compare/v0.20.0...v0.21.0) ##### Features - Drop platform-only tables in cloud ([#​2963](https://togithub.com/cloudquery/cloud/issues/2963)) ([97240da](https://togithub.com/cloudquery/cloud/commit/97240dad33c237f388ce91ab0144988edb884e3d)) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/cloud to v0.20.0 ([#​3008](https://togithub.com/cloudquery/cloud/issues/3008)) ([32c530f](https://togithub.com/cloudquery/cloud/commit/32c530f767609e1a04bed4f54cd3e39e4c0989f9)) - Remove caller field from logs ([#​3001](https://togithub.com/cloudquery/cloud/issues/3001)) ([02ad67d](https://togithub.com/cloudquery/cloud/commit/02ad67d1c7ffef5dba1744b790420a7c7b3730d4)) - Table column type kind categorization for enums ([#​2943](https://togithub.com/cloudquery/cloud/issues/2943)) ([ae2e17c](https://togithub.com/cloudquery/cloud/commit/ae2e17c6079e710329026d6e556d6a17aac79c21))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- charts/platform/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/platform/Chart.yaml b/charts/platform/Chart.yaml index fe6c407..91c5e09 100644 --- a/charts/platform/Chart.yaml +++ b/charts/platform/Chart.yaml @@ -16,7 +16,7 @@ maintainers: version: 0.2.2 -appVersion: 0.20.0 +appVersion: 0.21.0 annotations: artifacthub.io/license: MPL-2.0