Skip to content

Commit

Permalink
Prepare v0.0.40 release
Browse files Browse the repository at this point in the history
Prepare v0.0.40 release
  • Loading branch information
zvlb committed May 7, 2024
2 parents fd24eb9 + 2640afc commit 7b63ccc
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 43 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.0.40
- [[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

## v0.0.33
- [[134]](https://github.com/kaasops/vector-operator/pull/134) **Feature** Add use_apiserver_cache option and config build refactoring

Expand Down
4 changes: 2 additions & 2 deletions helm/charts/vector-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# 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: 0.0.39
version: 0.0.40

# 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.
appVersion: "v0.0.39"
appVersion: "v0.0.40"

home: https://github.com/kaasops/vector-operator
sources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -914,9 +914,16 @@ spec:
type: array
type: object
type: object
annotations:
additionalProperties:
type: string
description: Annotations is an unstructured key value map stored
with a resource that may be set by external tools to store and
retrieve arbitrary metadata.
type: object
api:
description: ApiSpec is the Schema for the Vector Agent GraphQL
API - https://vector.dev/docs/reference/api/
description: Vector API params. Allows to interact with a running
Vector instance. https://vector.dev/docs/reference/api/
properties:
enabled:
type: boolean
Expand All @@ -929,11 +936,11 @@ spec:
type: boolean
type: object
compressConfigFile:
description: Compress config file
description: 'Compress config file to fix: metadata.annotations:
Too long: must have at most 262144 characters'
type: boolean
configCheck:
description: ConfigCheck is the Schema for control params for
ConfigCheck pods
description: Control params for ConfigCheck pods
properties:
affinity:
description: Affinity If specified, the pod's scheduling constraints.
Expand Down Expand Up @@ -1837,6 +1844,13 @@ spec:
type: array
type: object
type: object
annotations:
additionalProperties:
type: string
description: Annotations is an unstructured key value map
stored with a resource that may be set by external tools
to store and retrieve arbitrary metadata.
type: object
disabled:
type: boolean
image:
Expand Down Expand Up @@ -2116,6 +2130,10 @@ spec:
type: object
type: object
dataDir:
description: 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.
https://vector.dev/docs/reference/configuration/global-options/#data_dir
type: string
env:
description: Env that will be added to Vector pod
Expand Down

0 comments on commit 7b63ccc

Please sign in to comment.