Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: 3.14.0
python-version: 3.13.7

- name: Set up chart-testing
uses: helm/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"charts/cloudquery": "38.3.5",
"charts/cloudquery": "38.3.6",
"charts/cloudquery+FILLER": "0.0.0"
}
8 changes: 8 additions & 0 deletions charts/cloudquery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [38.3.6](https://github.com/cloudquery/helm-charts/compare/cloudquery-38.3.5...cloudquery-38.3.6) (2025-11-03)


### Bug Fixes

* **deps:** Update dependency cloudquery/cloudquery to v6.30.0 ([#841](https://github.com/cloudquery/helm-charts/issues/841)) ([430c96d](https://github.com/cloudquery/helm-charts/commit/430c96d7e192d5028448632b915fa49b226bdfa1))
* **deps:** Update dependency cloudquery/cloudquery to v6.30.1 ([#843](https://github.com/cloudquery/helm-charts/issues/843)) ([dd78a22](https://github.com/cloudquery/helm-charts/commit/dd78a22f38ccd70add676ec6a79090d27b6ef905))

## [38.3.5](https://github.com/cloudquery/helm-charts/compare/cloudquery-38.3.4...cloudquery-38.3.5) (2025-10-03)


Expand Down
2 changes: 1 addition & 1 deletion charts/cloudquery/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sources:
maintainers:
- name: yevgenypats
email: [email protected]
version: 38.3.5
version: 38.3.6
appVersion: 6.30.1
annotations:
artifacthub.io/license: MPL-2.0
Expand Down
2 changes: 1 addition & 1 deletion charts/cloudquery/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cloudquery

![Version: 38.3.5](https://img.shields.io/badge/Version-38.3.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.29.7](https://img.shields.io/badge/AppVersion-6.29.7-informational?style=flat-square)
![Version: 38.3.6](https://img.shields.io/badge/Version-38.3.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.30.1](https://img.shields.io/badge/AppVersion-6.30.1-informational?style=flat-square)

Open source high performance data integration platform designed for security and infrastructure teams.

Expand Down