Skip to content

Commit 9a6c792

Browse files
authored
chore(main): Release operator 0.7.0 (#672)
🤖 I have created a release *beep* *boop* --- ## [0.7.0](operator-0.6.0...operator-0.7.0) (2025-02-27) ### Features * Allow configuring annotations for sync jobs ([#673](#673)) ([3b36660](3b36660)) * Allow configuring nodeSelector labels for the sync jobs ([#671](#671)) ([947b768](947b768)) ### Bug Fixes * **deps:** Update dependency cloudquery/cloud to v0.79.1 ([#674](#674)) ([e213378](e213378)) * **deps:** Update dependency cloudquery/cloud to v0.80.0 ([#676](#676)) ([62b8727](62b8727)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 0c7d3c3 commit 9a6c792

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"charts/platform": "0.12.7",
33
"charts/cloudquery": "38.0.0",
4-
"charts/operator": "0.6.0"
4+
"charts/operator": "0.7.0"
55
}

charts/operator/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.7.0](https://github.com/cloudquery/helm-charts/compare/operator-0.6.0...operator-0.7.0) (2025-02-27)
4+
5+
6+
### Features
7+
8+
* Allow configuring annotations for sync jobs ([#673](https://github.com/cloudquery/helm-charts/issues/673)) ([3b36660](https://github.com/cloudquery/helm-charts/commit/3b366600a5e494b0aac995c95387c4896b03a4a7))
9+
* Allow configuring nodeSelector labels for the sync jobs ([#671](https://github.com/cloudquery/helm-charts/issues/671)) ([947b768](https://github.com/cloudquery/helm-charts/commit/947b768485b4a5cf9fe0dce597ded24fab6d2afe))
10+
11+
12+
### Bug Fixes
13+
14+
* **deps:** Update dependency cloudquery/cloud to v0.79.1 ([#674](https://github.com/cloudquery/helm-charts/issues/674)) ([e213378](https://github.com/cloudquery/helm-charts/commit/e213378dfe43e71f18b1ac0677a64009512e5b0f))
15+
* **deps:** Update dependency cloudquery/cloud to v0.80.0 ([#676](https://github.com/cloudquery/helm-charts/issues/676)) ([62b8727](https://github.com/cloudquery/helm-charts/commit/62b87271c9aa50adcc323952daa6cd21173f6a54))
16+
317
## [0.6.0](https://github.com/cloudquery/helm-charts/compare/operator-0.5.2...operator-0.6.0) (2025-02-26)
418

519

charts/operator/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ maintainers:
1010
- name: yevgenypats
1111
1212
type: application
13-
version: 0.6.0
13+
version: 0.7.0
1414
appVersion: 0.80.0
1515
annotations:
1616
artifacthub.io/license: MPL-2.0

charts/operator/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Helm chart for the operator that manages syncs on the CloudQuery platform
44

5-
![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.79.0](https://img.shields.io/badge/AppVersion-0.79.0-informational?style=flat-square)
5+
![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.80.0](https://img.shields.io/badge/AppVersion-0.80.0-informational?style=flat-square)
66

77
## Quickstart
88

@@ -81,6 +81,8 @@ helm upgrade --install --atomic platform -n cloudquery --create-namespace cloudq
8181
| serviceAccount.automount | bool | `true` | Automatically mount a service account's token in the operator pod |
8282
| serviceAccount.create | bool | `true` | Specifies whether a service account should be created |
8383
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
84+
| syncJobAnnotations | string | `nil` | Job annotations for sync pod assignment. |
85+
| syncNodeSelector | string | `nil` | Node labels for sync pod assignment. See https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector. |
8486
| tolerations | list | `[]` | Configures node tolerations for the operator deployment See https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/. |
8587

8688
----------------------------------------------

0 commit comments

Comments
 (0)