-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): Release cloudquery 36.0.0
- Loading branch information
Showing
3 changed files
with
18 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | | ||
|
@@ -34,7 +24,6 @@ annotations: | |
artifacthub.io/maintainers: | | ||
- name: yevgenypats | ||
email: [email protected] | ||
dependencies: | ||
- name: promtail | ||
version: 6.16.6 | ||
|