Skip to content

Commit

Permalink
chore(main): Release cloudquery 36.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cq-bot committed Dec 6, 2024
1 parent e5a7d3a commit 3e4ea1e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
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/platform": "0.2.1",
"charts/cloudquery": "35.1.0"
"charts/cloudquery": "36.0.0"
}
12 changes: 12 additions & 0 deletions charts/cloudquery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## [36.0.0](https://github.com/cloudquery/helm-charts/compare/cloudquery-35.1.0...cloudquery-36.0.0) (2024-12-06)


### ⚠ BREAKING CHANGES

* **deps:** Update dependency source-aws to v29 ([#492](https://github.com/cloudquery/helm-charts/issues/492))

### Bug Fixes

* **deps:** Update dependency source-aws to v29 ([#492](https://github.com/cloudquery/helm-charts/issues/492)) ([ba279af](https://github.com/cloudquery/helm-charts/commit/ba279afa7b576e0966b20f5e8c7a0e87e642e6b2))
21 changes: 5 additions & 16 deletions charts/cloudquery/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,31 +1,21 @@
apiVersion: v2
name: cloudquery
description: Open source high performance data integration platform designed for security and infrastructure teams.
description: >-
Open source high performance data integration platform designed for security
and infrastructure teams.
home: https://cloudquery.io
type: application
kubeVersion: "^1.8.0-0"
kubeVersion: ^1.8.0-0
icon: https://avatars.githubusercontent.com/u/74616112
keywords:
- cloudquery
sources:
- https://github.com/cloudquery/helm-charts/tree/main/charts/cloudquery

maintainers:
- name: yevgenypats
email: [email protected]

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 35.1.0

# -- This is the version number of the application being deployed.This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
version: 36.0.0
appVersion: 6.12.6

# https://artifacthub.io/docs/topics/repositories/
annotations:
artifacthub.io/license: MPL-2.0
artifacthub.io/links: |
Expand All @@ -34,7 +24,6 @@ annotations:
artifacthub.io/maintainers: |
- name: yevgenypats
email: [email protected]
dependencies:
- name: promtail
version: 6.16.6
Expand Down

0 comments on commit 3e4ea1e

Please sign in to comment.