Skip to content

Commit 2640afc

Browse files
committed
Prepare v0.0.40 release
Signed-off-by: zvlb <[email protected]>
1 parent fd24eb9 commit 2640afc

File tree

5 files changed

+77
-43
lines changed

5 files changed

+77
-43
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.0.40
2+
- [[138]](https://github.com/kaasops/vector-operator/issues/138), [[142]](https://github.com/kaasops/vector-operator/issues/142) **Feature** Add control for Vector DaemonSet annotation
3+
14
## v0.0.33
25
- [[134]](https://github.com/kaasops/vector-operator/pull/134) **Feature** Add use_apiserver_cache option and config build refactoring
36

helm/charts/vector-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.0.39
18+
version: 0.0.40
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.0.39"
24+
appVersion: "v0.0.40"
2525

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

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

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -914,9 +914,16 @@ spec:
914914
type: array
915915
type: object
916916
type: object
917+
annotations:
918+
additionalProperties:
919+
type: string
920+
description: Annotations is an unstructured key value map stored
921+
with a resource that may be set by external tools to store and
922+
retrieve arbitrary metadata.
923+
type: object
917924
api:
918-
description: ApiSpec is the Schema for the Vector Agent GraphQL
919-
API - https://vector.dev/docs/reference/api/
925+
description: Vector API params. Allows to interact with a running
926+
Vector instance. https://vector.dev/docs/reference/api/
920927
properties:
921928
enabled:
922929
type: boolean
@@ -929,11 +936,11 @@ spec:
929936
type: boolean
930937
type: object
931938
compressConfigFile:
932-
description: Compress config file
939+
description: 'Compress config file to fix: metadata.annotations:
940+
Too long: must have at most 262144 characters'
933941
type: boolean
934942
configCheck:
935-
description: ConfigCheck is the Schema for control params for
936-
ConfigCheck pods
943+
description: Control params for ConfigCheck pods
937944
properties:
938945
affinity:
939946
description: Affinity If specified, the pod's scheduling constraints.
@@ -1837,6 +1844,13 @@ spec:
18371844
type: array
18381845
type: object
18391846
type: object
1847+
annotations:
1848+
additionalProperties:
1849+
type: string
1850+
description: Annotations is an unstructured key value map
1851+
stored with a resource that may be set by external tools
1852+
to store and retrieve arbitrary metadata.
1853+
type: object
18401854
disabled:
18411855
type: boolean
18421856
image:
@@ -2116,6 +2130,10 @@ spec:
21162130
type: object
21172131
type: object
21182132
dataDir:
2133+
description: The directory used for persisting Vector state, such
2134+
as on-disk buffers, file checkpoints, and more. Please make
2135+
sure the Vector project has write permissions to this directory.
2136+
https://vector.dev/docs/reference/configuration/global-options/#data_dir
21192137
type: string
21202138
env:
21212139
description: Env that will be added to Vector pod

0 commit comments

Comments
 (0)