Skip to content

Commit cc95b4a

Browse files
authored
prepare v0.2.0 release (#172)
Signed-off-by: zvlb <[email protected]>
1 parent f602215 commit cc95b4a

7 files changed

+87
-60
lines changed

api/v1alpha1/zz_generated.deepcopy.go

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

helm/charts/vector-operator/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: "0.4"
18+
version: "0.5"
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v0.1.2"
24+
appVersion: "v0.2.0"
2525

2626
home: https://github.com/kaasops/vector-operator
2727
sources:

helm/charts/vector-operator/crds/observability.kaasops.io_clustervectoraggregators.yaml

+8-5
Original file line numberDiff line numberDiff line change
@@ -2298,11 +2298,6 @@ spec:
22982298
The directory used for persisting Vector state, such as on-disk buffers, file checkpoints, and more. Please make sure the Vector project has write permissions to this directory.
22992299
https://vector.dev/docs/reference/configuration/global-options/#data_dir
23002300
type: string
2301-
expireMetricsSecs:
2302-
description: |-
2303-
Vector will expire internal metrics that haven’t been emitted/updated in the configured interval (default 300 seconds).
2304-
https://vector.dev/docs/reference/configuration/global-options/#expire_metrics_secs
2305-
type: integer
23062301
env:
23072302
description: Env that will be added to Vector pod
23082303
items:
@@ -2433,6 +2428,11 @@ spec:
24332428
format: int32
24342429
type: integer
24352430
type: object
2431+
expireMetricsSecs:
2432+
description: |-
2433+
Vector will expire internal metrics that haven’t been emitted/updated in the configured interval (default 300 seconds).
2434+
https://vector.dev/docs/reference/configuration/global-options/#expire_metrics_secs
2435+
type: integer
24362436
host_aliases:
24372437
description: |-
24382438
HostAliases provides mapping between ip and hostnames,
@@ -4973,6 +4973,9 @@ spec:
49734973
LastAppliedConfigHash:
49744974
format: int32
49754975
type: integer
4976+
LastAppliedGlobalConfigHash:
4977+
format: int32
4978+
type: integer
49764979
configCheckResult:
49774980
type: boolean
49784981
reason:

helm/charts/vector-operator/crds/observability.kaasops.io_vectoraggregators.yaml

+8-5
Original file line numberDiff line numberDiff line change
@@ -2296,11 +2296,6 @@ spec:
22962296
The directory used for persisting Vector state, such as on-disk buffers, file checkpoints, and more. Please make sure the Vector project has write permissions to this directory.
22972297
https://vector.dev/docs/reference/configuration/global-options/#data_dir
22982298
type: string
2299-
expireMetricsSecs:
2300-
description: |-
2301-
Vector will expire internal metrics that haven’t been emitted/updated in the configured interval (default 300 seconds).
2302-
https://vector.dev/docs/reference/configuration/global-options/#expire_metrics_secs
2303-
type: integer
23042299
env:
23052300
description: Env that will be added to Vector pod
23062301
items:
@@ -2431,6 +2426,11 @@ spec:
24312426
format: int32
24322427
type: integer
24332428
type: object
2429+
expireMetricsSecs:
2430+
description: |-
2431+
Vector will expire internal metrics that haven’t been emitted/updated in the configured interval (default 300 seconds).
2432+
https://vector.dev/docs/reference/configuration/global-options/#expire_metrics_secs
2433+
type: integer
24342434
host_aliases:
24352435
description: |-
24362436
HostAliases provides mapping between ip and hostnames,
@@ -4966,6 +4966,9 @@ spec:
49664966
LastAppliedConfigHash:
49674967
format: int32
49684968
type: integer
4969+
LastAppliedGlobalConfigHash:
4970+
format: int32
4971+
type: integer
49694972
configCheckResult:
49704973
type: boolean
49714974
reason:

helm/charts/vector-operator/crds/observability.kaasops.io_vectors.yaml

+8-5
Original file line numberDiff line numberDiff line change
@@ -2314,11 +2314,6 @@ spec:
23142314
The directory used for persisting Vector state, such as on-disk buffers, file checkpoints, and more. Please make sure the Vector project has write permissions to this directory.
23152315
https://vector.dev/docs/reference/configuration/global-options/#data_dir
23162316
type: string
2317-
expireMetricsSecs:
2318-
description: |-
2319-
Vector will expire internal metrics that haven’t been emitted/updated in the configured interval (default 300 seconds).
2320-
https://vector.dev/docs/reference/configuration/global-options/#expire_metrics_secs
2321-
type: integer
23222317
env:
23232318
description: Env that will be added to Vector pod
23242319
items:
@@ -2439,6 +2434,11 @@ spec:
24392434
- name
24402435
type: object
24412436
type: array
2437+
expireMetricsSecs:
2438+
description: |-
2439+
Vector will expire internal metrics that haven’t been emitted/updated in the configured interval (default 300 seconds).
2440+
https://vector.dev/docs/reference/configuration/global-options/#expire_metrics_secs
2441+
type: integer
24422442
host_aliases:
24432443
description: |-
24442444
HostAliases provides mapping between ip and hostnames,
@@ -4985,6 +4985,9 @@ spec:
49854985
LastAppliedConfigHash:
49864986
format: int32
49874987
type: integer
4988+
LastAppliedGlobalConfigHash:
4989+
format: int32
4990+
type: integer
49884991
configCheckResult:
49894992
type: boolean
49904993
reason:

0 commit comments

Comments
 (0)